mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-21 22:36:11 +01:00
TASK: Add branch alias to provide version number
Allow to require extension with 1.0.0, if dev is allowed.
This commit is contained in:
parent
74e5f6d432
commit
30a833ce68
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-develop": "1.0.x-dev"
|
||||
},
|
||||
"typo3/cms": {
|
||||
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
||||
"web-dir": ".Build/web"
|
||||
|
|
Loading…
Reference in a new issue