Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Wolf committed Apr 19, 2016
1 parent 4d41dfe commit 6894843
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5.0",
"zendframework/zend-loader": "2.*",
"zendframework/zend-modulemanager": "2.*",
"zendframework/zend-mvc": "2.*",
"zendframework/zend-servicemanager": "2.*",
"detailnet/dfw-core": "~0.1.1",
"detailnet/dfw-notification": "~0.1.0"
"detailnet/dfw-core": "~0.2.0",
"detailnet/dfw-notification": "~0.2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4.5",
"squizlabs/php_codesniffer" : "~2.2.0",
"phpmd/phpmd": "~2.1.3",
"satooshi/php-coveralls": "dev-master"
"phpunit/phpunit": "~4.6",
"squizlabs/php_codesniffer" : "~2.3",
"phpmd/phpmd": "~2.2",
"satooshi/php-coveralls": "~1.0",
"guzzlehttp/guzzle": "^5.0.3"
},
"autoload": {
"psr-0": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

use Detail\Notification\Sender\WebhookSender as Sender;

class WebhookSenderFactory implements FactoryInterface
class WebhookSenderFactory implements
FactoryInterface
{
/**
* {@inheritDoc}
Expand Down

0 comments on commit 6894843

Please sign in to comment.