Using PHPUnit ^4.8.36 and some PHPUnit stuffs

This commit is contained in:
peter279k 2020-12-13 10:58:45 +08:00 committed by Josh Sherman
parent 49d20e06a8
commit b15f862193
4 changed files with 11 additions and 22 deletions

View file

@ -20,11 +20,16 @@
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": ">=4"
"phpunit/phpunit": "^4.8.36"
},
"autoload": {
"psr-4": {
"HolidayAPI\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HolidayAPI\\Tests\\": "tests/"
}
}
}