Skip to content

Commit

Permalink
Merge branch 'WSNL-1281' into 'master'
Browse files Browse the repository at this point in the history
WSNL-1281: updated requirements

See merge request !11
  • Loading branch information
Thijs Alberts committed Mar 21, 2017
2 parents 12b2d39 + 19b5182 commit 45b82e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ install: composer update --prefer-source $COMPOSER_FLAGS --no-interaction

script:
- ./vendor/bin/phpunit --coverage-clover=build/logs/clover.xml
- ./vendor/bin/phpcs --standard=PSR2 --ignore=Platform/Webservices/Connector.php src/

notifications:
email:
- support@webservices.nl
- tech@webservices.nl
slack: webservicesnl:pu5cpnpMCo2HXxPlN29DqHwU

after_script:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- RPC protocol module
- REST protocol module

## [0.0.8] (2016-03-21)
- updated webservices-nl/utils dependency
- Extended support for setting curl client agent support (soap config)

## [0.0.5] (2016-08-25)
- Tied in Guzzle6 as dependency. Removed the php-http/plugins php-http-client dependency (for now)
- Added Travis-CI support
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
}
],
"require": {
"php": ">=5.5",
"php": "^5.6 || ^7",
"ext-xml": "*",
"guzzlehttp/guzzle": "^6",
"psr/log": "^1.0",
"webservices-nl/common": "^0",
"webservices-nl/utils": "^1.0.1"
"webservices-nl/utils": "1.0.4"
},
"require-dev": {
"phpunit/phpunit": "^4",
Expand Down

0 comments on commit 45b82e1

Please sign in to comment.