Skip to content

Commit

Permalink
update composer.json for space
Browse files Browse the repository at this point in the history
  • Loading branch information
harikt committed Mar 4, 2018
1 parent 891583c commit 2fe8840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"require": {
"php": ">=5.3.0"
},
"require-dev":{
"phpunit/phpunit": "~5.7 || ~4.8"
},
"autoload": {
"psr-4": {
"Aura\\Sql\\": "src/"
Expand All @@ -36,5 +33,8 @@
"aura": {
"type": "library"
}
},
"require-dev": {
"phpunit/phpunit": "~5.7 || ~4.8"
}
}

0 comments on commit 2fe8840

Please sign in to comment.