mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-05 07:57:38 +02:00
Merge pull request #103 from koenpunt/phpunit-composer
add phpunit to composer.json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user