Skip to content

Commit

Permalink
Dropped ratchet entirely ; prevented real feeder to communicate with us
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean151 committed Jul 29, 2022
1 parent e299329 commit 21ac4e6
Show file tree
Hide file tree
Showing 8 changed files with 289 additions and 719 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"ext-iconv": "*",
"ext-pcntl": "*",
"api-platform/core": "^2.6",
"cboden/ratchet": "^0.4.4",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/doctrine-migrations-bundle": "^3.2",
Expand All @@ -22,6 +21,8 @@
"php-amqplib/php-amqplib": "^3.2",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.6",
"react/event-loop": "^1.3",
"react/socket": "^1.11.0",
"symfony/asset": "^6.1.0",
"symfony/console": "^6.1.0",
"symfony/dotenv": "^6.1.0",
Expand Down Expand Up @@ -54,7 +55,6 @@
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-symfony": "^1.2",
"phpunit/phpunit": "^9.5",
"ratchet/pawl": "^0.4.1",
"symfony/browser-kit": "^6.1.0",
"symfony/debug-bundle": "^6.1.0",
"symfony/http-client": "^6.1.0",
Expand Down
Loading

0 comments on commit 21ac4e6

Please sign in to comment.