Skip to content

Commit

Permalink
EZP-31007: Replaced ezpublish-kernel with ezplatform-kernel (#27)
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 2373144 commit a24a2e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"ezsystems/ezpublish-kernel": "^8.0@dev",
"ezsystems/ezplatform-kernel": "^1.0@dev",
"twig/twig": "^3.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
Expand All @@ -26,6 +26,7 @@
"symfony/templating": "^5.0"
},
"require-dev": {
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"phpunit/phpunit": "^8.1",
"friendsofphp/php-cs-fixer": "~2.15.3",
"mikey179/vfsstream": "^1.6"
Expand Down

0 comments on commit a24a2e6

Please sign in to comment.