diff --git a/LICENSE b/LICENSE index 9c907a4..f37c76b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019-2022 Fabien Potencier +Copyright (c) 2019-present Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/TwigExtraBundle.php b/TwigExtraBundle.php index 5ed32a8..a9c8f73 100644 --- a/TwigExtraBundle.php +++ b/TwigExtraBundle.php @@ -17,6 +17,7 @@ class TwigExtraBundle extends Bundle { + /** @return void */ public function build(ContainerBuilder $container) { parent::build($container); diff --git a/composer.json b/composer.json index 3e18370..b7f739b 100644 --- a/composer.json +++ b/composer.json @@ -36,10 +36,5 @@ "exclude-from-classmap": [ "/Tests/" ] - }, - "extra": { - "branch-alias": { - "dev-master": "3.5-dev" - } } }