diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-28 11:10:57 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-28 11:10:57 +0100 |
commit | 4f92f2de7f94e4e55a5c70aae9cb039c9467503d (patch) | |
tree | f2b6d7a8e1ac5848e5395429cf4c9803c7a39510 /src/Symfony/Bundle | |
parent | df996e0f67955581e41f62edabce6fe70f64d7a7 (diff) |
update to 4.4.16
Diffstat (limited to 'src/Symfony/Bundle')
-rw-r--r-- | src/Symfony/Bundle/DebugBundle/composer.json | 7 | ||||
-rw-r--r-- | src/Symfony/Bundle/FrameworkBundle/composer.json | 7 | ||||
-rw-r--r-- | src/Symfony/Bundle/SecurityBundle/composer.json | 7 | ||||
-rw-r--r-- | src/Symfony/Bundle/TwigBundle/composer.json | 7 | ||||
-rw-r--r-- | src/Symfony/Bundle/WebProfilerBundle/composer.json | 7 | ||||
-rw-r--r-- | src/Symfony/Bundle/WebServerBundle/composer.json | 7 |
6 files changed, 6 insertions, 36 deletions
diff --git a/src/Symfony/Bundle/DebugBundle/composer.json b/src/Symfony/Bundle/DebugBundle/composer.json index 1336046..a4f0f03 100644 --- a/src/Symfony/Bundle/DebugBundle/composer.json +++ b/src/Symfony/Bundle/DebugBundle/composer.json @@ -41,10 +41,5 @@ "/Tests/" ] }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - } + "minimum-stability": "dev" } diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index c4f90e0..7929ccb 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -106,10 +106,5 @@ "/Tests/" ] }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - } + "minimum-stability": "dev" } diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 715425c..0c2987e 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -58,10 +58,5 @@ "/Tests/" ] }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - } + "minimum-stability": "dev" } diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json index 7fa8215..31fdda1 100644 --- a/src/Symfony/Bundle/TwigBundle/composer.json +++ b/src/Symfony/Bundle/TwigBundle/composer.json @@ -50,10 +50,5 @@ "/Tests/" ] }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - } + "minimum-stability": "dev" } diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json index 2ad3b22..13fe207 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/composer.json +++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json @@ -41,10 +41,5 @@ "/Tests/" ] }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - } + "minimum-stability": "dev" } diff --git a/src/Symfony/Bundle/WebServerBundle/composer.json b/src/Symfony/Bundle/WebServerBundle/composer.json index 28a022f..b376b07 100644 --- a/src/Symfony/Bundle/WebServerBundle/composer.json +++ b/src/Symfony/Bundle/WebServerBundle/composer.json @@ -34,10 +34,5 @@ "symfony/monolog-bridge": "For using the log server.", "symfony/expression-language": "For using the filter option of the log server." }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - } + "minimum-stability": "dev" } |