|
1 | 1 | {
|
2 |
| - "name": "answear/dpd-pl-pickup-services-bundle", |
3 |
| - "description": "DPD.pl Pickup Services integration for Symfony.", |
4 |
| - "type": "symfony-bundle", |
5 |
| - "license": "MIT", |
6 |
| - "require": { |
7 |
| - "php": "^7.4 || ^8.0", |
8 |
| - "ext-simplexml": "*", |
9 |
| - "guzzlehttp/guzzle": "^6.0", |
10 |
| - "marc-mabe/php-enum": "^4.3", |
11 |
| - "symfony/http-kernel": "^4.4 || ^5.0", |
12 |
| - "webmozart/assert": "^1.3" |
13 |
| - }, |
14 |
| - "require-dev": { |
15 |
| - "friendsofphp/php-cs-fixer": "^2.16", |
16 |
| - "phpstan/phpstan": "^0.12.32", |
17 |
| - "phpstan/phpstan-webmozart-assert": "^0.12.2", |
18 |
| - "phpro/grumphp": "^0.20", |
19 |
| - "phpunit/phpunit": "^8.0", |
20 |
| - "roave/security-advisories": "dev-master", |
21 |
| - "symfony/phpunit-bridge": "^5.0" |
22 |
| - }, |
23 |
| - "autoload": { |
24 |
| - "psr-4": { |
25 |
| - "Answear\\DpdPlPickupServicesBundle\\": "src/" |
| 2 | + "name": "answear/dpd-pl-pickup-services-bundle", |
| 3 | + "description": "DPD.pl Pickup Services integration for Symfony.", |
| 4 | + "type": "symfony-bundle", |
| 5 | + "license": "MIT", |
| 6 | + "require": { |
| 7 | + "php": "^7.4 || ^8.0", |
| 8 | + "ext-simplexml": "*", |
| 9 | + "guzzlehttp/guzzle": "^6.0|^7.0", |
| 10 | + "marc-mabe/php-enum": "^4.3", |
| 11 | + "symfony/http-kernel": "^5.4|^6.0", |
| 12 | + "webmozart/assert": "^1.3" |
| 13 | + }, |
| 14 | + "require-dev": { |
| 15 | + "friendsofphp/php-cs-fixer": "^3.4", |
| 16 | + "phpstan/phpstan": "^1.4", |
| 17 | + "phpstan/phpstan-webmozart-assert": "^1.0", |
| 18 | + "phpro/grumphp": "^1.5.0", |
| 19 | + "phpunit/phpunit": "^9.5", |
| 20 | + "roave/security-advisories": "dev-master", |
| 21 | + "symfony/phpunit-bridge": "6.1.*" |
| 22 | + }, |
| 23 | + "autoload": { |
| 24 | + "psr-4": { |
| 25 | + "Answear\\DpdPlPickupServicesBundle\\": "src/" |
| 26 | + } |
| 27 | + }, |
| 28 | + "autoload-dev": { |
| 29 | + "psr-4": { |
| 30 | + "Answear\\DpdPlPickupServicesBundle\\Tests\\": "tests/" |
| 31 | + } |
| 32 | + }, |
| 33 | + "scripts": { |
| 34 | + "post-install-cmd": [ |
| 35 | + "GrumPHP\\Composer\\DevelopmentIntegrator::integrate" |
| 36 | + ], |
| 37 | + "post-update-cmd": [ |
| 38 | + "GrumPHP\\Composer\\DevelopmentIntegrator::integrate" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "extra": { |
| 42 | + "grumphp": { |
| 43 | + "config-default-path": "grumphp.yaml" |
| 44 | + } |
| 45 | + }, |
| 46 | + "config": { |
| 47 | + "sort-packages": true, |
| 48 | + "allow-plugins": { |
| 49 | + "phpro/grumphp": true |
| 50 | + } |
26 | 51 | }
|
27 |
| - }, |
28 |
| - "autoload-dev": { |
29 |
| - "psr-4": { |
30 |
| - "Answear\\DpdPlPickupServicesBundle\\Tests\\": "tests/" |
31 |
| - } |
32 |
| - }, |
33 |
| - "scripts": { |
34 |
| - "post-install-cmd": [ |
35 |
| - "GrumPHP\\Composer\\DevelopmentIntegrator::integrate" |
36 |
| - ], |
37 |
| - "post-update-cmd": [ |
38 |
| - "GrumPHP\\Composer\\DevelopmentIntegrator::integrate" |
39 |
| - ] |
40 |
| - }, |
41 |
| - "extra": { |
42 |
| - "grumphp": { |
43 |
| - "config-default-path": "grumphp.yaml" |
44 |
| - } |
45 |
| - }, |
46 |
| - "config": { |
47 |
| - "sort-packages": true |
48 |
| - } |
49 | 52 | }
|
0 commit comments