Skip to content
Snippets Groups Projects
Commit 6f672176 authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(deps): update dependency friendsofphp/php-cs-fixer to v3.6.0

parent ed41b691
No related branches found
No related tags found
1 merge request!30chore(deps): update dependency friendsofphp/php-cs-fixer to v3.6.0
Pipeline #88249 passed with warnings
......@@ -19,7 +19,6 @@
"mockery/mockery": "^1.4",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^5.2",
"symfony/http-client": "^5.2",
"symfony/monolog-bundle": "^3.7",
......@@ -44,14 +43,14 @@
},
"scripts": {
"test": [
"@php vendor/bin/phpunit"
"@php vendor/bin/simple-phpunit"
],
"phpstan": [
"@php vendor/bin/phpunit --atleast-version 0",
"@php vendor/bin/simple-phpunit --atleast-version 0",
"@php vendor/bin/phpstan analyze --ansi"
],
"psalm": [
"@php vendor/bin/phpunit --atleast-version 0",
"@php vendor/bin/simple-phpunit --atleast-version 0",
"@php vendor/bin/psalm"
],
"lint": [
......@@ -66,7 +65,7 @@
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff"
],
"coverage": [
"@php vendor/bin/phpunit --coverage-html _coverage"
"@php vendor/bin/simple-phpunit --coverage-html _coverage"
]
}
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment