Skip to content

Commit

Permalink
Merge pull request #16 from alongosz/ezp-31007-ezplatform-kernel
Browse files Browse the repository at this point in the history
EZP-31007: Introduced eZ Platform version reference
  • Loading branch information
lserwatka authored Mar 20, 2020
2 parents f3fb7fc + ba3aec8 commit e72c2fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/EzPlatformCoreBundle/bundle/EzPlatformCoreBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

final class EzPlatformCoreBundle extends Bundle
{
/**
* eZ Platform Version.
*/
public const VERSION = '3.0.0';

public function getContainerExtension(): ExtensionInterface
{
return new EzPlatformCoreExtension();
Expand Down

0 comments on commit e72c2fc

Please sign in to comment.