Skip to content

Commit

Permalink
Merge pull request #26 from PHPDark/master
Browse files Browse the repository at this point in the history
Added Laravel 11 Support
  • Loading branch information
bpocallaghan authored Apr 15, 2024
2 parents 57f141c + 7d6cb81 commit b627bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": "^8.1",
"symfony/console": "^6.2",
"laravel/framework": "^10.0"
"symfony/console": "v7.0.4",
"laravel/framework": "^11.0"
},
"require-dev": {
"orchestra/testbench": "^7.1"
Expand Down

0 comments on commit b627bf4

Please sign in to comment.