Skip to content

Commit

Permalink
UPDATE composer.json
Browse files Browse the repository at this point in the history
FIX phpunit.xml.dist
  • Loading branch information
lopadova committed Apr 3, 2022
1 parent 2947fbb commit 1aae23c
Show file tree
Hide file tree
Showing 3 changed files with 982 additions and 522 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
}
],
"require": {
"php" : ">=5.6.0",
"illuminate/support": "~5.0|~6.0|~7.0|~8.0",
"illuminate/database": "~5.0|~6.0|~7.0|~8.0"
"php" : ">=7.4",
"illuminate/support": "~5.6|^v6.0|^v7.0|^v8.0|^v9.0",
"illuminate/database": "~5.6|^v6.0|^v7.0|^v8.0|^v9.0"
},
"require-dev": {
"phpunit/phpunit": "~5.2|^8.0|^9.0"
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "~5.2|^6.5.14|^7.5.20|^8.5.26|^9.5.20"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1aae23c

Please sign in to comment.