Skip to content

Commit

Permalink
Merge branch 'release/1.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruark committed May 17, 2024
2 parents 76f5f23 + 8b5538c commit 73388ad
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 73388ad

Please sign in to comment.