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:
commit
2c1dbbbd05
@ -14,7 +14,6 @@
|
||||
"symfony/dotenv": "3.3.x-dev"
|
||||
},
|
||||
"config": {
|
||||
"flex-id": "",
|
||||
"platform": {
|
||||
"php": "7.0"
|
||||
},
|
||||
@ -48,5 +47,8 @@
|
||||
"symfony/framework-bundle": "<3.3",
|
||||
"symfony/twig-bundle": "<3.3",
|
||||
"symfony/debug": "<3.3"
|
||||
},
|
||||
"extra": {
|
||||
"flex-id": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user