Skip to content

Commit

Permalink
Upgrade to support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Vasquez committed Apr 16, 2023
1 parent 76148ea commit af5b0e5
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 @@ -2,11 +2,11 @@
"name": "josegus/laravel-flash",
"require": {
"php": "^8.0",
"illuminate/session": "^9.0"
"illuminate/session": "^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^7.0"
"orchestra/testbench": "^8.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit af5b0e5

Please sign in to comment.