mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2024-12-04 19:06:06 +03:00
Added composer.json
This commit is contained in:
parent
3feeb5bb32
commit
07f4464726
15
composer.json
Normal file
15
composer.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "muxx/name-case-lib",
|
||||||
|
"type": "library",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Andriy Chaika",
|
||||||
|
"email": "andriy@chaika.in.ua"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {},
|
||||||
|
"autoload": {
|
||||||
|
"classmap": ["Library/"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user