Skip to content

Commit

Permalink
Merge pull request #16 from JulianaChiabai/update-dependencies-larave…
Browse files Browse the repository at this point in the history
…l-11

Update Composer Dependencies for Laravel 11 Compatibility
  • Loading branch information
mattiasgeniar authored Dec 8, 2024
2 parents 92e4f3e + 9cd223a commit 5206d60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
}
],
"require": {
"php": "^8.0|^7.3",
"illuminate/http": "^7.0|^8.0|^9.0|^10.0",
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
"php": "^8.3",
"illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"

},
"require-dev": {
"phpunit/phpunit": "^9.4",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0"
"phpunit/phpunit": "^11.3.4",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5206d60

Please sign in to comment.