Skip to content

Commit f96bcbe

Browse files
authored
Allow Pimcore 11.3 and 11.4 (#23)
1 parent 7ca8937 commit f96bcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "~8.1.0 || ~8.2.0",
2323
"doctrine/persistence": "^2.2 || ^3.0",
2424
"phpunit/phpunit": "^9.6.0",
25-
"pimcore/pimcore": "^10.5 || ~11.0.0 || ~11.1.0 || ~11.2.2",
25+
"pimcore/pimcore": "^10.5 || ~11.0.0 || ~11.1.0 || ~11.2.2 || ~11.3.0 || ~11.4.0",
2626
"psr/log": "^1.1.3 || ^2.0 || ^3.0",
2727
"symfony/config": "^5.4 || ^6.4",
2828
"symfony/console": "^5.4 || ^6.4",

0 commit comments

Comments
 (0)