|
19 | 19 | "ext-json": "*", |
20 | 20 | "antidot-fw/antidot-react-http": "dev-master", |
21 | 21 | "antidot-fw/antidot-react-psr15": "dev-master", |
22 | | - "antidot-fw/fast-router-adapter": "dev-master", |
23 | | - "antidot-fw/cli": "^1.0.0", |
24 | | - "antidot-fw/container": "^0.0.2", |
25 | | - "antidot-fw/dev-tools": "dev-master", |
26 | | - "antidot-fw/event-dispatcher": "^1.1.0", |
27 | | - "antidot-fw/framework": "^0.0.2", |
28 | | - "antidot-fw/logger": "^1.0.1", |
29 | | - "antidot-fw/symfony-config-translator": "^1.0.0", |
30 | | - "antidot-fw/yaml-config-provider": "dev-master", |
31 | | - "symfony/yaml": "^4.2.7", |
32 | | - "wshafer/psr11-monolog": "@dev" |
| 22 | + "antidot-fw/fast-router-adapter": "^0.1.0", |
| 23 | + "antidot-fw/cli": "^1.1.0", |
| 24 | + "antidot-fw/container": "^0.1.0", |
| 25 | + "antidot-fw/dev-tools": "^0.1.2", |
| 26 | + "antidot-fw/event-dispatcher": "^1.1.1", |
| 27 | + "antidot-fw/framework": "^0.1.1", |
| 28 | + "antidot-fw/logger": "^1.1.0", |
| 29 | + "antidot-fw/symfony-config-translator": "^1.1.0", |
| 30 | + "antidot-fw/yaml-config-provider": "^0.1.0", |
| 31 | + "webmozart/assert": "^1.7.0", |
| 32 | + "wshafer/psr11-monolog": "^3.0.0" |
33 | 33 | }, |
34 | 34 | "require-dev": { |
35 | 35 | "blackfire/php-sdk": "^1.20", |
36 | 36 | "franzl/whoops-middleware": "^1.1", |
37 | | - "phpro/grumphp": "^0.15.0", |
| 37 | + "phpro/grumphp": "0.17.2", |
38 | 38 | "phpstan/phpstan": "^0.11.5", |
39 | 39 | "phpunit/phpunit": "^8.0", |
40 | 40 | "roave/security-advisories": "dev-master", |
41 | 41 | "seregazhuk/php-watcher": "^0.5.1", |
42 | 42 | "squizlabs/php_codesniffer": "^3.4", |
43 | 43 | "symfony/var-dumper": "^4.2", |
44 | | - "zendframework/zend-component-installer": "^2.1" |
| 44 | + "laminas/laminas-component-installer": "^2.1.2" |
45 | 45 | }, |
46 | 46 | "autoload": { |
47 | 47 | "psr-4": { |
|
83 | 83 | "antidot-fw/event-dispatcher", |
84 | 84 | "antidot-fw/symfony-config-translator", |
85 | 85 | "wshafer/psr11-monolog", |
86 | | - "zendframework/zend-httphandlerrunner", |
| 86 | + "laminias/laminas-httphandlerrunner", |
87 | 87 | "antidot-fw/antidot-react-http", |
88 | 88 | "antidot-fw/antidot-react-psr15" |
89 | 89 | ] |
|
0 commit comments