Skip to content

Commit 4c7affe

Browse files
author
Marlon Basten
authored
feat: Added compatibility for PHP 8.1 & PimCore X
1 parent 7f21f5a commit 4c7affe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0",
20-
"symfony/console": "^6.0"
19+
"php": "^8.0|^8.1",
20+
"symfony/console": "^5.0|^6.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)