Skip to content

Commit

Permalink
多版本下的 composer test 挺难用的
Browse files Browse the repository at this point in the history
  • Loading branch information
ueaner committed Feb 28, 2018
1 parent 5b4bf4e commit 7724efd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"php": ">=5.5.0",
"psr/container": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0",
"phpunit/phpunit": "^5.7|^6.0"
},
"provide": {
"psr/container-implementation": "^1.0"
},
Expand All @@ -35,13 +31,5 @@
"psr-4": {
"Soli\\Tests\\": "tests/"
}
},
"scripts": {
"test": [
"@phpunit",
"@phpcs"
],
"phpunit": "./vendor/bin/phpunit",
"phpcs": "./vendor/bin/phpcs"
}
}

0 comments on commit 7724efd

Please sign in to comment.