Skip to content

Commit

Permalink
Updating package
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 10, 2022
1 parent 80682c8 commit 9f508d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"php": ">=7.4.0|>=8.0.0",
"cweagans/composer-patches": "^1.7",
"fastybird/metadata": "^0.24",
"fastybird/socket-server-factory": "^0.1",
"fastybird/socket-server-factory": "^0.2",
"ipub/websockets-wamp": "^1.3",
"nette/bootstrap": "^3.1",
"nette/di": "^3.0",
Expand Down
4 changes: 3 additions & 1 deletion tests/common.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ php:
date.timezone: Europe/Prague

extensions:
contributteEvents : Contributte\EventDispatcher\DI\EventDispatcherExtension
fbMetadata : FastyBird\Metadata\DI\MetadataExtension
fbSocketServerFactory : FastyBird\SocketServerFactory\DI\SocketServerFactoryExtension
ipubWebSocketsWAMP : IPub\WebSocketsWAMP\DI\WebSocketsWAMPExtension
ipubWebSockets : IPub\WebSockets\DI\WebSocketsExtension

services:
- {factory: Symfony\Component\EventDispatcher\EventDispatcher}

ipubWebSockets:
routes:
'/io/exchange' : 'ExchangeController:'
2 changes: 1 addition & 1 deletion ws_server_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
WS server for real time communication between clients and server
"""

__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 9f508d5

Please sign in to comment.