We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78c3cb5 + 599cea7 commit ac74f58Copy full SHA for ac74f58
composer.json
@@ -19,14 +19,14 @@
19
],
20
"require": {
21
"php": ">=7.2.5",
22
- "illuminate/http": "^6.0|^7.0|^8.0|^9.0",
23
- "illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
24
- "illuminate/session": "^6.0|^7.0|^8.0|^9.0",
25
- "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
26
- "illuminate/view": "^6.0|^7.0|^8.0|^9.0"
+ "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0"
27
},
28
"require-dev": {
29
- "illuminate/database": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
30
"mockery/mockery": "~1.0",
31
"phpunit/phpunit": "~8.5|^9.5.10"
32
0 commit comments