Skip to content

Commit

Permalink
EZP-31007: Replaced ezpublish-kernel with ezplatform-kernel (#64)
Browse files Browse the repository at this point in the history
* EZP-31007: [Composer] Replaced ezpublish-kernel with ezplatform-kernel

* [Composer] Installed required dev dependencies

  Dependencies were needed to resolve minimum stability requirements of Composer
  • Loading branch information
alongosz authored Mar 22, 2020
1 parent c683532 commit f921680
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -10,12 +10,15 @@
],
"require": {
"php": "^7.3",
"ezsystems/ezpublish-kernel": "^8.0@dev",
"ezsystems/ezplatform-kernel": "^1.0@dev",
"symfony/http-kernel": "^5.0",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/event-dispatcher": "^5.0"
},
"require-dev": {
"ezsystems/doctrine-dbal-schema": "^1.0@dev"
},
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformEnterpriseEditionInstallerBundle\\": ""

0 comments on commit f921680

Please # to comment.