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
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
"guzzlehttp/guzzle": "^7.9",
"psr/http-client": "^1.0",
"ext-json": "*",
"php": "^8.1"
"php": "^8.1",
"symfony/finder": "^7.2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be a development dependency, if we even need it.

},

"require-dev": {
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^10.0",
"vimeo/psalm": "^5.26",
"friendsofphp/php-cs-fixer": "^3.67"
},
"autoload": {
"psr-4": {
Expand Down
Loading