Skip to content

Commit

Permalink
Update composer dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Dec 2, 2024
1 parent 3a169a0 commit be5544b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"druidfi/mysqldump-php": "^1.1",
"fakerphp/faker": "^1.17",
"justinrainbow/json-schema": "^5.2",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"symfony/config": "^6.1",
"symfony/console": "^6.1",
"symfony/dependency-injection": "^6.1",
Expand All @@ -29,10 +27,12 @@
"theseer/tokenizer": "^1.2"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^10.5",
"slevomat/coding-standard": "^8.14",
"squizlabs/php_codesniffer": "^3.7"
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit be5544b

Please sign in to comment.