Skip to content

Commit

Permalink
update phpunit requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Mar 8, 2017
1 parent d50958e commit 5464ae9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -25,15 +25,15 @@
"php": ">=5.6.0",
"psr/log": "^1.0"
},
"require-dev": {
"pds/skeleton": "~1.0",
"phpunit/phpunit": "~5.7"
},
"autoload": {
"psr-4": {
"Aura\\Sql\\": "src/"
}
},
"require-dev": {
"pds/skeleton": "~1.0",
"phpunit/phpunit": "~5.0"
},
"autoload-dev": {
"psr-4": {
"Aura\\Sql\\": "tests/"
Expand Down

0 comments on commit 5464ae9

Please sign in to comment.