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