Skip to content

Commit 9043d12

Browse files
authored
Merge pull request #134 from marlonbasten/patch-1
feat: Added compatibility for PHP 8.1 & PimCore X
2 parents 7f21f5a + 4c7affe commit 9043d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
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)