We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c27b954 + 78b609a commit ab33d2eCopy full SHA for ab33d2e
2 files changed
composer.json
@@ -21,9 +21,9 @@
21
],
22
"require": {
23
"php": "^8.3",
24
- "illuminate/support": "^8|^9|^10|^11|^12",
25
- "illuminate/http": "^8|^9|^10|^11|^12",
26
- "illuminate/routing": "^8|^9|^10|^11|^12",
+ "illuminate/support": "^8|^9|^10|^11|^12|^13",
+ "illuminate/http": "^8|^9|^10|^11|^12|^13",
+ "illuminate/routing": "^8|^9|^10|^11|^12|^13",
27
"intervention/image": "dev-next"
28
},
29
"require-dev": {
docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: '3'
2
-
3
services:
4
tests:
5
build: ./
0 commit comments