|
1 | 1 | { |
2 | | - "name": "ezsystems/raml2html", |
| 2 | + "name": "ibexa/raml2html", |
3 | 3 | "type": "project", |
4 | 4 | "license": "MIT", |
5 | 5 | "authors": [ |
6 | 6 | { |
7 | 7 | "name": "Adam Wójs", |
8 | 8 | |
9 | | - } |
10 | | - ], |
11 | | - "repositories": [ |
| 9 | + }, |
12 | 10 | { |
13 | | - "type": "vcs", |
14 | | - "url": "https://github.com/adamwojs/raml-php-parser" |
| 11 | + "name": "Adrien Dupuis", |
| 12 | + |
15 | 13 | } |
16 | 14 | ], |
17 | 15 | "require": { |
18 | | - "php": "^7.4", |
19 | | - "symfony/console": "^4.2", |
20 | | - "raml-org/raml-php-parser": "dev-master", |
21 | | - "twig/twig": "^2.0", |
22 | | - "symfony/filesystem": "^4.2", |
23 | | - "ramsey/uuid": "^3.9", |
24 | | - "twig/markdown-extra": "^3.5", |
25 | | - "league/commonmark": "^2.3" |
| 16 | + "php": "^8.0", |
| 17 | + "symfony/console": "^6.0", |
| 18 | + "raml-org/raml-php-parser": "^4.8", |
| 19 | + "twig/twig": "^3.6", |
| 20 | + "symfony/filesystem": "^6.0", |
| 21 | + "ramsey/uuid": "^4.7", |
| 22 | + "twig/markdown-extra": "^3.6", |
| 23 | + "league/commonmark": "^2.3", |
| 24 | + "cweagans/composer-patches": "^1.7" |
26 | 25 | }, |
27 | 26 | "require-dev": { |
28 | | - "symfony/var-dumper": "^4.2", |
29 | | - "ezsystems/ezplatform-code-style": "^0.1.0" |
| 27 | + "symfony/var-dumper": "^6.0", |
| 28 | + "ibexa/code-style": "^1.2" |
30 | 29 | }, |
31 | 30 | "autoload": { |
32 | 31 | "psr-4": { |
33 | 32 | "EzSystems\\Raml2Html\\": "src" |
34 | 33 | } |
35 | 34 | }, |
36 | | - "scripts": { |
37 | | - "fix-cs": "php-cs-fixer fix -v --show-progress=estimating" |
| 35 | + "config": { |
| 36 | + "allow-plugins": { |
| 37 | + "cweagans/composer-patches": true |
| 38 | + } |
| 39 | + }, |
| 40 | + "extra": { |
| 41 | + "patches": { |
| 42 | + "raml-org/raml-php-parser": { |
| 43 | + "Array of scalars": "https://github.com/raml-org/raml-php-parser/commit/d2e58eac1705a8cf2be43ed3d482006e67e4ef2d.patch", |
| 44 | + "No available type list in type not found exception": "https://github.com/raml-org/raml-php-parser/commit/d54af98b9bd6d2400bbdd1c186e9b86c2dd88c83.patch", |
| 45 | + "Fix warnings and depreciations for PHP 8.1": "https://patch-diff.githubusercontent.com/raw/raml-org/raml-php-parser/pull/180.patch" |
| 46 | + } |
| 47 | + } |
38 | 48 | } |
39 | 49 | } |
0 commit comments