|
1 | 1 | { |
2 | | - "name": "react-parallel/streams", |
3 | | - "description": "\ud83c\udfde\ufe0f Streams abstraction around ext-parallel Channels for ReactPHP", |
4 | | - "license": "MIT", |
5 | | - "authors": [ |
6 | | - { |
7 | | - "name": "Cees-Jan Kiewiet", |
8 | | - |
9 | | - "homepage": "http://wyrihaximus.net/" |
10 | | - } |
11 | | - ], |
12 | | - "require": { |
13 | | - "php": "^8.3", |
14 | | - "ext-parallel": "*", |
15 | | - "react-parallel/event-loop": "^2.1.0", |
16 | | - "react/event-loop": "^1.5", |
17 | | - "react/promise": "^3.1" |
18 | | - }, |
19 | | - "require-dev": { |
20 | | - "react-parallel/stubs": "^1.2", |
21 | | - "wyrihaximus/async-test-utilities": "^9.3.0", |
22 | | - "wyrihaximus/makefiles": "^0.5.0", |
23 | | - "wyrihaximus/ticking-promise": "^3.1.0" |
24 | | - }, |
25 | | - "autoload": { |
26 | | - "psr-4": { |
27 | | - "ReactParallel\\Streams\\": "src/" |
28 | | - } |
29 | | - }, |
30 | | - "autoload-dev": { |
31 | | - "psr-4": { |
32 | | - "ReactParallel\\Tests\\Streams\\": "tests/" |
33 | | - } |
| 2 | + "name": "react-parallel/streams", |
| 3 | + "description": "\ud83c\udfde\ufe0f Streams abstraction around ext-parallel Channels for ReactPHP", |
| 4 | + "license": "MIT", |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Cees-Jan Kiewiet", |
| 8 | + |
| 9 | + "homepage": "http://wyrihaximus.net/" |
| 10 | + } |
| 11 | + ], |
| 12 | + "require": { |
| 13 | + "php": "^8.4", |
| 14 | + "ext-parallel": "*", |
| 15 | + "react-parallel/event-loop": "^2.1.0", |
| 16 | + "react/event-loop": "^1.5", |
| 17 | + "react/promise": "^3.1" |
| 18 | + }, |
| 19 | + "require-dev": { |
| 20 | + "react-parallel/stubs": "^1.2", |
| 21 | + "wyrihaximus/async-test-utilities": "^10.1.0", |
| 22 | + "wyrihaximus/makefiles": "^0.6.0", |
| 23 | + "wyrihaximus/ticking-promise": "^3.1.0" |
| 24 | + }, |
| 25 | + "autoload": { |
| 26 | + "psr-4": { |
| 27 | + "ReactParallel\\Streams\\": "src/" |
| 28 | + } |
| 29 | + }, |
| 30 | + "autoload-dev": { |
| 31 | + "psr-4": { |
| 32 | + "ReactParallel\\Tests\\Streams\\": "tests/" |
| 33 | + } |
| 34 | + }, |
| 35 | + "config": { |
| 36 | + "allow-plugins": { |
| 37 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 38 | + "ergebnis/composer-normalize": true, |
| 39 | + "icanhazstring/composer-unused": true, |
| 40 | + "infection/extension-installer": true, |
| 41 | + "phpstan/extension-installer": true, |
| 42 | + "wyrihaximus/makefiles": true, |
| 43 | + "wyrihaximus/test-utilities": true |
34 | 44 | }, |
35 | | - "config": { |
36 | | - "allow-plugins": { |
37 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
38 | | - "ergebnis/composer-normalize": true, |
39 | | - "icanhazstring/composer-unused": true, |
40 | | - "infection/extension-installer": true, |
41 | | - "phpstan/extension-installer": true, |
42 | | - "wyrihaximus/makefiles": true |
43 | | - }, |
44 | | - "platform": { |
45 | | - "php": "8.3.13" |
46 | | - }, |
47 | | - "sort-packages": true |
| 45 | + "platform": { |
| 46 | + "php": "8.4.13" |
48 | 47 | }, |
49 | | - "scripts": { |
50 | | - "post-install-cmd": [ |
51 | | - "composer normalize" |
52 | | - ], |
53 | | - "post-update-cmd": [ |
54 | | - "composer normalize" |
55 | | - ] |
56 | | - } |
| 48 | + "sort-packages": true |
| 49 | + }, |
| 50 | + "scripts": { |
| 51 | + "post-install-cmd": [ |
| 52 | + "make on-install-or-update || true" |
| 53 | + ], |
| 54 | + "post-update-cmd": [ |
| 55 | + "make on-install-or-update || true" |
| 56 | + ] |
| 57 | + } |
57 | 58 | } |
0 commit comments