Skip to content

Commit

Permalink
Added support for Laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
leopado committed May 20, 2024
1 parent 02481df commit b612aa3
Show file tree
Hide file tree
Showing 4 changed files with 1,138 additions and 836 deletions.
57 changes: 24 additions & 33 deletions .idea/laravel-notifier.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 22 additions & 14 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"require": {
"php" : ">=7.1",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/session": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/session": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"mockery/mockery": "^0.9.9|^1.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit b612aa3

Please sign in to comment.