Skip to content

Commit

Permalink
Update composer with a test command & hide the coverage directory - Add
Browse files Browse the repository at this point in the history
dependency to composer (that is required anyway)
  • Loading branch information
Navarr Barnier authored and Navarr Barnier committed Apr 22, 2016
1 parent 25c6523 commit 1959bf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
vendor/
composer.lock
coverage/
9 changes: 8 additions & 1 deletion composer.json
Expand Up @@ -11,7 +11,8 @@
}
],
"require": {
"php": ">=5.4.0"
"php": "^5.4.0",
"ext-sockets": "*"
},
"license": "MIT",
"require-dev": {
Expand All @@ -22,5 +23,11 @@
"psr-4": {
"Navarr\\Socket\\": "src/"
}
},
"scripts": {
"test": [
"@composer install",
"phpunit"
]
}
}

0 comments on commit 1959bf9

Please sign in to comment.