Skip to content

Commit

Permalink
Upgrade require-dev dependencies
Browse files Browse the repository at this point in the history
stephank committed Jan 18, 2023
1 parent cc64898 commit 8c14de1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
},
"scripts": {
"phpcheck": [
"./vendor/bin/phpstan analyse -c phpstan.neon -l max --memory-limit=1G src/ tests/",
"./vendor/bin/phpstan analyse -c phpstan.neon -l 8 --memory-limit=1G src/ tests/",
"./vendor/bin/phpcs -p --standard=PSR2 --extensions=php src/ tests/"
],
"phpcbf": [
@@ -45,8 +45,8 @@
"symfony/finder": "^5.0.0"
},
"require-dev": {
"phpstan/phpstan": "1.2.0",
"phpunit/phpunit": "9.5.10",
"squizlabs/php_codesniffer": "3.6.2"
"phpstan/phpstan": "1.9.12",
"phpunit/phpunit": "9.5.28",
"squizlabs/php_codesniffer": "3.7.1"
}
}

0 comments on commit 8c14de1

Please sign in to comment.