Skip to content

Commit c901125

Browse files
authored
Merge pull request #91 from mkoprek/add_php_8_5
Add support for PHP 8.5, remove support for PHP 8.1
2 parents 1d3e0eb + e4c2870 commit c901125

File tree

3 files changed

+128
-191
lines changed

3 files changed

+128
-191
lines changed

composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"config": {
2121
"sort-packages": true,
2222
"platform": {
23-
"php": "8.1.99"
23+
"php": "8.2.99"
2424
},
2525
"allow-plugins": {
2626
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -33,27 +33,26 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
36+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3737
"enlightn/security-checker": "^1.10"
3838
},
3939
"require-dev": {
40-
"doctrine/migrations": "^2.0 || ^3.8.2",
41-
"guzzlehttp/guzzle": "^7.9.2",
40+
"doctrine/migrations": "^2.0 || ^3.9.5",
41+
"guzzlehttp/guzzle": "^7.10.0",
4242
"laminas/laminas-coding-standard": "~2.5.0",
43-
"laminas/laminas-loader": "^2.11",
4443
"mikey179/vfsstream": "^1.6.12",
45-
"php-amqplib/php-amqplib": "^2.0 || ^3.7.2",
46-
"phpunit/phpunit": "^9.6.21",
47-
"predis/predis": "^2.3.0",
44+
"php-amqplib/php-amqplib": "^2.0 || ^3.7.4",
45+
"phpunit/phpunit": "^9.6.31",
46+
"predis/predis": "^2.4.1",
4847
"psalm/plugin-phpunit": "^0.18.4",
49-
"symfony/yaml": "^6.4.13 || ^7.0.0",
48+
"symfony/yaml": "^6.4.26 || ^7.0.0",
5049
"vimeo/psalm": "^4.30.0"
5150
},
5251
"conflict": {
5352
"guzzlehttp/ringphp": "<1.1.1",
5453
"guzzlehttp/promises": "<2.0.4",
5554
"symfony/finder": "<5.3.7",
56-
"symfony/process": "<5.4.46",
55+
"symfony/process": "<7.4",
5756
"zendframework/zenddiagnostics": "*"
5857
},
5958
"suggest": {

0 commit comments

Comments
 (0)