Skip to content

Commit

Permalink
Merge pull request #25 from gpibarra/patch-1
Browse files Browse the repository at this point in the history
fix: phpunit 10
  • Loading branch information
yajra authored Feb 19, 2023
2 parents 6240396 + d7e1347 commit b01b36e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}
],
"require": {
"php": ">=7.1",
"illuminate/support": "^6|^7|^8|^9|^10.0",
"illuminate/database": "^6|^7|^8|^9|^10.0"
"php": ">=7.2",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.4|^9.0"
"phpunit/phpunit": "^7.5|^8.4|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b01b36e

Please sign in to comment.