From 945f02e22a5d49980c3728be1201b8b1121e5c4a Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 17 Jun 2018 09:54:49 +0200 Subject: [PATCH] Add warning when using symfony/symfony directly --- symfony/symfony/3.3/manifest.json | 2 ++ symfony/symfony/3.3/post-install.txt | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 symfony/symfony/3.3/manifest.json create mode 100644 symfony/symfony/3.3/post-install.txt diff --git a/symfony/symfony/3.3/manifest.json b/symfony/symfony/3.3/manifest.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/symfony/symfony/3.3/manifest.json @@ -0,0 +1,2 @@ +{ +} diff --git a/symfony/symfony/3.3/post-install.txt b/symfony/symfony/3.3/post-install.txt new file mode 100644 index 00000000..e6d4d5b9 --- /dev/null +++ b/symfony/symfony/3.3/post-install.txt @@ -0,0 +1,5 @@ + + Using "symfony/symfony" in your dependencies is incompatible with Symfony Flex! + + + * Instead use individual symfony/* packages.