Skip to content

Commit

Permalink
Update dependencies in composer.enterprise.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Nov 19, 2024
1 parent eede019 commit 1f65062
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
},
"prefer-stable": true,
"require": {
"pimcore/pimcore": "^11.0",
"pimcore/admin-ui-classic-bundle": "^1.0",
"pimcore/platform-version": "^2023.1",
"symfony/runtime": "^6.2",
"symfony/dotenv": "^6.2"
"pimcore/pimcore": "*",
"pimcore/platform-version": "^2024.3",
"pimcore/admin-ui-classic-bundle": "*",
"symfony/amqp-messenger": "^6.2",
"symfony/dotenv": "^6.2",
"symfony/runtime": "^6.2"
},
"require-dev": {
"codeception/codeception": "^5.0.3",
Expand Down

0 comments on commit 1f65062

Please sign in to comment.