summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2016-12-14 15:35:08 +1000
committerSimon Holywell <[email protected]>2016-12-14 15:35:08 +1000
commitd3a0e7905daf2908bd9db7e9a9122d96187800d9 (patch)
treeffd1447fab1ebf0e5ae9d456de824b1cd3d06cfb /composer.json
parent9d82f2ac06e85fc8c58b427a2000b3b1183bf259 (diff)
Fix up test procedures for idiorm
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 2308873..22009a9 100644
--- a/composer.json
+++ b/composer.json
@@ -28,6 +28,12 @@
"role": "Maintainer"
}
],
+ "scripts": {
+ "test": "vendor/bin/phpunit"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^5.6"
+ },
"license": [
"BSD-2-Clause",
"BSD-3-Clause",