Use majestic namespaces.

This commit is contained in:
2014-06-02 20:30:44 +04:00
parent 0f60a843a5
commit ba2985f072
8 changed files with 15 additions and 5 deletions

View File

@ -1,8 +1,11 @@
{
"name": "dimti/Image",
"version": "0.1.1",
"dist": {
"type": "git",
"url": "git@dimti.ru:lib/Image.git"
}
"version": "0.1.3",
"description": "Image lib",
"autoload": {
"psr-4": {
"dimti\\": ""
}
},
"minimum-stability": "dev"
}