Skip to content

Commit

Permalink
Update composer to be compatible with laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-moatty authored Apr 22, 2024
1 parent b6f8272 commit 819564a
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 @@ -5,9 +5,9 @@
"require": {
"php": "^7.4|^8.0",
"ext-apcu": "*",
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"monolog/monolog": "^2.0|^3.0",
"promphp/prometheus_client_php": "^2.2"
},
Expand Down

0 comments on commit 819564a

Please sign in to comment.