Skip to content

Commit

Permalink
Merge pull request #45 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
tabacitu authored Mar 12, 2024
2 parents 33e86d1 + d4820f9 commit e8e28db
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "prologue/alerts",
"description": "Prologue Alerts is a package that handles global site messages.",
"keywords": ["alerts", "messages", "laravel"],
"keywords": [
"alerts",
"messages",
"laravel"
],
"license": "MIT",
"authors": [
{
Expand All @@ -18,12 +22,12 @@
}
],
"require": {
"illuminate/config": "~9|^10",
"illuminate/session": "~9|^10",
"illuminate/support": "~9|^10"
"illuminate/config": "~9|^10|^11.0",
"illuminate/session": "~9|^10|^11.0",
"illuminate/support": "~9|^10|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^9|^10.5",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit e8e28db

Please sign in to comment.