summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Bundle
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-28 10:55:44 +0100
committerRemi Collet <remi@remirepo.net>2020-10-28 10:55:44 +0100
commit433142962420e0b76f862d04fde22f78769544bf (patch)
tree3d97e5929bd879bab4e20a9385165cf86975a10f /src/Symfony/Bundle
parentc2463cb1109f9055894ceb4034e1113accc88952 (diff)
update to 3.4.46
Diffstat (limited to 'src/Symfony/Bundle')
-rw-r--r--src/Symfony/Bundle/DebugBundle/composer.json7
-rw-r--r--src/Symfony/Bundle/FrameworkBundle/composer.json7
-rw-r--r--src/Symfony/Bundle/SecurityBundle/composer.json7
-rw-r--r--src/Symfony/Bundle/TwigBundle/composer.json7
-rw-r--r--src/Symfony/Bundle/WebProfilerBundle/composer.json8
-rw-r--r--src/Symfony/Bundle/WebServerBundle/composer.json7
6 files changed, 7 insertions, 36 deletions
diff --git a/src/Symfony/Bundle/DebugBundle/composer.json b/src/Symfony/Bundle/DebugBundle/composer.json
index c5224da..cbdb1be 100644
--- a/src/Symfony/Bundle/DebugBundle/composer.json
+++ b/src/Symfony/Bundle/DebugBundle/composer.json
@@ -40,10 +40,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- }
+ "minimum-stability": "dev"
}
diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json
index c9750dc..824bc8f 100644
--- a/src/Symfony/Bundle/FrameworkBundle/composer.json
+++ b/src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -90,10 +90,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- }
+ "minimum-stability": "dev"
}
diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json
index 84b624e..01d49e2 100644
--- a/src/Symfony/Bundle/SecurityBundle/composer.json
+++ b/src/Symfony/Bundle/SecurityBundle/composer.json
@@ -61,10 +61,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- }
+ "minimum-stability": "dev"
}
diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json
index f48e3bc..16c0888 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": "3.4-dev"
- }
- }
+ "minimum-stability": "dev"
}
diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json
index 6f254c6..e956f6f 100644
--- a/src/Symfony/Bundle/WebProfilerBundle/composer.json
+++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json
@@ -35,6 +35,7 @@
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<3.3.1",
+ "symfony/framework-bundle": ">4.3.99",
"symfony/var-dumper": "<3.3"
},
"autoload": {
@@ -43,10 +44,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- }
+ "minimum-stability": "dev"
}
diff --git a/src/Symfony/Bundle/WebServerBundle/composer.json b/src/Symfony/Bundle/WebServerBundle/composer.json
index 9a96b41..8f2b722 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": "3.4-dev"
- }
- }
+ "minimum-stability": "dev"
}