Skip to content

Commit a9bc367

Browse files
Enable library with php 8.4
Signed-off-by: pascal.heidmann <[email protected]>
1 parent 82704e3 commit a9bc367

File tree

7 files changed

+12
-4549
lines changed

7 files changed

+12
-4549
lines changed

composer.json

Lines changed: 5 additions & 5 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",
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": {
3232
"laminas/laminas-coding-standard": "^3.0",
3333
"laminas/laminas-config": "^3.8.0",
34-
"phpunit/phpunit": "^10.1.2",
35-
"psalm/plugin-phpunit": "^0.19.0",
36-
"vimeo/psalm": "^5.17"
34+
"phpunit/phpunit": "^10.5 || ^11.0 || ^12.0",
35+
"psalm/plugin-phpunit": "^0.19.2",
36+
"vimeo/psalm": "^6.9"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)