Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
harris21 committed Jul 23, 2024
1 parent 1091c02 commit 6f994e0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
}
],
"require": {
"php": ">=7.0",
"illuminate/support": ">=5.5.33",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0"
"php": ">=8.0",
"symfony/yaml": "^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^6.4|^7.0|^8.0|^9.0",
"orchestra/testbench": "3.5|^3.6|^4.0|^5.0"
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"orchestra/testbench": "^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6f994e0

Please sign in to comment.