Skip to content

Commit

Permalink
Merge pull request #33 from edersoares/version
Browse files Browse the repository at this point in the history
Set minimum versions
  • Loading branch information
edersoares authored Sep 23, 2022
2 parents 43e84a3 + 00143b9 commit a8caba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"composer-plugin-api": "^2.0"
"composer-plugin-api": "^2.3"
},
"require-dev": {
"composer/composer": "^2.3.0",
"phpunit/phpunit": "^9.4"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a8caba0

Please sign in to comment.