Skip to content

Commit

Permalink
Update integration tests (#80)
Browse files Browse the repository at this point in the history
* Use the lastest vesion of the integration tests

* Make sure update script does not update packages that does not require integration tests

* Do not use deperecated functions
  • Loading branch information
Nyholm authored Aug 7, 2016
1 parent a1243ee commit 866505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.1",
"cache/integration-tests": "^0.10"
"cache/integration-tests": "^0.11"
},
"provide": {
"psr/cache-implementation": "^1.0"
Expand Down

0 comments on commit 866505e

Please sign in to comment.