Skip to content

Commit 1a14361

Browse files
committed
add laravel 12 support
1 parent dab906c commit 1a14361

2 files changed

Lines changed: 299 additions & 208 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"php": "^8.2 | ^8.3",
77
"psr/http-client": "^1.0",
88
"psr/log": "^3.0",
9-
"illuminate/collections": "~9| ~10| ~11",
9+
"illuminate/collections": "~9| ~10| ~11| ~12",
1010
"spatie/data-transfer-object": "^3.9.1",
1111
"nyholm/psr7": "^1.8.2"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^11.3.6",
15-
"php-http/mock-client": "^1.4",
16-
"symfony/http-client": "^7.1",
17-
"guzzlehttp/guzzle": "^7.9.2"
14+
"phpunit/phpunit": "^11.5.24",
15+
"php-http/mock-client": "^1.6.1",
16+
"symfony/http-client": "^7.3.0",
17+
"guzzlehttp/guzzle": "^7.9.3"
1818
},
1919
"license": "MIT",
2020
"authors": [

0 commit comments

Comments
 (0)