Skip to content

Commit

Permalink
Merge pull request #1261 from keboola/tf-fix-dev-dependency
Browse files Browse the repository at this point in the history
tomasfejfar/phpstan-phpunit as dev dependency
  • Loading branch information
tomasfejfar authored Feb 2, 2024
2 parents 049bcaf + e2a419b commit f7e58ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"microsoft/azure-storage-blob": "^1.5",
"psr/log": "^1.1|^2.0|^3.0",
"symfony/filesystem": "^6.0||^5.0||^4.0",
"symfony/process": "^6.0||^5.0||^4.0",
"tomasfejfar/phpstan-phpunit": "~0.0.1"
"symfony/process": "^6.0||^5.0||^4.0"
},
"require-dev": {
"ext-pdo": "*",
Expand All @@ -51,6 +50,7 @@
"phpcompatibility/php-compatibility": "*",
"phpstan/phpstan": "^1",
"phpstan/phpstan-phpunit": "^1.0",
"tomasfejfar/phpstan-phpunit": "~0.0.1",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"rector/rector": "^0.12.23",
"squizlabs/php_codesniffer": "^3"
Expand Down

0 comments on commit f7e58ee

Please sign in to comment.