We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c71bc9 + 9173598 commit 720c14bCopy full SHA for 720c14b
composer.json
@@ -35,15 +35,15 @@
35
],
36
"require": {
37
"php": "^7.2 || ^8.0",
38
- "illuminate/container": ">=6.0 <12.0",
39
- "illuminate/database": ">=6.0 <12.0",
40
- "illuminate/http": ">=6.0 <12.0",
41
- "illuminate/support": ">=6.0 <12.0",
+ "illuminate/container": ">=6.0 <13.0",
+ "illuminate/database": ">=6.0 <13.0",
+ "illuminate/http": ">=6.0 <13.0",
+ "illuminate/support": ">=6.0 <13.0",
42
"ramsey/uuid": "^3.7 || ^4.0",
43
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0 || ^7.0"
44
},
45
"require-dev": {
46
- "laravel/framework": ">=6.0 <12.0"
+ "laravel/framework": ">=6.0 <13.0"
47
48
"conflict": {
49
"andrey-helldar/laravel-support": "*"
@@ -71,4 +71,4 @@
71
"preferred-install": "dist",
72
"sort-packages": true
73
}
74
-}
+}
0 commit comments