|
1 | 1 | { |
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.", |
3 | 4 | "keywords": [ |
4 | | - "openapitools", |
5 | | - "openapi-generator", |
6 | 5 | "openapi", |
7 | 6 | "php", |
8 | 7 | "sdk", |
9 | | - "rest", |
10 | 8 | "api" |
11 | 9 | ], |
12 | | - "homepage": "https://openapi-generator.tech", |
13 | | - "license": "unlicense", |
| 10 | + "homepage": "https://conedevelopment.com", |
| 11 | + "license": "MIT", |
14 | 12 | "authors": [ |
15 | 13 | { |
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" |
18 | 20 | } |
19 | 21 | ], |
20 | 22 | "require": { |
21 | 23 | "php": "^8.1", |
22 | 24 | "ext-curl": "*", |
23 | 25 | "ext-json": "*", |
24 | 26 | "ext-mbstring": "*", |
25 | | - "guzzlehttp/guzzle": "^7.4.5", |
| 27 | + "guzzlehttp/guzzle": "^7.3", |
26 | 28 | "guzzlehttp/psr7": "^2.0" |
27 | 29 | }, |
28 | 30 | "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" |
32 | 32 | }, |
33 | 33 | "autoload": { |
34 | | - "psr-4": { "Cone\\Vies\\" : "src/" } |
| 34 | + "psr-4": { |
| 35 | + "Cone\\Vies\\" : "src/" |
| 36 | + } |
35 | 37 | }, |
36 | 38 | "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 | + } |
44 | 42 | } |
45 | 43 | } |
0 commit comments