Skip to content

Commit

Permalink
Add constraints for psr/cache 2.x & 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendolenLynch committed Jun 18, 2022
1 parent 5b0d243 commit 5ba2b8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-json": "*",
"aeon-php/calendar": "^1.0",
"aeon-php/sleep": ">=0.6.0",
"psr/cache": "^1.0",
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
Expand Down
5 changes: 5 additions & 0 deletions tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"phpstan/phpstan": "^1.0.0",
"infection/infection": "^0.26.1",
"friendsofphp/php-cs-fixer": "^3.1"
},
"config": {
"allow-plugins": {
"infection/extension-installer": true
}
}
}

0 comments on commit 5ba2b8c

Please sign in to comment.