Skip to content

Commit be30b38

Browse files
committed
fix composer JSON
1 parent 17cb202 commit be30b38

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

composer.json

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,43 @@
11
{
2-
"description": "This is the contract for Vies on-the-Web endpoints. The checkVat service supports exact and approximate matching at the same time. In order to retrieve the requestIdentifier, the information about requesterMemberStateCode and requesterNumber have to be provided.",
2+
"name": "conedevelopment/vies-php",
3+
"description": "The VIES API PHP SDK.",
34
"keywords": [
4-
"openapitools",
5-
"openapi-generator",
65
"openapi",
76
"php",
87
"sdk",
9-
"rest",
108
"api"
119
],
12-
"homepage": "https://openapi-generator.tech",
13-
"license": "unlicense",
10+
"homepage": "https://conedevelopment.com",
11+
"license": "MIT",
1412
"authors": [
1513
{
16-
"name": "OpenAPI-Generator contributors",
17-
"homepage": "https://openapi-generator.tech"
14+
"name": "Cone Development",
15+
"homepage": "https://conedevelopment.com"
16+
},
17+
{
18+
"name": "Szépe Viktor",
19+
"homepage": "https://www.szepe.net"
1820
}
1921
],
2022
"require": {
2123
"php": "^8.1",
2224
"ext-curl": "*",
2325
"ext-json": "*",
2426
"ext-mbstring": "*",
25-
"guzzlehttp/guzzle": "^7.4.5",
27+
"guzzlehttp/guzzle": "^7.3",
2628
"guzzlehttp/psr7": "^2.0"
2729
},
2830
"require-dev": {
29-
"friendsofphp/php-cs-fixer": "^3.5",
30-
"overtrue/phplint": "^9.0",
31-
"phpunit/phpunit": "^9.0"
31+
"friendsofphp/php-cs-fixer": "^3.5"
3232
},
3333
"autoload": {
34-
"psr-4": { "Cone\\Vies\\" : "src/" }
34+
"psr-4": {
35+
"Cone\\Vies\\" : "src/"
36+
}
3537
},
3638
"autoload-dev": {
37-
"psr-4": { "Cone\\Vies\\Test\\" : "tests/" }
38-
},
39-
"scripts": {
40-
"test": [
41-
"@phplint"
42-
],
43-
"phplint": "phplint"
39+
"psr-4": {
40+
"Cone\\Vies\\Test\\" : "test/"
41+
}
4442
}
4543
}

0 commit comments

Comments
 (0)