|
1 | 1 | { |
2 | | - "name": "react-parallel/stubs", |
3 | | - "description": "\ud83e\udecf Stubs (for PHPstan)", |
4 | | - "license": "MIT", |
5 | | - "type": "phpstan-extension", |
6 | | - "authors": [ |
7 | | - { |
8 | | - "name": "Cees-Jan Kiewiet", |
9 | | - "email": "ceesjank@gmail.com", |
10 | | - "homepage": "http://wyrihaximus.net/" |
11 | | - } |
12 | | - ], |
13 | | - "require": { |
14 | | - "php": "^8.4", |
15 | | - "ext-parallel": "*" |
16 | | - }, |
17 | | - "require-dev": { |
18 | | - "wyrihaximus/async-test-utilities": "^10.0.0" |
| 2 | + "name": "react-parallel/stubs", |
| 3 | + "description": "\ud83e\udecf Stubs (for PHPstan)", |
| 4 | + "license": "MIT", |
| 5 | + "type": "phpstan-extension", |
| 6 | + "authors": [ |
| 7 | + { |
| 8 | + "name": "Cees-Jan Kiewiet", |
| 9 | + "email": "ceesjank@gmail.com", |
| 10 | + "homepage": "http://wyrihaximus.net/" |
| 11 | + } |
| 12 | + ], |
| 13 | + "require": { |
| 14 | + "php": "^8.4", |
| 15 | + "ext-parallel": "*" |
| 16 | + }, |
| 17 | + "require-dev": { |
| 18 | + "wyrihaximus/async-test-utilities": "^13.1.0", |
| 19 | + "wyrihaximus/makefiles": "^0.11.0" |
| 20 | + }, |
| 21 | + "config": { |
| 22 | + "allow-plugins": { |
| 23 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 24 | + "ergebnis/composer-normalize": true, |
| 25 | + "icanhazstring/composer-unused": true, |
| 26 | + "infection/extension-installer": true, |
| 27 | + "phpstan/extension-installer": true, |
| 28 | + "wyrihaximus/makefiles": true, |
| 29 | + "wyrihaximus/test-utilities": true |
19 | 30 | }, |
20 | | - "config": { |
21 | | - "allow-plugins": { |
22 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
23 | | - "ergebnis/composer-normalize": true, |
24 | | - "icanhazstring/composer-unused": true, |
25 | | - "infection/extension-installer": true, |
26 | | - "phpstan/extension-installer": true, |
27 | | - "wyrihaximus/test-utilities": true |
28 | | - }, |
29 | | - "platform": { |
30 | | - "php": "8.4.13" |
31 | | - }, |
32 | | - "sort-packages": true |
| 31 | + "platform": { |
| 32 | + "php": "8.4.13" |
33 | 33 | }, |
34 | | - "extra": { |
35 | | - "phpstan": { |
36 | | - "includes": [ |
37 | | - "extension.neon" |
38 | | - ] |
39 | | - } |
| 34 | + "sort-packages": true |
| 35 | + }, |
| 36 | + "extra": { |
| 37 | + "phpstan": { |
| 38 | + "includes": [ |
| 39 | + "extension.neon" |
| 40 | + ] |
40 | 41 | }, |
41 | | - "scripts": { |
42 | | - "post-install-cmd": [ |
43 | | - "composer normalize" |
44 | | - ], |
45 | | - "post-update-cmd": [ |
46 | | - "composer normalize" |
47 | | - ] |
| 42 | + "wyrihaximus": { |
| 43 | + "supported-features": { |
| 44 | + "code-style": false, |
| 45 | + "composer-dependency-checkers": false, |
| 46 | + "static-analysis": false, |
| 47 | + "unit-tests": false, |
| 48 | + "zts": true |
| 49 | + } |
48 | 50 | } |
| 51 | + }, |
| 52 | + "scripts": { |
| 53 | + "post-install-cmd": [ |
| 54 | + "make on-install-or-update || true" |
| 55 | + ], |
| 56 | + "post-update-cmd": [ |
| 57 | + "make on-install-or-update || true" |
| 58 | + ] |
| 59 | + } |
49 | 60 | } |
0 commit comments