Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"symfony/http-client": "^5.4",
"symfony/process": "^5.4",
"twig/twig": "^2.12",
"vimeo/psalm": "^6.0",
Comment thread
poespas marked this conversation as resolved.
Outdated
"webmozart/assert": "^1.11"
},
"autoload": {
Expand All @@ -36,9 +37,8 @@
},
"require-dev": {
"phpro/grumphp-shim": "^1.13",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^4.26"
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7"
},
"config": {
"preferred-install": {
Expand Down
Loading
Loading