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:
parent
fa50148d7b
commit
9bf911515c
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user