1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-02-06 05:28:29 +01:00

add phpunit to composer.json

This commit is contained in:
Koen Punt 2015-03-01 17:05:23 +01:00
parent fa50148d7b
commit 9bf911515c

View File

@ -22,7 +22,13 @@
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.5.*"
},
"autoload": {
"classmap": ["AltoRouter.php"]
},
"scripts": {
"test": "vendor/bin/phpunit AltoRouterTest.php"
}
}