mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-26 20:14:46 +01:00
Add branch-alias
This allows "0.9.*" or "~0.9" to install the dev version, if the consumer allows for dev versions to be installed.
This commit is contained in:
parent
75ec7a3e78
commit
dc95f3b425
@ -14,5 +14,10 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "PHPParser": "lib/" }
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.9-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user