Skip to content

Commit dcdb9df

Browse files
authored
Merge pull request #7 from movemove-io/Packagist/Publish
Preparation for publication
2 parents 6827a45 + dae6482 commit dcdb9df

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

composer.json

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
{
2-
"name": "movemove-io/dadata",
2+
"name": "movemove-io/laravel-dadata",
33
"description": "Laravel SDK for working with the DaData.RU service API",
4+
"keywords": [
5+
"movemove-io",
6+
"dadata",
7+
"laravel",
8+
"sdk",
9+
"address",
10+
"email",
11+
"passport",
12+
"bank",
13+
"name",
14+
"patronymic",
15+
"surname",
16+
"pipisco"
17+
],
418
"type": "laravel-package",
519
"license": "MIT",
6-
"version": "1.0.1",
20+
"version": "1.0.3",
721
"authors": [
822
{
9-
"name": "Dmitry Kovalev",
23+
"name": "Dmitry Kovalev aka Pipisco",
1024
"email": "d.kovalev@movemove.io",
11-
"homepage": "https://movemove.io"
25+
"homepage": "https://movemove.io",
26+
"role": "Developer"
1227
}
1328
],
1429
"minimum-stability": "dev",
@@ -23,12 +38,16 @@
2338
}
2439
},
2540
"require": {
26-
"php": "^7.2.5",
41+
"php": "^7.3",
2742
"illuminate/support": "^8.8.0",
2843
"guzzlehttp/guzzle": "^7.0"
2944
},
3045
"require-dev": {
3146
"phpunit/phpunit": "^9.4.0",
3247
"orchestra/testbench": "^6.2.0"
33-
}
48+
},
49+
"scripts": {
50+
"test": "phpunit"
51+
},
52+
"prefer-stable": true
3453
}

0 commit comments

Comments
 (0)