|
1 | 1 | {
|
2 |
| - "name": "knplabs/knp-snappy", |
3 |
| - "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.", |
4 |
| - "license": "MIT", |
5 |
| - "type": "library", |
6 |
| - "keywords": [ |
7 |
| - "pdf", |
8 |
| - "thumbnail", |
9 |
| - "snapshot", |
10 |
| - "knplabs", |
11 |
| - "knp", |
12 |
| - "wkhtmltopdf" |
13 |
| - ], |
14 |
| - "authors": [ |
15 |
| - { |
16 |
| - "name": "KNP Labs Team", |
17 |
| - "homepage": "http://knplabs.com" |
18 |
| - }, |
19 |
| - { |
20 |
| - "name": "Symfony Community", |
21 |
| - "homepage": "http://github.com/KnpLabs/snappy/contributors" |
22 |
| - } |
23 |
| - ], |
24 |
| - "homepage": "http://github.com/KnpLabs/snappy", |
25 |
| - "require": { |
26 |
| - "php": ">=8.1", |
27 |
| - "dompdf/dompdf": "^3.0", |
28 |
| - "psr/http-factory": "^1.1", |
29 |
| - "psr/http-message": "^2.0", |
30 |
| - "psr/log": "^2.0|^3.0", |
31 |
| - "symfony/config": "^5.4|^6.4|^7.1", |
32 |
| - "symfony/dependency-injection": "^5.4|^6.4|^7.1", |
33 |
| - "symfony/http-client": "^5.4|^6.4|^7.1", |
34 |
| - "symfony/http-kernel": "^5.4|^6.4|^7.1", |
35 |
| - "symfony/process": "^5.4|^6.4|^7.1" |
| 2 | + "name": "knplabs/knp-snappy", |
| 3 | + "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.", |
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "pdf", |
| 8 | + "thumbnail", |
| 9 | + "snapshot", |
| 10 | + "knplabs", |
| 11 | + "knp", |
| 12 | + "wkhtmltopdf" |
| 13 | + ], |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "KNP Labs Team", |
| 17 | + "homepage": "http://knplabs.com" |
36 | 18 | },
|
37 |
| - "require-dev": { |
38 |
| - "nyholm/psr7": "^1.8", |
39 |
| - "phpstan/extension-installer": "^1.4", |
40 |
| - "phpstan/phpstan": "^1.12", |
41 |
| - "phpstan/phpstan-phpunit": "^1.4", |
42 |
| - "phpunit/phpunit": "^11.4" |
43 |
| - }, |
44 |
| - "replace": { |
45 |
| - "knplabs/snappy-bundle": "self.version", |
46 |
| - "knplabs/snappy-core": "self.version", |
47 |
| - "knplabs/snappy-dompdf": "self.version", |
48 |
| - "knplabs/snappy-wkhtmltopdf": "self.version" |
49 |
| - }, |
50 |
| - "autoload": { |
51 |
| - "psr-4": { |
52 |
| - "KNPLabs\\Snappy\\Backend\\Dompdf\\": "src/Backend/Dompdf/", |
53 |
| - "KNPLabs\\Snappy\\Backend\\WkHtmlToPdf\\": "src/Backend/WkHtmlToPdf/", |
54 |
| - "KNPLabs\\Snappy\\Core\\": "src/Core/", |
55 |
| - "KNPLabs\\Snappy\\Framework\\Symfony\\": "src/Framework/Symfony/" |
56 |
| - } |
57 |
| - }, |
58 |
| - "config": { |
59 |
| - "allow-plugins": { |
60 |
| - "phpstan/extension-installer": true |
61 |
| - }, |
62 |
| - "sort-packages": true |
| 19 | + { |
| 20 | + "name": "Symfony Community", |
| 21 | + "homepage": "http://github.com/KnpLabs/snappy/contributors" |
| 22 | + } |
| 23 | + ], |
| 24 | + "homepage": "http://github.com/KnpLabs/snappy", |
| 25 | + "require": { |
| 26 | + "php": ">=8.1", |
| 27 | + "dompdf/dompdf": "^3.0", |
| 28 | + "psr/http-factory": "^1.1", |
| 29 | + "psr/http-message": "^2.0", |
| 30 | + "psr/log": "^2.0|^3.0", |
| 31 | + "symfony/config": "^5.4|^6.4|^7.1", |
| 32 | + "symfony/dependency-injection": "^5.4|^6.4|^7.1", |
| 33 | + "symfony/http-client": "^5.4|^6.4|^7.1", |
| 34 | + "symfony/http-kernel": "^5.4|^6.4|^7.1", |
| 35 | + "symfony/process": "^5.4|^6.4|^7.1" |
| 36 | + }, |
| 37 | + "require-dev": { |
| 38 | + "nyholm/psr7": "^1.8", |
| 39 | + "phpstan/extension-installer": "^1.4", |
| 40 | + "phpstan/phpstan": "^1.12", |
| 41 | + "phpstan/phpstan-phpunit": "^1.4", |
| 42 | + "phpunit/phpunit": "^11.4" |
| 43 | + }, |
| 44 | + "replace": { |
| 45 | + "knplabs/snappy-bundle": "self.version", |
| 46 | + "knplabs/snappy-core": "self.version", |
| 47 | + "knplabs/snappy-dompdf": "self.version", |
| 48 | + "knplabs/snappy-wkhtmltopdf": "self.version" |
| 49 | + }, |
| 50 | + "autoload": { |
| 51 | + "psr-4": { |
| 52 | + "KNPLabs\\Snappy\\Backend\\Dompdf\\": "src/Backend/Dompdf/", |
| 53 | + "KNPLabs\\Snappy\\Backend\\WkHtmlToPdf\\": "src/Backend/WkHtmlToPdf/", |
| 54 | + "KNPLabs\\Snappy\\Core\\": "src/Core/", |
| 55 | + "KNPLabs\\Snappy\\Framework\\Symfony\\": "src/Framework/Symfony/" |
| 56 | + } |
| 57 | + }, |
| 58 | + "config": { |
| 59 | + "allow-plugins": { |
| 60 | + "phpstan/extension-installer": true |
63 | 61 | },
|
64 |
| - "extra": { |
65 |
| - "branch-alias": { |
66 |
| - "dev-master": "2.x-dev" |
67 |
| - } |
| 62 | + "sort-packages": true |
| 63 | + }, |
| 64 | + "extra": { |
| 65 | + "branch-alias": { |
| 66 | + "dev-master": "2.x-dev" |
| 67 | + } |
| 68 | + }, |
| 69 | + "repositories": [ |
| 70 | + { |
| 71 | + "url": "src/Core" |
68 | 72 | }
|
| 73 | + ] |
69 | 74 | }
|
0 commit comments