Skip to content

Commit

Permalink
Update bundles (#707)
Browse files Browse the repository at this point in the history
* Update classic ui

* Remove php 8.4.0 for now
  • Loading branch information
mattamon authored Jan 20, 2025
1 parent 66f1521 commit 9c0e4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": "~8.3.0 || ~8.4.0",
"php": "~8.3.0",
"nesbot/carbon": "^2.65",
"pimcore/static-resolver-bundle": "2.x-dev",
"pimcore/generic-data-index-bundle": "2.x-dev",
Expand All @@ -29,7 +29,7 @@
"lcobucci/jwt": "^5.3"
},
"require-dev": {
"pimcore/admin-ui-classic-bundle": "^v1.3",
"pimcore/admin-ui-classic-bundle": "2.x-dev",
"codeception/codeception": "^5.0.10",
"roave/security-advisories": "dev-latest",
"codeception/phpunit-wrapper": "^9",
Expand Down

0 comments on commit 9c0e4a8

Please sign in to comment.