Skip to content

Commit 945f02e

Browse files
Add warning when using symfony/symfony directly
1 parent cd72fa8 commit 945f02e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

symfony/symfony/3.3/manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

symfony/symfony/3.3/post-install.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<bg=yellow;fg=black> </>
2+
<bg=yellow;fg=black> Using "symfony/symfony" in your dependencies is incompatible with Symfony Flex! </>
3+
<bg=yellow;fg=black> </>
4+
5+
* <fg=blue>Instead</> use individual <comment>symfony/*</comment> packages.

0 commit comments

Comments
 (0)