This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
composer
mirror of
https://github.com/composer/composer
Watch
1
Star
0
Fork
You've already forked composer
0
Code
31d83b2c0f
composer
/
tests
/
Composer
/
Test
/
Config
/
Fixtures
/
removeLink
/
provide-to-empty-after.json
5 lines
55 B
JSON
Raw
Normal View
History
Unescape
Escape
Added addLink and removeLink to Configuration Source Interface * Added addLink() and removeLink() to `ConfigSourceInterface` * Added addLink() and removeLink() implementations to `JsonConfigSource` * Added tests (+ a ton of fixtures) for `JsonConfigSource` * Added additional docblocks * Minor PSR-1/PSR-2 fixes here and there
2012-11-14 17:03:11 +00:00
{
"name"
:
"my-vend/my-app"
,
Make sure empty objects are not left behind when removing requires/.. fixes #9462
2020-11-12 10:09:15 +00:00
"license"
:
"MIT"
Added addLink and removeLink to Configuration Source Interface * Added addLink() and removeLink() to `ConfigSourceInterface` * Added addLink() and removeLink() implementations to `JsonConfigSource` * Added tests (+ a ton of fixtures) for `JsonConfigSource` * Added additional docblocks * Minor PSR-1/PSR-2 fixes here and there
2012-11-14 17:03:11 +00:00
}