|
1 | 1 | { |
2 | | - "name": "react-parallel/limited-pool", |
3 | | - "description": "\ud83c\udfd4\ufe0f Limited pool for ext-parallel", |
4 | | - "license": "MIT", |
5 | | - "authors": [ |
6 | | - { |
7 | | - "name": "Cees-Jan Kiewiet", |
8 | | - "email": "ceesjank@gmail.com", |
9 | | - "homepage": "http://wyrihaximus.net/" |
10 | | - } |
11 | | - ], |
12 | | - "require": { |
13 | | - "php": "^8.3", |
14 | | - "react-parallel/contracts": "^2.1.0", |
15 | | - "react/async": "^4.3.0", |
16 | | - "react/event-loop": "^1.5.0", |
17 | | - "react/promise": "^3.2.0", |
18 | | - "wyrihaximus/pool-info": "^2.0.0" |
19 | | - }, |
20 | | - "require-dev": { |
21 | | - "ext-parallel": "*", |
22 | | - "moneyphp/money": "^4.7.0", |
23 | | - "react-parallel/event-loop": "^2.1.0", |
24 | | - "react-parallel/infinite-pool": "^3.1.0", |
25 | | - "react-parallel/pool-tests": "^5.0.0", |
26 | | - "react-parallel/stubs": "^1.2.0", |
27 | | - "wyrihaximus/async-test-utilities": "^9.3.0", |
28 | | - "wyrihaximus/makefiles": "^0.5.0" |
29 | | - }, |
30 | | - "minimum-stability": "dev", |
31 | | - "prefer-stable": true, |
32 | | - "autoload": { |
33 | | - "psr-4": { |
34 | | - "ReactParallel\\Pool\\Limited\\": "src/" |
35 | | - } |
36 | | - }, |
37 | | - "autoload-dev": { |
38 | | - "psr-4": { |
39 | | - "ReactParallel\\Tests\\Pool\\Limited\\": "tests/" |
40 | | - } |
| 2 | + "name": "react-parallel/limited-pool", |
| 3 | + "description": "\ud83c\udfd4\ufe0f Limited pool for ext-parallel", |
| 4 | + "license": "MIT", |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Cees-Jan Kiewiet", |
| 8 | + "email": "ceesjank@gmail.com", |
| 9 | + "homepage": "http://wyrihaximus.net/" |
| 10 | + } |
| 11 | + ], |
| 12 | + "require": { |
| 13 | + "php": "^8.4", |
| 14 | + "react-parallel/contracts": "^2.1.0", |
| 15 | + "react/async": "^4.3.0", |
| 16 | + "react/event-loop": "^1.5.0", |
| 17 | + "react/promise": "^3.2.0", |
| 18 | + "wyrihaximus/pool-info": "^2.0.0" |
| 19 | + }, |
| 20 | + "require-dev": { |
| 21 | + "ext-parallel": "*", |
| 22 | + "moneyphp/money": "^4.7.0", |
| 23 | + "react-parallel/event-loop": "^2.1.0", |
| 24 | + "react-parallel/infinite-pool": "^3.1.0", |
| 25 | + "react-parallel/pool-tests": "^5.1.0", |
| 26 | + "react-parallel/stubs": "^1.2.0", |
| 27 | + "wyrihaximus/async-test-utilities": "^10.1.0", |
| 28 | + "wyrihaximus/makefiles": "^0.6.0" |
| 29 | + }, |
| 30 | + "minimum-stability": "dev", |
| 31 | + "prefer-stable": true, |
| 32 | + "autoload": { |
| 33 | + "psr-4": { |
| 34 | + "ReactParallel\\Pool\\Limited\\": "src/" |
| 35 | + } |
| 36 | + }, |
| 37 | + "autoload-dev": { |
| 38 | + "psr-4": { |
| 39 | + "ReactParallel\\Tests\\Pool\\Limited\\": "tests/" |
| 40 | + } |
| 41 | + }, |
| 42 | + "config": { |
| 43 | + "allow-plugins": { |
| 44 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 45 | + "ergebnis/composer-normalize": true, |
| 46 | + "icanhazstring/composer-unused": true, |
| 47 | + "infection/extension-installer": true, |
| 48 | + "ocramius/package-versions": true, |
| 49 | + "phpstan/extension-installer": true, |
| 50 | + "wyrihaximus/makefiles": true, |
| 51 | + "wyrihaximus/test-utilities": true |
41 | 52 | }, |
42 | | - "config": { |
43 | | - "allow-plugins": { |
44 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
45 | | - "ergebnis/composer-normalize": true, |
46 | | - "icanhazstring/composer-unused": true, |
47 | | - "infection/extension-installer": true, |
48 | | - "ocramius/package-versions": true, |
49 | | - "phpstan/extension-installer": true, |
50 | | - "wyrihaximus/makefiles": true |
51 | | - }, |
52 | | - "platform": { |
53 | | - "php": "8.3.13" |
54 | | - }, |
55 | | - "sort-packages": true |
| 53 | + "platform": { |
| 54 | + "php": "8.4.13" |
56 | 55 | }, |
57 | | - "scripts": { |
58 | | - "post-install-cmd": [ |
59 | | - "composer normalize" |
60 | | - ], |
61 | | - "post-update-cmd": [ |
62 | | - "composer normalize" |
63 | | - ] |
64 | | - } |
| 56 | + "sort-packages": true |
| 57 | + }, |
| 58 | + "scripts": { |
| 59 | + "post-install-cmd": [ |
| 60 | + "make on-install-or-update || true" |
| 61 | + ], |
| 62 | + "post-update-cmd": [ |
| 63 | + "make on-install-or-update || true" |
| 64 | + ] |
| 65 | + } |
65 | 66 | } |
0 commit comments