Skip to content

Commit 474ec15

Browse files
authored
Update to PHP 8.2 - Laravel 10 (#272)
* Update to PHP 8.2 - Laravel 10 * chore(*): update php versions
1 parent 5f9c556 commit 474ec15

File tree

3 files changed

+2110
-1929
lines changed

3 files changed

+2110
-1929
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
| 1.x | 5.6, 6.x, 7.x | 7.3 - 8.0 |
2020
| 2.x | 8.x | 7.3 - 8.0 |
2121
| 3.x | 9.x | 8.0 - 8.1 |
22+
| 4.x | 9.x, 10.x | 8.1 - 8.2 |
2223

2324
<a name="installation"></a>
2425
## Installation

composer.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,36 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.0 || ^8.1",
13+
"php": "~8.1 || ~8.2",
1414
"ext-soap": "*",
1515
"ext-bcmath": "*",
1616
"ext-intl": "*",
1717
"ext-json": "*",
1818
"ext-dom": "*",
1919
"ext-simplexml": "*",
20-
"illuminate/http": "^9.0",
21-
"illuminate/support": "^9.0",
22-
"phpro/soap-client": "^v2.1.0",
20+
"illuminate/http": "^9.0 || ^10.0",
21+
"illuminate/support": "^9.0 || ^10.0",
22+
"phpro/soap-client": "^2.3.0",
2323
"php-http/guzzle7-adapter": "^1.0",
24-
"php-http/discovery": "^1.7",
25-
"php-http/message": "^1.8",
26-
"php-http/client-common": "^2.1",
24+
"php-http/discovery": "^1.14",
25+
"php-http/message": "^1.13",
26+
"php-http/client-common": "^2.6",
2727
"robrichards/wse-php": "^2.0",
28-
"php-soap/psr18-transport": "^1.2",
29-
"php-soap/psr18-wsse-middleware": "^1.1",
30-
"veewee/xml": "^1.3",
31-
"spatie/laravel-package-tools": "^1.11",
32-
"illuminate/contracts": "^9.0"
28+
"php-soap/psr18-transport": "^1.3",
29+
"php-soap/psr18-wsse-middleware": "^2.1",
30+
"veewee/xml": "^2.6",
31+
"spatie/laravel-package-tools": "^1.14",
32+
"illuminate/contracts": "^9.0 || ^10.0"
3333
},
3434
"require-dev": {
35-
"symfony/options-resolver": "^5.4.3",
36-
"phpunit/phpunit": "^9.1",
37-
"orchestra/testbench": "^7.0",
38-
"laminas/laminas-code": "^4.5.1",
39-
"nunomaduro/larastan": "^2.0",
35+
"symfony/options-resolver": "^6.2.5",
36+
"phpunit/phpunit": "^10.0",
37+
"orchestra/testbench": "^7.0 || ^8.0",
38+
"laminas/laminas-code": "^4.8.0",
39+
"nunomaduro/larastan": "^2.4",
4040
"nunomaduro/collision": "^6.1",
4141
"symplify/easy-ci": "^10.0",
42-
"spatie/laravel-ray": "^1.29"
42+
"spatie/laravel-ray": "^1.32"
4343
},
4444
"autoload": {
4545
"psr-4": {

0 commit comments

Comments
 (0)