Skip to content

Commit

Permalink
subscribers in factory (#35)
Browse files Browse the repository at this point in the history
when calling the Client::factory method, allow the config option 'subscribers' to attach
to the emitter
  • Loading branch information
Harry Bragg committed Jan 2, 2018
1 parent 0ecddea commit 1d908f0
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 103 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ deps-js: ## Install javascript dependencies
deps-php: ## Install php dependencies
@docker-compose run --rm composer install --prefer-dist

deps-php-update: ## Update php dependencies
@docker-compose run --rm composer update --prefer-dist


server-start: ## Start the test server
@docker-compose up -d node
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"require-dev": {
"adlawson/timezone": "~1.0",
"squizlabs/php_codesniffer": "^2.9",
"squizlabs/php_codesniffer": "^3",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.3",
"graze/standards": "^1.0"
"graze/standards": "^2.0"
}
}
Loading

0 comments on commit 1d908f0

Please sign in to comment.