Сокращенные названия

This commit is contained in:
origami11 2017-02-17 16:26:29 +03:00
commit 76173fe8e2
9 changed files with 424 additions and 0 deletions

15
composer.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "ctiso/data",
"description": "cis library",
"authors": [
{
"name": "Phedor Podlesnov",
"email": "phedor@edu.yar.ru"
}
],
"autoload": {
"psr-0": {
"": "src/"
}
}
}