Skip to content

Commit 139cd59

Browse files
feat: Add Pimcore 12 and PHP 8.4 support
- Update pimcore/pimcore to ^11.0 || ^12.0 - Update PHP requirement to ^8.2 || ^8.3 || ^8.4 - Update Symfony components to ^6.4 || ^7.0
1 parent c5eace5 commit 139cd59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
}
3535
},
3636
"require": {
37-
"php": "^8.2",
38-
"pimcore/pimcore": "^11.0",
39-
"symfony/form": "^6.4",
40-
"symfony/intl": "^6.4",
37+
"php": "^8.2 || ^8.3 || ^8.4",
38+
"pimcore/pimcore": "^11.0 || ^12.0",
39+
"symfony/form": "^6.4 || ^7.0",
40+
"symfony/intl": "^6.4 || ^7.0",
4141
"doctrine/orm": "^2.7 || ^3.0"
4242
},
4343
"require-dev": {

0 commit comments

Comments
 (0)