Skip to content

Commit a5bb757

Browse files
authored
Allow Pimcore 11.5 (#36)
1 parent adbbfaf commit a5bb757

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
2323
"doctrine/persistence": "^2.2 || ^3.0",
2424
"phpunit/phpunit": "^9.6.0",
25-
"pimcore/pimcore": "^10.6 || ~11.0.0 || ~11.1.0 || ~11.2.2 || ~11.3.0 || ~11.4.0",
25+
"pimcore/pimcore": "^10.6 || ^11.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",
@@ -45,6 +45,9 @@
4545
"phpstan/phpstan-symfony": "^1.3.8",
4646
"shipmonk/composer-dependency-analyser": "^1.7"
4747
},
48+
"conflict": {
49+
"pimcore/pimcore": ">=11.2.0 <11.2.2"
50+
},
4851
"suggest": {
4952
"dama/doctrine-test-bundle": "To isolate database tests in transactions and improve test performance",
5053
"pimcore/admin-ui-classic-bundle": "Required when used with Pimcore 11"

0 commit comments

Comments
 (0)