Skip to content

Commit

Permalink
Add composer test command
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Nov 15, 2020
1 parent 5c95864 commit e6bef2b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions composer.json
Expand Up @@ -30,9 +30,10 @@
},
"require-dev": {
"nyholm/psr7": "^1.3",
"phpunit/phpunit": "^9.4",
"phpunit/phpunit": "^9.3",
"roave/infection-static-analysis-plugin": "^1.3",
"vimeo/psalm": "^4.1"
"vimeo/psalm": "^4.1",
"phan/phan": "^3.0"
},
"autoload": {
"psr-4": {
Expand All @@ -52,5 +53,15 @@
"common": "config/common.php",
"params": "config/params.php"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"scripts": {
"test": [
"phpunit --colors --no-interaction"
]
}
}

0 comments on commit e6bef2b

Please sign in to comment.