Skip to content

Commit

Permalink
Merge pull request #102 from davidavz/patch-1
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
hootlex authored Apr 25, 2018
2 parents b9f9bf7 + 6cb9ade commit 7b6e432
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
],
"files": [
"tests/helpers.php"
]
],
"psr-4": {
"Tests\\": "tests/"
}
},
"require": {
"php": ">=5.4.0"
Expand All @@ -33,10 +36,5 @@
"Hootlex\\Friendships\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "stable"
}

0 comments on commit 7b6e432

Please sign in to comment.