|
1 | 1 | { |
2 | | - "name": "react-parallel/event-loop", |
3 | | - "description": "\ud83c\udf00\ud83c\udf09\ud83c\udf00 Event Loop bridge to ext-parallel Events", |
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 | | - "ext-parallel": "*", |
15 | | - "react/async": "^4.3", |
16 | | - "react/event-loop": "^1.5", |
17 | | - "react/promise": "^3.2", |
18 | | - "wyrihaximus/metrics": "^2.1 || ^3" |
19 | | - }, |
20 | | - "require-dev": { |
21 | | - "react-parallel/stubs": "^1.2", |
22 | | - "react/promise-timer": "^1.11", |
23 | | - "wyrihaximus/async-test-utilities": "^9.3.0", |
24 | | - "wyrihaximus/makefiles": "^0.5.0" |
25 | | - }, |
26 | | - "autoload": { |
27 | | - "psr-4": { |
28 | | - "ReactParallel\\EventLoop\\": "src/" |
29 | | - } |
30 | | - }, |
31 | | - "autoload-dev": { |
32 | | - "psr-4": { |
33 | | - "ReactParallel\\Tests\\EventLoop\\": "tests/" |
34 | | - } |
| 2 | + "name": "react-parallel/event-loop", |
| 3 | + "description": "\ud83c\udf00\ud83c\udf09\ud83c\udf00 Event Loop bridge to ext-parallel Events", |
| 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 | + "ext-parallel": "*", |
| 15 | + "react/async": "^4.3", |
| 16 | + "react/event-loop": "^1.5", |
| 17 | + "react/promise": "^3.2", |
| 18 | + "wyrihaximus/metrics": "^3" |
| 19 | + }, |
| 20 | + "require-dev": { |
| 21 | + "react-parallel/stubs": "^1.2", |
| 22 | + "react/promise-timer": "^1.11", |
| 23 | + "wyrihaximus/async-test-utilities": "^10.1.0", |
| 24 | + "wyrihaximus/makefiles": "^0.6.0" |
| 25 | + }, |
| 26 | + "autoload": { |
| 27 | + "psr-4": { |
| 28 | + "ReactParallel\\EventLoop\\": "src/" |
| 29 | + } |
| 30 | + }, |
| 31 | + "autoload-dev": { |
| 32 | + "psr-4": { |
| 33 | + "ReactParallel\\Tests\\EventLoop\\": "tests/" |
| 34 | + } |
| 35 | + }, |
| 36 | + "config": { |
| 37 | + "allow-plugins": { |
| 38 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 39 | + "ergebnis/composer-normalize": true, |
| 40 | + "icanhazstring/composer-unused": true, |
| 41 | + "infection/extension-installer": true, |
| 42 | + "phpstan/extension-installer": true, |
| 43 | + "wyrihaximus/makefiles": true, |
| 44 | + "wyrihaximus/test-utilities": true |
35 | 45 | }, |
36 | | - "config": { |
37 | | - "allow-plugins": { |
38 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
39 | | - "ergebnis/composer-normalize": true, |
40 | | - "icanhazstring/composer-unused": true, |
41 | | - "infection/extension-installer": true, |
42 | | - "phpstan/extension-installer": true, |
43 | | - "wyrihaximus/makefiles": true |
44 | | - }, |
45 | | - "platform": { |
46 | | - "php": "8.3.13" |
47 | | - }, |
48 | | - "sort-packages": true |
| 46 | + "platform": { |
| 47 | + "php": "8.4.13" |
49 | 48 | }, |
50 | | - "scripts": { |
51 | | - "post-install-cmd": [ |
52 | | - "composer normalize" |
53 | | - ], |
54 | | - "post-update-cmd": [ |
55 | | - "composer normalize" |
56 | | - ] |
57 | | - } |
| 49 | + "sort-packages": true |
| 50 | + }, |
| 51 | + "scripts": { |
| 52 | + "post-install-cmd": [ |
| 53 | + "make on-install-or-update || true" |
| 54 | + ], |
| 55 | + "post-update-cmd": [ |
| 56 | + "make on-install-or-update || true" |
| 57 | + ] |
| 58 | + } |
58 | 59 | } |
0 commit comments