bug #4 Move flex-id to extra settings (Pierstoval)

This PR was merged into the master branch.

Discussion
----------

Move flex-id to extra settings

As said by @stof in [this comment](beb77b8466 (commitcomment-21397542)), even if `config` part is not validated by `composer validate`, custom settings should still be under `extra` to avoid `composer config` to fail update/modify/remove this value

Commits
-------

d97e8a3 Move flex-id to extra settings
This commit is contained in:
Fabien Potencier 2017-03-20 11:20:44 -07:00
commit 2c1dbbbd05

View File

@ -14,7 +14,6 @@
"symfony/dotenv": "3.3.x-dev" "symfony/dotenv": "3.3.x-dev"
}, },
"config": { "config": {
"flex-id": "",
"platform": { "platform": {
"php": "7.0" "php": "7.0"
}, },
@ -48,5 +47,8 @@
"symfony/framework-bundle": "<3.3", "symfony/framework-bundle": "<3.3",
"symfony/twig-bundle": "<3.3", "symfony/twig-bundle": "<3.3",
"symfony/debug": "<3.3" "symfony/debug": "<3.3"
},
"extra": {
"flex-id": ""
} }
} }