Skip to content

Commit 8540548

Browse files
author
Prokofyev Andrey
committed
DADATA - restored composer.json and README.md from previous revision
1 parent 2b1f87c commit 8540548

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Non-official PHP library for the DaData.ru REST API
1414
The suggested installation method is via [composer](https://getcomposer.org/):
1515

1616
```sh
17-
composer require AndreyProkofyev/dadata
17+
composer require kstkn/dadata
1818
```
1919

2020
## Usage

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
2-
"name": "andreyprokofyev/dadata",
2+
"name": "kstkn/dadata",
33
"description": "Dadata API client (https://dadata.ru)",
44
"minimum-stability": "stable",
55
"license": "MIT",
66
"support": {
7-
"issues": "https://github.com/andreyprokofyev/dadata/issues",
8-
"source": "https://github.com/andreyprokofyev/dadata"
7+
"issues": "https://github.com/kstkn/dadata/issues",
8+
"source": "https://github.com/kstkn/dadata"
99
},
1010
"authors": [
11-
{
12-
"name": "Andrey Prokofyev",
13-
"email": "prokofuev.andrew@gmail.com"
14-
},
1511
{
1612
"name": "Sergey Kasatkin",
1713
"email": "spam@onsky.ru"
@@ -30,7 +26,6 @@
3026
"psr/http-factory": "^1.0"
3127
},
3228
"require-dev": {
33-
"roave/security-advisories": "dev-master",
3429
"phpunit/phpunit": "^7",
3530
"zendframework/zend-diactoros": "^2.0"
3631
},

0 commit comments

Comments
 (0)