Skip to content

Commit b2a3248

Browse files
authored
Merge pull request #14 from driftphp/feature/improved-deps
Updated deps
2 parents c52dc68 + f20fff6 commit b2a3248

File tree

1 file changed

+38
-32
lines changed

1 file changed

+38
-32
lines changed

composer.json

Lines changed: 38 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,43 @@
11
{
2-
"name": "drift/command-bus-bundle",
3-
"description": "Bus Bundle for DriftPHP, a framework on top of Symfony and ReactPHP components",
4-
"homepage": "https://github.com/driftphp/bus-bundle",
5-
"type": "library",
6-
"license": "MIT",
2+
"name": "drift/command-bus-bundle",
3+
"description": "Bus Bundle for DriftPHP, a framework on top of Symfony and ReactPHP components",
4+
"homepage": "https://github.com/driftphp/command-bus-bundle",
5+
"type": "library",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Marc Morera",
10+
"email": "[email protected]"
11+
}
12+
],
13+
"require": {
14+
"php": "^7.3",
715

8-
"require": {
9-
"php": "^7.3",
10-
"mmoreram/base-bundle": "^2.1",
11-
"drift/http-kernel": "0.1.*, >=0.1.5",
12-
"drift/console-bridge": "0.1.*",
13-
"clue/block-react": "^1.3"
14-
},
16+
"symfony/console": "^5.0.0",
17+
"symfony/dependency-injection": "^5.0.0",
18+
"symfony/proxy-manager-bridge": "^5.0.0",
1519

16-
"require-dev": {
17-
"drift/redis-bundle": "0.1.*, >=0.1.2",
18-
"drift/amqp-bundle": "0.1.*, >=0.1.1"
19-
},
20-
21-
"suggest": {
22-
"drift/redis-bundle": "Install this bundle to use Redis as a queue system",
23-
"drift/amqp-bundle": "Install this bundle to use AMQP as a queue system"
24-
},
25-
26-
"autoload": {
27-
"psr-4": {
28-
"Drift\\CommandBus\\": ""
29-
}
30-
},
31-
32-
"autoload-dev": {
33-
"psr-4": {
34-
"Drift\\CommandBus\\Tests\\": "Tests/"
20+
"mmoreram/base-bundle": "^2.1",
21+
"drift/http-kernel": "0.1.*, >=0.1.5",
22+
"drift/console-bridge": "0.1.*",
23+
"clue/block-react": "^1.3"
24+
},
25+
"require-dev": {
26+
"drift/redis-bundle": "0.1.*, >=0.1.2",
27+
"drift/amqp-bundle": "0.1.*, >=0.1.1"
28+
},
29+
"suggest": {
30+
"drift/redis-bundle": "Install this bundle to use Redis as a queue system",
31+
"drift/amqp-bundle": "Install this bundle to use AMQP as a queue system"
32+
},
33+
"autoload": {
34+
"psr-4": {
35+
"Drift\\CommandBus\\": ""
36+
}
37+
},
38+
"autoload-dev": {
39+
"psr-4": {
40+
"Drift\\CommandBus\\Tests\\": "Tests/"
41+
}
3542
}
36-
}
3743
}

0 commit comments

Comments
 (0)