|
1 | 1 | {
|
2 |
| - "name": "api-platform/elasticseach", |
3 |
| - "description": "Elasticsearch support", |
4 |
| - "type": "library", |
5 |
| - "keywords": [ |
6 |
| - "Filter", |
7 |
| - "Elasticsearch" |
8 |
| - ], |
9 |
| - "homepage": "https://api-platform.com", |
10 |
| - "license": "MIT", |
11 |
| - "authors": [ |
12 |
| - { |
13 |
| - "name": "Kévin Dunglas", |
14 |
| - |
15 |
| - "homepage": "https://dunglas.fr" |
| 2 | + "name": "api-platform/elasticseach", |
| 3 | + "description": "Elasticsearch support", |
| 4 | + "type": "library", |
| 5 | + "keywords": [ |
| 6 | + "Filter", |
| 7 | + "Elasticsearch" |
| 8 | + ], |
| 9 | + "homepage": "https://api-platform.com", |
| 10 | + "license": "MIT", |
| 11 | + "authors": [ |
| 12 | + { |
| 13 | + "name": "Kévin Dunglas", |
| 14 | + |
| 15 | + "homepage": "https://dunglas.fr" |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "API Platform Community", |
| 19 | + "homepage": "https://api-platform.com/community/contributors" |
| 20 | + } |
| 21 | + ], |
| 22 | + "require": { |
| 23 | + "php": ">=8.1", |
| 24 | + "api-platform/metadata": "*@dev || ^3.1", |
| 25 | + "api-platform/state": "*@dev || ^3.1", |
| 26 | + "api-platform/serializer": "*@dev || ^3.1", |
| 27 | + "elasticsearch/elasticsearch": "^7.11.0", |
| 28 | + "symfony/cache": "^6.1", |
| 29 | + "symfony/console": "^6.2", |
| 30 | + "symfony/property-info": "^6.1", |
| 31 | + "symfony/serializer": "^6.1", |
| 32 | + "symfony/uid": "^6.1", |
| 33 | + "symfony/property-access": "^6.1" |
16 | 34 | },
|
17 |
| - { |
18 |
| - "name": "API Platform Community", |
19 |
| - "homepage": "https://api-platform.com/community/contributors" |
20 |
| - } |
21 |
| - ], |
22 |
| - "require": { |
23 |
| - "php": ">=8.1", |
24 |
| - "api-platform/metadata": "*@dev || ^3.1", |
25 |
| - "api-platform/state": "*@dev || ^3.1", |
26 |
| - "elasticsearch/elasticsearch": "^7.11.0", |
27 |
| - "symfony/cache": "^6.1", |
28 |
| - "symfony/console": "^6.2", |
29 |
| - "symfony/property-info": "^6.1", |
30 |
| - "symfony/serializer": "^6.1", |
31 |
| - "symfony/uid": "^6.1", |
32 |
| - "symfony/property-access": "^6.1" |
33 |
| - }, |
34 |
| - "conflict": { |
35 |
| - "elasticsearch/elasticsearch": ">=8.0" |
36 |
| - }, |
37 |
| - "require-dev": { |
38 |
| - "phpspec/prophecy-phpunit": "^2.0", |
39 |
| - "symfony/phpunit-bridge": "^6.1" |
40 |
| - }, |
41 |
| - "autoload": { |
42 |
| - "psr-4": { |
43 |
| - "ApiPlatform\\Elasticsearch\\": "" |
| 35 | + "conflict": { |
| 36 | + "elasticsearch/elasticsearch": ">=8.0" |
44 | 37 | },
|
45 |
| - "exclude-from-classmap": [ |
46 |
| - "/Tests/" |
47 |
| - ] |
48 |
| - }, |
49 |
| - "config": { |
50 |
| - "preferred-install": { |
51 |
| - "*": "dist" |
| 38 | + "require-dev": { |
| 39 | + "phpspec/prophecy-phpunit": "^2.0", |
| 40 | + "symfony/phpunit-bridge": "^6.1" |
| 41 | + }, |
| 42 | + "autoload": { |
| 43 | + "psr-4": { |
| 44 | + "ApiPlatform\\Elasticsearch\\": "" |
| 45 | + }, |
| 46 | + "exclude-from-classmap": [ |
| 47 | + "/Tests/" |
| 48 | + ] |
52 | 49 | },
|
53 |
| - "sort-packages": true, |
54 |
| - "allow-plugins": { |
55 |
| - "composer/package-versions-deprecated": true, |
56 |
| - "phpstan/extension-installer": true |
57 |
| - } |
58 |
| - }, |
59 |
| - "extra": { |
60 |
| - "branch-alias": { |
61 |
| - "dev-main": "3.2.x-dev" |
| 50 | + "config": { |
| 51 | + "preferred-install": { |
| 52 | + "*": "dist" |
| 53 | + }, |
| 54 | + "sort-packages": true, |
| 55 | + "allow-plugins": { |
| 56 | + "composer/package-versions-deprecated": true, |
| 57 | + "phpstan/extension-installer": true |
| 58 | + } |
62 | 59 | },
|
63 |
| - "symfony": { |
64 |
| - "require": "^6.1" |
65 |
| - } |
66 |
| - }, |
67 |
| - "repositories": [ |
68 |
| - { |
69 |
| - "type": "path", |
70 |
| - "url": "../Metadata" |
| 60 | + "extra": { |
| 61 | + "branch-alias": { |
| 62 | + "dev-main": "3.2.x-dev" |
| 63 | + }, |
| 64 | + "symfony": { |
| 65 | + "require": "^6.1" |
| 66 | + } |
71 | 67 | },
|
72 |
| - { |
73 |
| - "type": "path", |
74 |
| - "url": "../State" |
75 |
| - } |
76 |
| - ] |
| 68 | + "repositories": [ |
| 69 | + { |
| 70 | + "type": "path", |
| 71 | + "url": "../Metadata" |
| 72 | + }, |
| 73 | + { |
| 74 | + "type": "path", |
| 75 | + "url": "../State" |
| 76 | + }, |
| 77 | + { |
| 78 | + "type": "path", |
| 79 | + "url": "../Serializer" |
| 80 | + } |
| 81 | + ] |
77 | 82 | }
|
0 commit comments