Skip to content

Commit 9a6b6bf

Browse files
authored
chore: Upgrade laravel 12 & php 8.4 (#345)
1 parent ab47dac commit 9a6b6bf

File tree

2 files changed

+2010
-1748
lines changed

2 files changed

+2010
-1748
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,36 @@
1515
}
1616
],
1717
"require": {
18-
"php": "~8.1 || ~8.2 || ~8.3",
18+
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
1919
"ext-soap": "*",
2020
"ext-bcmath": "*",
2121
"ext-intl": "*",
2222
"ext-json": "*",
2323
"ext-dom": "*",
2424
"ext-simplexml": "*",
25-
"illuminate/http": "^9.0 || ^10.0 || ^11.0",
26-
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
25+
"illuminate/http": "^9.0 || ^10.0 || ^11.0 || ^12.0",
26+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
2727
"phpro/soap-client": "^2.3.0 || ^3.1.0",
2828
"php-http/guzzle7-adapter": "^1.0",
2929
"php-http/discovery": "^1.14",
3030
"php-http/message": "^1.13",
3131
"php-http/client-common": "^2.6",
3232
"robrichards/wse-php": "^2.0",
33-
"php-soap/psr18-transport": "^1.3",
34-
"php-soap/psr18-wsse-middleware": "^2.1",
35-
"veewee/xml": "^2.6",
36-
"spatie/laravel-package-tools": "^1.14",
37-
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0"
33+
"php-soap/psr18-transport": "^1.7",
34+
"php-soap/psr18-wsse-middleware": "^2.6",
35+
"veewee/xml": "^2.6 || ^3.0",
36+
"spatie/laravel-package-tools": "^1.92",
37+
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0"
3838
},
3939
"require-dev": {
4040
"symfony/options-resolver": "^6.2.5",
41-
"phpunit/phpunit": "^10.0",
42-
"orchestra/testbench": "^8.0 || ^9.0",
41+
"phpunit/phpunit": "^10.0 || ^11.0",
42+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
4343
"laminas/laminas-code": "^4.8.0",
44-
"nunomaduro/collision": "^6.1",
44+
"nunomaduro/collision": "^8.1",
4545
"symplify/easy-ci": "^10.0",
4646
"spatie/laravel-ray": "^1.32",
47-
"larastan/larastan": "^2.9"
47+
"larastan/larastan": "^3.1"
4848
},
4949
"autoload": {
5050
"psr-4": {

0 commit comments

Comments
 (0)