Skip to content

Commit

Permalink
Use PHPUnit 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Jan 7, 2018
1 parent ca43fb4 commit 7a5556f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -22,11 +22,11 @@
"container-interop/container-interop": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^5.5",
"zendframework/zend-diactoros": ">=1.3.2",
"chadicus/coding-standard": "^1.0",
"php-coveralls/php-coveralls": "^1.0",
"php-di/php-di": "^5.4",
"php-coveralls/php-coveralls": "^1.0"
"phpunit/phpunit": "^5.7",
"zendframework/zend-diactoros": ">=1.3.2"
},
"autoload": {
"psr-4": {"Chadicus\\Slim\\OAuth2\\Middleware\\" : "src"}
Expand Down

0 comments on commit 7a5556f

Please sign in to comment.