Skip to content

Commit

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

* [PHPDoc] Fixed references to ezplatform-kernel
  • Loading branch information
alongosz authored Mar 22, 2020
1 parent 569bade commit 1172a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"symfony/http-kernel": "^5.0",
"ezsystems/ezplatform-design-engine": "^3.0@dev",
"ezsystems/ezpublish-kernel": "^8.0@dev"
"ezsystems/ezplatform-kernel": "^1.0@dev"
},
"require-dev": {
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;

/**
* Compiler pass implemented to override ezpublish-kernel default template paths defined in Container.
* Compiler pass implemented to override eZ Platform Kernel default template paths defined in Container.
*/
class EzKernelOverridePass implements CompilerPassInterface
{
/**
* Load Standard Design configuration which overrides ezpublish-kernel setup.
* Load Standard Design configuration which overrides eZ Platform Kernel setup.
*
* @param \Symfony\Component\DependencyInjection\ContainerBuilder $container
*
Expand Down

0 comments on commit 1172a15

Please sign in to comment.