Skip to content

Commit

Permalink
[fb-mqtt-connector] Refactoring connector to latest dev spec (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 7, 2023
1 parent 3e373d2 commit b21ba68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -13,7 +13,7 @@ on:
- cron: "0 8 * * 1" # At 08:00 on Monday

env:
extensions: "json, intl"
extensions: "json, intl, :php-psr"
cache-version: "1"
composer-version: "v2"
composer-options: "--no-interaction --no-progress --no-suggest --prefer-dist --prefer-stable"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -47,13 +47,13 @@
"nette/utils": "^3.2",
"psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.1|^3.0",
"psr/log": "^3.0",
"react/event-loop": "^1.3",
"react/http": "^1.7",
"react/promise": "^3|^2.2",
"react/promise": "^3",
"react/socket": "^1.12",
"sunrise/http-message": "^3.0",
"symfony/console": "^5.0|^6.0",
"symfony/console": "^6.0",
"symfony/event-dispatcher": "^5.4",
"symplify/vendor-patches": "^11.2"
},
Expand Down

0 comments on commit b21ba68

Please sign in to comment.