Skip to content

Commit e250aaa

Browse files
committed
cleanup older versions
1 parent bd195e7 commit e250aaa

File tree

2 files changed

+1900
-1510
lines changed

2 files changed

+1900
-1510
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2",
19+
"php": "^8.0|^8.1|^8.2",
2020
"ext-json": "*",
2121
"aws/aws-sdk-php": "^3.294",
2222
"bref/bref": "^2.1",
2323
"guzzlehttp/guzzle": "^6.3|^7.0",
24-
"laravel/framework": "^10.0"
24+
"laravel/framework": "^8.0|^9.0|^10.0"
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "^1.2",
28-
"orchestra/testbench": "^8.17",
28+
"nunomaduro/larastan": "^0.7",
29+
"orchestra/testbench": "^6.9",
2930
"pestphp/pest": "^1.0",
3031
"phpunit/phpunit": "^8.0|^9.0"
3132
},
@@ -52,7 +53,7 @@
5253
"config": {
5354
"sort-packages": true,
5455
"platform": {
55-
"php": "8.2"
56+
"php": "8.0.12"
5657
},
5758
"allow-plugins": {
5859
"pestphp/pest-plugin": true

0 commit comments

Comments
 (0)