Skip to content

Commit

Permalink
Merge pull request #90 from netglue/psr-update
Browse files Browse the repository at this point in the history
Allow psr/cache ^2
  • Loading branch information
gsteel authored Jan 7, 2022
2 parents 9a062bf + 993bab4 commit 70c5ba4
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 230 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"keywords": ["prismic", "prismicio", "cms", "psr-18", "psr-7", "psr-17"],
"homepage": "https://github.com/netglue/prismic-client",
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
},
"autoload": {
"psr-4": {
Expand All @@ -31,7 +35,7 @@
"ext-json": "*",
"laminas/laminas-escaper": "^2.9",
"php-http/discovery": "^1.14.1",
"psr/cache": "^1.0",
"psr/cache": "^1.0.0 || ^2.0.0",
"psr/http-client-implementation": "*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
Expand All @@ -50,8 +54,8 @@
"psalm/plugin-phpunit": "^0.16.1",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6",
"symfony/cache": "^5.3.8",
"symfony/options-resolver": "^5.3.7",
"symfony/cache": "^5.4 || ^6.0.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"vimeo/psalm": "^4.13.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 70c5ba4

Please sign in to comment.