Skip to content

Commit 1d908f0

Browse files
author
Harry Bragg
authored
subscribers in factory (#35)
when calling the Client::factory method, allow the config option 'subscribers' to attach to the emitter
1 parent 0ecddea commit 1d908f0

File tree

6 files changed

+139
-103
lines changed

6 files changed

+139
-103
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ deps-js: ## Install javascript dependencies
1212
deps-php: ## Install php dependencies
1313
@docker-compose run --rm composer install --prefer-dist
1414

15+
deps-php-update: ## Update php dependencies
16+
@docker-compose run --rm composer update --prefer-dist
17+
1518

1619
server-start: ## Start the test server
1720
@docker-compose up -d node

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
},
2828
"require-dev": {
2929
"adlawson/timezone": "~1.0",
30-
"squizlabs/php_codesniffer": "^2.9",
30+
"squizlabs/php_codesniffer": "^3",
3131
"mockery/mockery": "~0.9",
3232
"phpunit/phpunit": "~4.3",
33-
"graze/standards": "^1.0"
33+
"graze/standards": "^2.0"
3434
}
3535
}

0 commit comments

Comments
 (0)