Improvements about namespace and PHPUnit version

This commit is contained in:
peter279k 2020-12-25 21:59:22 +08:00 committed by Josh Sherman
parent 732be48504
commit ae53465dad
4 changed files with 26 additions and 25 deletions

View file

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