|
1 | 1 | { |
2 | | - "name": "wyrihaximus/react-cache-redis", |
3 | | - "description": "Redis cache for react/cache", |
4 | | - "license": "MIT", |
5 | | - "authors": [ |
6 | | - { |
7 | | - "name": "Cees-Jan Kiewiet", |
8 | | - "email": "ceesjank@gmail.com" |
9 | | - } |
10 | | - ], |
11 | | - "require": { |
12 | | - "php": "^8.3", |
13 | | - "clue/redis-react": "^2.8", |
14 | | - "evenement/evenement": "^3.0.2", |
15 | | - "react/cache": "^1.2", |
16 | | - "react/promise": "^3.2" |
17 | | - }, |
18 | | - "require-dev": { |
19 | | - "wyrihaximus/async-test-utilities": "^9.4.2", |
20 | | - "wyrihaximus/makefiles": "^0.5.0" |
21 | | - }, |
22 | | - "autoload": { |
23 | | - "psr-4": { |
24 | | - "WyriHaximus\\React\\Cache\\": "src/" |
25 | | - } |
26 | | - }, |
27 | | - "autoload-dev": { |
28 | | - "psr-4": { |
29 | | - "WyriHaximus\\Tests\\React\\Cache\\": "tests/" |
30 | | - } |
| 2 | + "name": "wyrihaximus/react-cache-redis", |
| 3 | + "description": "Redis cache for react/cache", |
| 4 | + "license": "MIT", |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Cees-Jan Kiewiet", |
| 8 | + "email": "ceesjank@gmail.com" |
| 9 | + } |
| 10 | + ], |
| 11 | + "require": { |
| 12 | + "php": "^8.4", |
| 13 | + "clue/redis-react": "^2.8", |
| 14 | + "evenement/evenement": "^3.0.2", |
| 15 | + "react/cache": "^1.2", |
| 16 | + "react/promise": "^3.2" |
| 17 | + }, |
| 18 | + "require-dev": { |
| 19 | + "wyrihaximus/async-test-utilities": "^10.4.0", |
| 20 | + "wyrihaximus/makefiles": "^0.5.0" |
| 21 | + }, |
| 22 | + "autoload": { |
| 23 | + "psr-4": { |
| 24 | + "WyriHaximus\\React\\Cache\\": "src/" |
| 25 | + } |
| 26 | + }, |
| 27 | + "autoload-dev": { |
| 28 | + "psr-4": { |
| 29 | + "WyriHaximus\\Tests\\React\\Cache\\": "tests/" |
| 30 | + } |
| 31 | + }, |
| 32 | + "config": { |
| 33 | + "allow-plugins": { |
| 34 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 35 | + "ergebnis/composer-normalize": true, |
| 36 | + "icanhazstring/composer-unused": true, |
| 37 | + "infection/extension-installer": true, |
| 38 | + "phpstan/extension-installer": true, |
| 39 | + "wyrihaximus/makefiles": true, |
| 40 | + "wyrihaximus/test-utilities": true |
31 | 41 | }, |
32 | | - "config": { |
33 | | - "allow-plugins": { |
34 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
35 | | - "ergebnis/composer-normalize": true, |
36 | | - "icanhazstring/composer-unused": true, |
37 | | - "infection/extension-installer": true, |
38 | | - "phpstan/extension-installer": true, |
39 | | - "wyrihaximus/makefiles": true |
40 | | - }, |
41 | | - "platform": { |
42 | | - "php": "8.3.13" |
43 | | - }, |
44 | | - "sort-packages": true |
| 42 | + "platform": { |
| 43 | + "php": "8.4.13" |
45 | 44 | }, |
46 | | - "scripts": { |
47 | | - "post-install-cmd": [ |
48 | | - "composer normalize" |
49 | | - ], |
50 | | - "post-update-cmd": [ |
51 | | - "composer normalize" |
52 | | - ] |
53 | | - } |
| 45 | + "sort-packages": true |
| 46 | + }, |
| 47 | + "scripts": { |
| 48 | + "post-install-cmd": [ |
| 49 | + "make on-install-or-update || true" |
| 50 | + ], |
| 51 | + "post-update-cmd": [ |
| 52 | + "make on-install-or-update || true" |
| 53 | + ] |
| 54 | + } |
54 | 55 | } |
0 commit comments