Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions php/antidot/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"ext-json": "*",
"antidot-fw/framework": "~0.2.1",
"antidot-fw/antidot-react-psr15": "*",
"antidot-fw/cli": "*",
"antidot-fw/cli": "^1.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might the keyword @stable could work ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nevermind, could not

"antidot-fw/container": "*",
"antidot-fw/fast-router-adapter": "*",
"antidot-fw/react-framework": "*",
"antidot-fw/symfony-config-translator": "*",
"antidot-fw/yaml-config-provider": "*",
"webmozart/assert": "*"
"antidot-fw/react-framework": "^1.1",
"antidot-fw/symfony-config-translator": "^1.1",
"antidot-fw/yaml-config-provider": "*"
},
"autoload": {
"psr-4": {
Expand Down