Skip to content

Commit

Permalink
#3 WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Bjoern Lange <[email protected]>
  • Loading branch information
Bjoern Lange committed Apr 6, 2021
1 parent 80259b3 commit 8dbb096
Show file tree
Hide file tree
Showing 12 changed files with 1,358 additions and 267 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"fix": [
"phpcbf"
],
"high-level-tests": [
"@low-level-tests",
"infection --only-covered -s --no-progress --no-ansi --no-interaction --min-msi=75 --min-covered-msi=75"
],
"low-level-tests": [
"phpcs --ignore=\"**.js\" --runtime-set ignore_warnings_on_exit 1",
"phpmd src,tests text ./phpmd.xml.dist",
Expand Down Expand Up @@ -35,6 +39,7 @@
},
"require": {
"php": "^8.0",
"ext-json": "*",
"symfony/config": "^4.4 || ^5.2",
"symfony/console": "^4.4 || ^5.2",
"symfony/dependency-injection": "^4.4 || ^5.2",
Expand All @@ -43,6 +48,7 @@
},
"require-dev": {
"best-it/php_codesniffer": "dev-release/4.0.0",
"infection/infection": "^0.21",
"phpmd/phpmd": "^2.9",
"phpstan/phpstan": "^0.12.80",
"phpunit/phpunit": "^9.5",
Expand Down
Loading

0 comments on commit 8dbb096

Please sign in to comment.