Skip to content

Commit

Permalink
Merge pull request #11 from butcherman/dev
Browse files Browse the repository at this point in the history
Dev - Laravel 11 Support
  • Loading branch information
butcherman committed Apr 22, 2024
2 parents b853847 + 24d8e9d commit 4d35e67
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Expand Up @@ -10,14 +10,12 @@
"dev"
],
"require": {
"php": "^7.2|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
"php": ">=7.2",
"illuminate/support": ">=7.0"
},
"require-dev": {
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^4.3|^5.0|^6.0|^7.0"
"phpunit/phpunit": ">=8.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 4d35e67

Please sign in to comment.