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 0435575 + dd471a7 commit 6cae6dcCopy full SHA for 6cae6dc
composer.json
@@ -16,14 +16,14 @@
16
}
17
],
18
"require": {
19
- "php": "^7.1|^8.0",
20
- "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
21
- "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
+ "php": "^7.1|^8.0|^8.1|^8.2",
+ "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
+ "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
22
"intervention/image": "^2.4"
23
},
24
"require-dev": {
25
- "phpunit/phpunit": "^7.0|^8.0",
26
- "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0"
+ "phpunit/phpunit": "^7.0|^8.0|^9.0",
+ "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0"
27
28
"autoload": {
29
"psr-4": {
0 commit comments