|
15 | 15 | "mammatus/life-cycle-events": "^2",
|
16 | 16 | "mammatus/queue-attributes": "dev-main",
|
17 | 17 | "mammatus/queue-contracts": "dev-main",
|
18 |
| - "psr/container": "^1.1.2", |
| 18 | + "psr/container": "^1.1.2 || ^2", |
19 | 19 | "psr/event-dispatcher": "^1.0",
|
20 | 20 | "psr/log": "^2",
|
21 | 21 | "queue-interop/queue-interop": "^0.8.1",
|
|
27 | 27 | "wyrihaximus/broadcast-contracts": "^1.3",
|
28 | 28 | "wyrihaximus/generative-composer-plugin-tooling": "^1",
|
29 | 29 | "wyrihaximus/monolog-factory": "^2",
|
| 30 | + "wyrihaximus/psr-3-callable-throwable-logger": "^2.3", |
30 | 31 | "wyrihaximus/psr-3-context-logger": "^2.0",
|
31 | 32 | "wyrihaximus/simple-twig": "^2.2.1",
|
32 | 33 | "wyrihaximus/ticking-promise": "^3.1"
|
|
68 | 69 | "extra": {
|
69 | 70 | "class": "Mammatus\\Queue\\Composer\\Installer",
|
70 | 71 | "mammatus": {
|
| 72 | + "has-bootable": true, |
71 | 73 | "queue": {
|
72 | 74 | "has-workers": true
|
73 | 75 | }
|
|
86 | 88 | "scripts": {
|
87 | 89 | "post-install-cmd": [
|
88 | 90 | "composer normalize",
|
89 |
| - "composer update --lock --no-scripts" |
| 91 | + "composer update --lock --no-scripts", |
| 92 | + "make cs-fix" |
90 | 93 | ],
|
91 | 94 | "post-update-cmd": [
|
92 | 95 | "composer normalize",
|
93 |
| - "composer update --lock --no-scripts" |
| 96 | + "composer update --lock --no-scripts", |
| 97 | + "make cs-fix" |
94 | 98 | ],
|
95 | 99 | "pre-autoload-dump": [
|
96 | 100 | "Mammatus\\Queue\\Composer\\Installer::findActions"
|
|
0 commit comments