Skip to content

Commit 6069fdc

Browse files
committed
Use non-deprecated Composer syntax
1 parent d853d57 commit 6069fdc

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

composer.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"require": {
1919
"php": "^7.2",
2020
"cboden/ratchet": "^0.4.1",
21-
"gos/pubsub-router-bundle": "^1.0|^2.0",
21+
"gos/pubsub-router-bundle": "^1.0 || ^2.0",
2222
"gos/websocket-client": "^0.3",
23-
"ocramius/proxy-manager": "~0.4|^1.0|^2.0",
23+
"ocramius/proxy-manager": "~0.4 || ^1.0 || ^2.0",
2424
"psr/log": "^1.1",
2525
"react/event-loop": "^1.0",
26-
"symfony/config": "^3.4|^4.4|^5.0",
27-
"symfony/console": "^3.4|^4.4|^5.0",
28-
"symfony/dependency-injection": "^3.4|^4.4|^5.0",
29-
"symfony/event-dispatcher": "^3.4|^4.4",
30-
"symfony/http-foundation": "^3.4|^4.4|^5.0",
31-
"symfony/http-kernel": "^3.4|^4.4|^5.0",
32-
"symfony/security-core": "^3.4|^4.4|^5.0",
33-
"symfony/serializer": "^3.4|^4.4|^5.0"
26+
"symfony/config": "^3.4 || ^4.4 || ^5.0",
27+
"symfony/console": "^3.4 || ^4.4 || ^5.0",
28+
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0",
29+
"symfony/event-dispatcher": "^3.4 || ^4.4",
30+
"symfony/http-foundation": "^3.4 || ^4.4 || ^5.0",
31+
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.0",
32+
"symfony/security-core": "^3.4 || ^4.4 || ^5.0",
33+
"symfony/serializer": "^3.4 || ^4.4 || ^5.0"
3434
},
3535
"require-dev": {
3636
"doctrine/cache": "^1.8",
@@ -39,13 +39,13 @@
3939
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
4040
"phpunit/phpunit": "^8.4",
4141
"predis/predis": "^1.1",
42-
"symfony/cache": "^3.4|^4.4|^5.0",
42+
"symfony/cache": "^3.4 || ^4.4 || ^5.0",
4343
"symfony/monolog-bundle": "^3.0",
44-
"symfony/options-resolver": "^3.4|^4.4|^5.0",
44+
"symfony/options-resolver": "^3.4 || ^4.4 || ^5.0",
4545
"symfony/polyfill-php73": "^1.12",
46-
"symfony/stopwatch": "^3.4|^4.4|^5.0",
47-
"symfony/twig-bundle": "^3.4|^4.4|^5.0",
48-
"symfony/web-profiler-bundle": "^3.4|^4.4|^5.0"
46+
"symfony/stopwatch": "^3.4 || ^4.4 || ^5.0",
47+
"symfony/twig-bundle": "^3.4 || ^4.4 || ^5.0",
48+
"symfony/web-profiler-bundle": "^3.4 || ^4.4 || ^5.0"
4949
},
5050
"autoload": {
5151
"psr-4": { "Gos\\Bundle\\WebSocketBundle\\": "" },
@@ -59,15 +59,15 @@
5959
"suggest": {
6060
"ext-amqp": "* to use the amqp pusher",
6161
"ext-pdo": "* to use PDO ping services",
62-
"doctrine/cache": "^1.8 to use doctrine/cache as a client driver",
63-
"doctrine/dbal": "^2.8 to use Doctrine ping services",
64-
"gos/react-amqp": "^0.3 to use the amqp server push handler",
65-
"predis/predis": "^1.1 to use Predis as a client driver",
66-
"symfony/cache": "^3.4|^4.4|^5.0 to use symfony/cache as a client driver",
67-
"symfony/options-resolver": "^3.4|^4.4|^5.0 to use the pushers",
68-
"symfony/polyfill-php73": "^1.11 if using PHP 7.2",
69-
"symfony/serializer": "^3.4|^4.4|^5.0 to use the pushers",
70-
"symfony/stopwatch": "^3.4|^4.4|^5.0 to use the data collectors"
62+
"doctrine/cache": "to use doctrine/cache as a client driver",
63+
"doctrine/dbal": "to use Doctrine ping services",
64+
"gos/react-amqp": "to use the amqp server push handler",
65+
"predis/predis": "to use Predis as a client driver",
66+
"symfony/cache": "to use symfony/cache as a client driver",
67+
"symfony/options-resolver": "to use the pushers",
68+
"symfony/polyfill-php73": "if using PHP 7.2",
69+
"symfony/serializer": "to use the pushers",
70+
"symfony/stopwatch": "to use the data collectors"
7171
},
7272
"extra": {
7373
"branch-alias": {

0 commit comments

Comments
 (0)