Skip to content

Commit a56009c

Browse files
authored
Merge pull request #47 from pascalheidmann/8.4-support
Enable library with php 8.4
2 parents 82704e3 + 9e568d3 commit a56009c

File tree

7 files changed

+14
-4551
lines changed

7 files changed

+14
-4551
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"extra": {
2424
},
2525
"require": {
26-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
26+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
2727
"laminas/laminas-config-aggregator": "^1.13",
2828
"laminas/laminas-stdlib": "^3.17",
29-
"symfony/dependency-injection": "^5.4 || ^6.2.8"
29+
"symfony/dependency-injection": "^6.2.8 || ^7.0"
3030
},
3131
"require-dev": {
32-
"laminas/laminas-coding-standard": "^3.0",
33-
"laminas/laminas-config": "^3.8.0",
34-
"phpunit/phpunit": "^10.1.2",
35-
"psalm/plugin-phpunit": "^0.19.0",
36-
"vimeo/psalm": "^5.17"
32+
"laminas/laminas-coding-standard": "^3.1",
33+
"laminas/laminas-config": "^3.10.1",
34+
"phpunit/phpunit": "^10.5.46",
35+
"psalm/plugin-phpunit": "^0.19.5",
36+
"vimeo/psalm": "^6.12"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)