Skip to content

Commit

Permalink
Merge pull request #9 from softonic/feature/add-support-laravel-10
Browse files Browse the repository at this point in the history
Add support to laravel 10
  • Loading branch information
Serginyu authored Oct 23, 2023
2 parents 4d762e0 + f2e606d commit 60021ad
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 @@ -10,7 +10,7 @@
},
"require": {
"php": ">=7.3",
"illuminate/support": "^7.0 || ^8.0 || ^9.0"
"illuminate/support": "^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand Down

0 comments on commit 60021ad

Please sign in to comment.