|
8 | 8 |
|
9 | 9 | }
|
10 | 10 | ],
|
11 |
| - "bin": [ |
12 |
| - "bin/openapi-client-generator" |
13 |
| - ], |
14 |
| - "extra": { |
15 |
| - "wyrihaximus": { |
16 |
| - "bin-autoload-path-update": [ |
17 |
| - "bin/openapi-client-generator" |
18 |
| - ] |
19 |
| - } |
20 |
| - }, |
21 | 11 | "require": {
|
22 | 12 | "php": "^8.2",
|
| 13 | + "api-clients/contracts": "^0.1", |
| 14 | + "api-clients/github": "^0.2@dev", |
| 15 | + "ckr/arraymerger": "^3.0", |
| 16 | + "delight-im/random": "^1.0", |
23 | 17 | "devizzent/cebe-php-openapi": "^1",
|
| 18 | + "eventsauce/object-hydrator": "^1.2", |
24 | 19 | "jawira/case-converter": "^3.5",
|
25 |
| - "twig/twig": "^3.5", |
| 20 | + "league/openapi-psr7-validator": "^0.21", |
26 | 21 | "nikic/php-parser": "^4.15",
|
| 22 | + "nunomaduro/termwind": "^1.15", |
27 | 23 | "psr/http-message": "^1.0",
|
28 |
| - "ringcentral/psr7": "^1.3", |
29 |
| - "symfony/yaml": "^5.4", |
30 |
| - "wyrihaximus/composer-update-bin-autoload-path": "^1 || ^1.0.1", |
31 |
| - "league/openapi-psr7-validator": "^0.21", |
| 24 | + "ramsey/uuid": "^4.7", |
| 25 | + "react/async": "^4.0", |
32 | 26 | "react/http": "^1.8",
|
33 | 27 | "reactivex/rxphp": "^2.0",
|
34 |
| - "api-clients/contracts": "^0.1", |
35 |
| - "eventsauce/object-hydrator": "^1.2", |
36 |
| - "react/async": "^4.0", |
| 28 | + "ringcentral/psr7": "^1.3", |
| 29 | + "symfony/yaml": "^5.4", |
| 30 | + "twig/twig": "^3.5", |
| 31 | + "wyrihaximus/async-test-utilities": "^6.1", |
| 32 | + "wyrihaximus/composer-update-bin-autoload-path": "^1", |
37 | 33 | "wyrihaximus/react-awaitable-observable": "^1.0",
|
38 |
| - "ckr/arraymerger": "^3.0", |
39 |
| - "ramsey/uuid": "^4.7", |
40 |
| - "wyrihaximus/subsplit-tools": "dev-main", |
41 | 34 | "wyrihaximus/simple-twig": "^2.1",
|
42 |
| - "wyrihaximus/async-test-utilities": "^6.1", |
43 |
| - "api-clients/github": "^0.2@dev", |
44 |
| - "delight-im/random": "^1.0", |
45 |
| - "wyrihaximus/monolog-factory": "^1.2", |
46 |
| - "maxime-pasquier/monolog-stdout-handler": "^2.1", |
47 |
| - "divineomega/php-cli-progress-bar": "^2.1" |
| 35 | + "wyrihaximus/subsplit-tools": "dev-main" |
48 | 36 | },
|
49 | 37 | "autoload": {
|
50 | 38 | "psr-4": {
|
51 |
| - "ApiClients\\Tools\\OpenApiClientGenerator\\": "src/", |
52 |
| - "ApiClients\\Client\\Github\\": "generated/" |
| 39 | + "ApiClients\\Client\\Github\\": "generated/", |
| 40 | + "ApiClients\\Tools\\OpenApiClientGenerator\\": "src/" |
53 | 41 | },
|
54 | 42 | "files": [
|
55 | 43 | "external_files/cebe/JsonReference.php",
|
|
65 | 53 | "ApiClients\\Tests\\Tools\\OpenApiClientGenerator\\": "tests/"
|
66 | 54 | }
|
67 | 55 | },
|
| 56 | + "bin": [ |
| 57 | + "bin/openapi-client-generator" |
| 58 | + ], |
68 | 59 | "config": {
|
69 |
| - "platform": { |
70 |
| - "php": "8.2.13" |
71 |
| - }, |
72 | 60 | "allow-plugins": {
|
73 | 61 | "wyrihaximus/composer-update-bin-autoload-path": true,
|
74 | 62 | "infection/extension-installer": true,
|
75 | 63 | "dealerdirect/phpcodesniffer-composer-installer": true,
|
76 | 64 | "ergebnis/composer-normalize": true
|
| 65 | + }, |
| 66 | + "platform": { |
| 67 | + "php": "8.2.13" |
77 | 68 | }
|
| 69 | + }, |
| 70 | + "extra": { |
| 71 | + "wyrihaximus": { |
| 72 | + "bin-autoload-path-update": [ |
| 73 | + "bin/openapi-client-generator" |
| 74 | + ] |
| 75 | + } |
| 76 | + }, |
| 77 | + "scripts": { |
| 78 | + "post-install-cmd": [ |
| 79 | + "composer normalize" |
| 80 | + ], |
| 81 | + "post-update-cmd": [ |
| 82 | + "composer normalize" |
| 83 | + ] |
78 | 84 | }
|
79 | 85 | }
|
0 commit comments