Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ruark committed May 17, 2024
1 parent 76f5f23 commit 8b5538c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
}
],
"require": {
"php": "^7.4.0",
"laravel/framework": "^5.8.0"
"php": ">=7.4.0",
"illuminate/support": ">=7.4.0",
"illuminate/validation": ">=5.8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0|^10.5|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8b5538c

Please sign in to comment.