Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
Sairahcaz authored Mar 11, 2023
1 parent 85f9875 commit a1df04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"keywords": ["laravel", "eloquent", "model", "dynamic model", "dynamic table", "dynamic schema"],
"require": {
"php": ">=7.4",
"laravel/framework": "^5.3|^6.0|^7.0|^8.0|^9.0"
"laravel/framework": "^5.3|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
Expand Down

0 comments on commit a1df04f

Please sign in to comment.