diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json index f8bc719..8971a98 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,12 @@ "role": "Developer" } ], + "require" : { + "php": "^5.3 | ^7.0" + }, "require-dev": { + "mikey179/vfsStream": "^1.4", "phpunit/phpunit": "~4.0", - "mikey179/vfsStream": "~1.4.0", "squizlabs/php_codesniffer": "~1.5" }, "autoload": { @@ -31,5 +34,8 @@ "branch-alias": { "dev-master": "3.0-dev" } + }, + "scripts": { + "test": "phpunit" } } |