Skip to content

Commit

Permalink
Laravel 10 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
publiux authored May 10, 2023
1 parent f5ddeb7 commit 4815b82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/support": "^8|^9",
"illuminate/config": "^8|^9",
"symfony/finder": "^5",
"symfony/console": "^5",
"illuminate/support": "^8|^9|^10",
"illuminate/config": "^8|^9|^10",
"symfony/finder": "^5|^6",
"symfony/console": "^5|^6",
"aws/aws-sdk-php": "~3.2",
"laravel/framework": "^8|^9"
"laravel/framework": "^8|^9|^10"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 4815b82

Please sign in to comment.