Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre authored Mar 20, 2024
1 parent e77c7ad commit a8c98b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
],
"require": {
"php": "^7.2|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^7||^8.4|^9.3.3",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0"
"phpunit/phpunit": "^7||^8.4|^9.3.3|^10.1",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit a8c98b5

Please sign in to comment.