Skip to content

Commit 60a798b

Browse files
authored
[PHP] Antidot: fix dependency issues in composer json (#4571)
1 parent de64b53 commit 60a798b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

php/antidot/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"ext-json": "*",
1414
"antidot-fw/framework": "~0.2.1",
1515
"antidot-fw/antidot-react-psr15": "*",
16-
"antidot-fw/cli": "*",
16+
"antidot-fw/cli": "^1.1",
1717
"antidot-fw/container": "*",
1818
"antidot-fw/fast-router-adapter": "*",
19-
"antidot-fw/react-framework": "*",
20-
"antidot-fw/symfony-config-translator": "*",
19+
"antidot-fw/react-framework": "^1.1",
20+
"antidot-fw/symfony-config-translator": "^1.1",
2121
"antidot-fw/yaml-config-provider": "*",
22-
"webmozart/assert": "*"
22+
"react/http": "1.2.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

php/antidot/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ framework:
66
build_deps:
77
- libevent-dev
88

9+
php_ext:
10+
- event
11+
912
php_mod:
1013
- intl
1114
- pcntl

0 commit comments

Comments
 (0)