Skip to content

Commit deed46b

Browse files
author
Артём Соколовский
committed
Добавлен composer.json
1 parent fba48b0 commit deed46b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

composer.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "c7v/dadata",
3+
"description": "Интеграция с DaData.Ru",
4+
"type": "packege",
5+
"license": "MIT",
6+
"autoload": {
7+
"psr-4": {
8+
"c7v\\dadata\\": "src/"
9+
}
10+
},
11+
"authors": [
12+
{
13+
"name": "Артём Соколовский",
14+
"email": "dev.sokolovsky@gmail.com"
15+
}
16+
],
17+
"minimum-stability": "stable",
18+
"require": {
19+
"guzzlehttp/guzzle": "^7.2"
20+
},
21+
"require-dev": {
22+
"guzzlehttp/guzzle": "^7.2"
23+
}
24+
}

0 commit comments

Comments
 (0)