Add warning when using symfony/symfony directly

This commit is contained in:
Nicolas Grekas
2018-06-17 09:54:49 +02:00
parent cd72fa8c42
commit 945f02e22a
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
{
}
+5
View File
@@ -0,0 +1,5 @@
<bg=yellow;fg=black> </>
<bg=yellow;fg=black> Using "symfony/symfony" in your dependencies is incompatible with Symfony Flex! </>
<bg=yellow;fg=black> </>
* <fg=blue>Instead</> use individual <comment>symfony/*</comment> packages.