Skip to content

Commit 6172b76

Browse files
committed
update composer to add stable versions
1 parent 96b8219 commit 6172b76

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,24 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.2.13",
18+
"php": "^7.3",
1919
"ext-json": "*",
2020
"antidot-fw/antidot-react-http": "dev-master",
2121
"antidot-fw/antidot-react-psr15": "dev-master",
22-
"antidot-fw/aura-router-adapter": "dev-master",
22+
"antidot-fw/fast-router-adapter": "dev-master",
2323
"antidot-fw/cli": "^1.0.0",
24-
"antidot-fw/container": "0.0.2",
24+
"antidot-fw/container": "^0.0.2",
2525
"antidot-fw/dev-tools": "dev-master",
2626
"antidot-fw/event-dispatcher": "^1.1.0",
27-
"antidot-fw/framework": "dev-master",
27+
"antidot-fw/framework": "^0.0.2",
2828
"antidot-fw/logger": "^1.0.1",
2929
"antidot-fw/symfony-config-translator": "^1.0.0",
3030
"antidot-fw/yaml-config-provider": "dev-master",
3131
"symfony/yaml": "^4.2.7",
3232
"wshafer/psr11-monolog": "@dev"
3333
},
3434
"require-dev": {
35+
"blackfire/php-sdk": "^1.20",
3536
"franzl/whoops-middleware": "^1.1",
3637
"phpro/grumphp": "^0.15.0",
3738
"phpstan/phpstan": "^0.11.5",

0 commit comments

Comments
 (0)