Skip to content

Commit

Permalink
Add Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andvla authored Nov 10, 2023
1 parent 9ba3ff3 commit 6218c1f
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",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
"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",
"monolog/monolog": "^2.0",
"promphp/prometheus_client_php": "^2.2"
},
Expand Down

0 comments on commit 6218c1f

Please sign in to comment.