Skip to content

Commit b6cab0c

Browse files
committed
bump minimal PHP version
Signed-off-by: Ion Bazan <ion.bazan@gmail.com>
1 parent d8b3b0a commit b6cab0c

File tree

2 files changed

+230
-315
lines changed

2 files changed

+230
-315
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"config": {
2121
"sort-packages": true,
2222
"platform": {
23-
"php": "7.4.99"
23+
"php": "8.0.99"
2424
},
2525
"allow-plugins": {
2626
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -33,20 +33,20 @@
3333
}
3434
},
3535
"require": {
36-
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
36+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3737
"enlightn/security-checker": "^1.10"
3838
},
3939
"require-dev": {
40-
"doctrine/migrations": "^2.0 || ^3.0",
40+
"doctrine/migrations": "^2.0 || ^3.5.2",
4141
"guzzlehttp/guzzle": "^7.5.0",
4242
"laminas/laminas-coding-standard": "~2.4.0",
43-
"laminas/laminas-loader": "^2.0",
43+
"laminas/laminas-loader": "^2.9",
4444
"mikey179/vfsstream": "^1.6.11",
45-
"php-amqplib/php-amqplib": "^2.0 || ^3.0",
45+
"php-amqplib/php-amqplib": "^2.0 || ^3.4",
4646
"phpunit/phpunit": "^9.5.26",
47-
"psalm/plugin-phpunit": "^0.18.0",
47+
"psalm/plugin-phpunit": "^0.18.3",
4848
"predis/predis": "^2.0.3",
49-
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
49+
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0.14",
5050
"vimeo/psalm": "^4.29.0"
5151
},
5252
"conflict": {

0 commit comments

Comments
 (0)