1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-05 23:57:30 +02:00

removing branch alias

This commit is contained in:
Mikael Roos
2015-07-20 21:52:41 +02:00
parent fcf6ff7605
commit eebcee5fc9

View File

@@ -13,15 +13,16 @@
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/mosbth/cimage/issues",
"docs": "http://dbwebb.se/opensource/cimage"
},
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-0": { "UniqueGlobalClass": "" }
},
"extra": {
"branch-alias": {
"dev-master": "0.7.x-dev"
"psr-0": {
"UniqueGlobalClass": ""
}
}
}