Skip to content

Commit 3fb96db

Browse files
committed
bug fix for token
1 parent 566b0bc commit 3fb96db

File tree

3 files changed

+1505
-1895
lines changed

3 files changed

+1505
-1895
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0|^8.1|^8.2",
19+
"php": "^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": "^6.0|^7.0|^8.0|^9.0|^10.0"
24+
"laravel/framework": "^9.0|^10.0"
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "^1.2",
28-
"nunomaduro/larastan": "^0.7",
29-
"orchestra/testbench": "^6.9",
28+
"orchestra/testbench": "^8.17",
3029
"pestphp/pest": "^1.0",
3130
"phpunit/phpunit": "^8.0|^9.0"
3231
},
@@ -53,7 +52,7 @@
5352
"config": {
5453
"sort-packages": true,
5554
"platform": {
56-
"php": "8.0.12"
55+
"php": "8.1"
5756
},
5857
"allow-plugins": {
5958
"pestphp/pest-plugin": true

0 commit comments

Comments
 (0)