1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 13:18:13 +01:00

composer: add 3.0 branch alias

so could use in deps mrclay/minify: ~3.0
This commit is contained in:
Elan Ruusamäe 2016-03-13 14:32:02 +02:00
parent 24b601217e
commit ce2b8d694c

View File

@ -43,5 +43,10 @@
}, },
"scripts": { "scripts": {
"test": "phpunit" "test": "phpunit"
},
"extra": {
"branch-alias": {
"dev-trunk": "3.0.x-dev"
}
} }
} }