Skip to content

Commit 21ac4e6

Browse files
committed
Dropped ratchet entirely ; prevented real feeder to communicate with us
1 parent e299329 commit 21ac4e6

8 files changed

+289
-719
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"ext-iconv": "*",
1313
"ext-pcntl": "*",
1414
"api-platform/core": "^2.6",
15-
"cboden/ratchet": "^0.4.4",
1615
"doctrine/annotations": "^1.0",
1716
"doctrine/doctrine-bundle": "^2.7",
1817
"doctrine/doctrine-migrations-bundle": "^3.2",
@@ -22,6 +21,8 @@
2221
"php-amqplib/php-amqplib": "^3.2",
2322
"phpdocumentor/reflection-docblock": "^5.3",
2423
"phpstan/phpdoc-parser": "^1.6",
24+
"react/event-loop": "^1.3",
25+
"react/socket": "^1.11.0",
2526
"symfony/asset": "^6.1.0",
2627
"symfony/console": "^6.1.0",
2728
"symfony/dotenv": "^6.1.0",
@@ -54,7 +55,6 @@
5455
"phpstan/phpstan-phpunit": "^1.1",
5556
"phpstan/phpstan-symfony": "^1.2",
5657
"phpunit/phpunit": "^9.5",
57-
"ratchet/pawl": "^0.4.1",
5858
"symfony/browser-kit": "^6.1.0",
5959
"symfony/debug-bundle": "^6.1.0",
6060
"symfony/http-client": "^6.1.0",

0 commit comments

Comments
 (0)