Skip to content

Commit

Permalink
Merge pull request #46 from ferdousanam/laravel-11-update
Browse files Browse the repository at this point in the history
Laravel 11 support
  • Loading branch information
patrickbrouwers authored Mar 29, 2024
2 parents ea522b7 + b17e3fb commit 6bcb75d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": "^8.1",
"illuminate/cache": "~10.0",
"illuminate/container": "~10.0",
"illuminate/contracts": "~10.0",
"illuminate/support": "~10.0",
"illuminate/routing": "~10.0",
"illuminate/view": "~10.0"
"illuminate/cache": "~10.0|~11.0",
"illuminate/container": "~10.0|~11.0",
"illuminate/contracts": "~10.0|~11.0",
"illuminate/support": "~10.0|~11.0",
"illuminate/routing": "~10.0|~11.0",
"illuminate/view": "~10.0|~11.0"
},
"require-dev": {
"mockery/mockery": "^1.6",
Expand Down Expand Up @@ -50,5 +50,6 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
}
},
"minimum-stability": "dev",
}

0 comments on commit 6bcb75d

Please sign in to comment.