Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MasterRO94/laravel-flashes
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterRO94 committed Nov 25, 2024
2 parents 65195cf + fc27938 commit 1fcf885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/session": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/session": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^5.18|^6.17|^7.0|^8.0"
"orchestra/testbench": "^5.18|^6.17|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1fcf885

Please sign in to comment.