Skip to content

Commit

Permalink
[config] Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkan committed Mar 21, 2024
1 parent d451834 commit 0629e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"stefna/ds-collection": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "dev-master",
"stefna/codestyle": "^1.12",
"phpstan/phpstan": "^1.8",
"squizlabs/php_codesniffer": "^3.0",
"stefna/codestyle": "^1.15",
"phpstan/phpstan": "^1.10",
"bnf/phpstan-psr-container": "^1.0",
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^10.5",
"phpstan/phpstan-phpunit": "^1.1",
"tomasvotruba/type-coverage": "^0.0.7",
"phpstan/extension-installer": "^1.2"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="./vendor/autoload.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
cacheDirectory=".phpunit.cache"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
Expand Down

0 comments on commit 0629e25

Please sign in to comment.