Skip to content

Commit e8b8343

Browse files
committed
Update composer.json file to be more consistent
1 parent 6a2309b commit e8b8343

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

composer.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
{
22
"name": "php-amqplib/rabbitmq-bundle",
3-
"replace": {
4-
"oldsound/rabbitmq-bundle": "self.version"
5-
},
6-
"description": "Formerly oldsound/rabbitmq-bundle. Integrates php-amqplib with Symfony2 and RabbitMq",
7-
"keywords": ["symfony2", "rabbitmq", "message", "queue", "amqp"],
83
"type": "symfony-bundle",
4+
"description": "Integrates php-amqplib with Symfony2 and RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5+
"keywords": ["symfony2", "rabbitmq", "message", "queue", "amqp"],
96
"license": "MIT",
107
"authors": [{
118
"name" : "Alvaro Videla"
129
}],
1310
"require": {
14-
"php" : ">=5.3.0",
15-
"symfony/dependency-injection" : "~2.3 || ~3.0",
16-
"symfony/event-dispatcher" : "~2.3 || ~3.0",
17-
"symfony/config" : "~2.3 || ~3.0",
18-
"symfony/yaml" : "~2.3 || ~3.0",
19-
"symfony/console" : "~2.3 || ~3.0",
20-
"php-amqplib/php-amqplib" : "~2.6"
21-
},
22-
"suggest": {
23-
"symfony/framework-bundle" : "To use this lib as a full Symfony Bundle and to use the profiler data collector"
11+
"php": ">=5.3.0",
12+
13+
"symfony/dependency-injection": "~2.3 || ~3.0",
14+
"symfony/event-dispatcher": "~2.3 || ~3.0",
15+
"symfony/config": "~2.3 || ~3.0",
16+
"symfony/yaml": "~2.3 || ~3.0",
17+
"symfony/console": "~2.3 || ~3.0",
18+
"php-amqplib/php-amqplib": "~2.6"
2419
},
2520
"require-dev": {
26-
"symfony/serializer": "~2.3 || ~3.0",
27-
"symfony/debug" : "~2.3 || ~3.0",
28-
"phpunit/phpunit" : ">=3.7.0"
21+
"symfony/serializer": "~2.3 || ~3.0",
22+
"symfony/debug": "~2.3 || ~3.0",
23+
"phpunit/phpunit": "~4.8 || ~5.0"
24+
},
25+
"replace": {
26+
"oldsound/rabbitmq-bundle": "self.version"
27+
},
28+
"suggest": {
29+
"symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
2930
},
3031
"extra": {
3132
"branch-alias": {
32-
"dev-master": "1.6.x-dev"
33+
"dev-master": "1.9.x-dev"
3334
}
3435
},
3536
"autoload": {

0 commit comments

Comments
 (0)