1
0
Fork 0
pull/8682/head
Jordi Boggiano 2020-03-10 17:11:19 +01:00
parent d271004b30
commit 3e82542812
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Tries to require a package with the same name as the root package
--RUN-- --RUN--
install install
--EXPECT-EXCEPTION-- --EXPECT-EXCEPTION--
InvalidArgumentException RuntimeException
--EXPECT-- --EXPECT--
Root package 'foo/bar' cannot require itself in its composer.json Root package 'foo/bar' cannot require itself in its composer.json
Did you accidentally name your root package after an external package? Did you accidentally name your root package after an external package?