Skip to content

Commit d052757

Browse files
authored
Merge pull request phpro#608 from veewee/feature/v6-php84-minimum
feat: bump PHP 8.4 minimum, update dependencies
2 parents 151a8ef + 5c697b9 commit d052757

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

.github/workflows/grumphp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: ['ubuntu-latest']
11-
php-versions: ['8.3', '8.4', '8.5']
11+
php-versions: ['8.4', '8.5']
1212
composer-options: ['', '--prefer-lowest']
1313
fail-fast: false
1414
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }}

composer.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,21 @@
1212
}
1313
],
1414
"require": {
15-
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
16-
"php-standard-library/php-standard-library": "^3.0 || ^4.0 || ^5.0 || ^6.0",
15+
"php": "~8.4.0 || ~8.5.0",
1716
"laminas/laminas-code": "^4.17.0",
18-
"php-soap/cached-engine": "~0.6",
19-
"php-soap/engine": "^2.19.0",
20-
"php-soap/encoding": "~0.28",
21-
"php-soap/psr18-transport": "^1.7",
22-
"php-soap/wsdl-reader": "~0.31",
17+
"php-soap/cached-engine": "~0.8",
18+
"php-soap/encoding": "~0.32",
19+
"php-soap/engine": "^2.20",
20+
"php-soap/psr18-transport": "^2.0",
21+
"php-soap/wsdl-reader": "~0.32",
22+
"php-standard-library/dict": "^6.1",
23+
"php-standard-library/foundation": "^6.1",
24+
"php-standard-library/iter": "^6.1",
25+
"php-standard-library/option": "^6.1",
26+
"php-standard-library/result": "^6.1",
27+
"php-standard-library/str": "^6.1",
28+
"php-standard-library/type": "^6.1",
29+
"php-standard-library/vec": "^6.1",
2330
"psr/event-dispatcher": "^1.0",
2431
"psr/log": "^1.0 || ^2.0 || ^3.0",
2532
"symfony/console": "~5.4 || ~6.0 || ~7.0 || ~8.0",
@@ -32,6 +39,7 @@
3239
"nyholm/psr7": "^1.5",
3340
"php-http/vcr-plugin": "^1.2",
3441
"php-parallel-lint/php-parallel-lint": "^1.4",
42+
"php-standard-library/fun": "^6.1",
3543
"phpro/grumphp-shim": "^2.17",
3644
"phpspec/phpspec": "^8.2",
3745
"phpspec/prophecy-phpunit": "^2.0.1",

0 commit comments

Comments
 (0)