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.
1 parent bd195e7 commit e250aaaCopy full SHA for e250aaa
composer.json
@@ -16,16 +16,17 @@
16
}
17
],
18
"require": {
19
- "php": "^8.2",
+ "php": "^8.0|^8.1|^8.2",
20
"ext-json": "*",
21
"aws/aws-sdk-php": "^3.294",
22
"bref/bref": "^2.1",
23
"guzzlehttp/guzzle": "^6.3|^7.0",
24
- "laravel/framework": "^10.0"
+ "laravel/framework": "^8.0|^9.0|^10.0"
25
},
26
"require-dev": {
27
"mockery/mockery": "^1.2",
28
- "orchestra/testbench": "^8.17",
+ "nunomaduro/larastan": "^0.7",
29
+ "orchestra/testbench": "^6.9",
30
"pestphp/pest": "^1.0",
31
"phpunit/phpunit": "^8.0|^9.0"
32
@@ -52,7 +53,7 @@
52
53
"config": {
54
"sort-packages": true,
55
"platform": {
- "php": "8.2"
56
+ "php": "8.0.12"
57
58
"allow-plugins": {
59
"pestphp/pest-plugin": true
0 commit comments