Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev authored Mar 14, 2024
1 parent d845516 commit 7b7342b
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 @@ -12,13 +12,13 @@
}
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.0"
"php": "^8.1|^8.2",
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.13",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.0"
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^9.5|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7b7342b

Please sign in to comment.