|
1 | 1 | {
|
2 |
| - "name": "wyrihaximus/js-compress", |
3 |
| - "description": "Compress/minify your JavaScript", |
4 |
| - "license": "MIT", |
5 |
| - "keywords": [ |
6 |
| - "html", |
7 |
| - "compress" |
8 |
| - ], |
9 |
| - "authors": [ |
10 |
| - { |
11 |
| - "name": "Cees-Jan Kiewiet", |
12 |
| - |
13 |
| - "homepage": "http://wyrihaximus.net/" |
14 |
| - } |
15 |
| - ], |
16 |
| - "require": { |
17 |
| - "php": "^8.3", |
18 |
| - "matthiasmullie/minify": "^1.3.73", |
19 |
| - "wikimedia/minify": "^2.9", |
20 |
| - "wyrihaximus/compress": "^2.2", |
21 |
| - "wyrihaximus/compress-contracts": "^1.0" |
22 |
| - }, |
23 |
| - "require-dev": { |
24 |
| - "wyrihaximus/compress-test-utilities": "^3.1.0", |
25 |
| - "wyrihaximus/makefiles": "^0.5.0", |
26 |
| - "wyrihaximus/test-utilities": "^7.4.0" |
27 |
| - }, |
28 |
| - "autoload": { |
29 |
| - "psr-4": { |
30 |
| - "WyriHaximus\\JsCompress\\": "src/" |
31 |
| - } |
32 |
| - }, |
33 |
| - "autoload-dev": { |
34 |
| - "psr-4": { |
35 |
| - "WyriHaximus\\JsCompress\\Tests\\": "tests/" |
36 |
| - } |
| 2 | + "name": "wyrihaximus/js-compress", |
| 3 | + "description": "Compress/minify your JavaScript", |
| 4 | + "license": "MIT", |
| 5 | + "keywords": [ |
| 6 | + "html", |
| 7 | + "compress" |
| 8 | + ], |
| 9 | + "authors": [ |
| 10 | + { |
| 11 | + "name": "Cees-Jan Kiewiet", |
| 12 | + |
| 13 | + "homepage": "http://wyrihaximus.net/" |
| 14 | + } |
| 15 | + ], |
| 16 | + "require": { |
| 17 | + "php": "^8.4", |
| 18 | + "matthiasmullie/minify": "^1.3.73", |
| 19 | + "wikimedia/minify": "^2.9", |
| 20 | + "wyrihaximus/compress": "^2.2", |
| 21 | + "wyrihaximus/compress-contracts": "^1.0" |
| 22 | + }, |
| 23 | + "require-dev": { |
| 24 | + "wyrihaximus/compress-test-utilities": "^3.2.0", |
| 25 | + "wyrihaximus/makefiles": "^0.6.0", |
| 26 | + "wyrihaximus/test-utilities": "^8.1.0" |
| 27 | + }, |
| 28 | + "autoload": { |
| 29 | + "psr-4": { |
| 30 | + "WyriHaximus\\JsCompress\\": "src/" |
| 31 | + } |
| 32 | + }, |
| 33 | + "autoload-dev": { |
| 34 | + "psr-4": { |
| 35 | + "WyriHaximus\\JsCompress\\Tests\\": "tests/" |
| 36 | + } |
| 37 | + }, |
| 38 | + "config": { |
| 39 | + "allow-plugins": { |
| 40 | + "composer/package-versions-deprecated": true, |
| 41 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 42 | + "ergebnis/composer-normalize": true, |
| 43 | + "icanhazstring/composer-unused": true, |
| 44 | + "infection/extension-installer": true, |
| 45 | + "phpstan/extension-installer": true, |
| 46 | + "wyrihaximus/makefiles": true, |
| 47 | + "wyrihaximus/test-utilities": true |
37 | 48 | },
|
38 |
| - "config": { |
39 |
| - "allow-plugins": { |
40 |
| - "composer/package-versions-deprecated": true, |
41 |
| - "dealerdirect/phpcodesniffer-composer-installer": true, |
42 |
| - "ergebnis/composer-normalize": true, |
43 |
| - "icanhazstring/composer-unused": true, |
44 |
| - "infection/extension-installer": true, |
45 |
| - "phpstan/extension-installer": true, |
46 |
| - "wyrihaximus/makefiles": true |
47 |
| - }, |
48 |
| - "platform": { |
49 |
| - "php": "8.3.13" |
50 |
| - }, |
51 |
| - "sort-packages": true |
| 49 | + "platform": { |
| 50 | + "php": "8.4.13" |
52 | 51 | },
|
53 |
| - "scripts": { |
54 |
| - "post-install-cmd": [ |
55 |
| - "composer normalize" |
56 |
| - ], |
57 |
| - "post-update-cmd": [ |
58 |
| - "composer normalize" |
59 |
| - ] |
60 |
| - } |
| 52 | + "sort-packages": true |
| 53 | + }, |
| 54 | + "scripts": { |
| 55 | + "post-install-cmd": [ |
| 56 | + "make on-install-or-update || true" |
| 57 | + ], |
| 58 | + "post-update-cmd": [ |
| 59 | + "make on-install-or-update || true" |
| 60 | + ] |
| 61 | + } |
61 | 62 | }
|
0 commit comments