Skip to content

Commit

Permalink
Added composer scripts bench, format and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayne committed Aug 24, 2019
1 parent ee32f61 commit c0ce832
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,17 @@
"ext-simplexml": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.0|^7.0",
"phpbench/phpbench": "^0.13.0"
"friendsofphp/php-cs-fixer": "^2.15",
"phpbench/phpbench": "^0.16.9",
"phpunit/phpunit": "^5.0|^7.0"
},
"support": {
"issues": "https://github.com/rayne/wz2008-graph/issues",
"source": "https://github.com/rayne/wz2008-graph"
},
"scripts": {
"bench": "phpbench run",
"format": "php-cs-fixer fix",
"test": "phpunit"
}
}

0 comments on commit c0ce832

Please sign in to comment.