Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidvanErkelens committed Oct 3, 2021
1 parent 1d8d659 commit 87f9ab5
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .idea/ynab-php-client.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@
"license": [
"MIT"
],
"authors": [
{
"name": "David van Erkelens",
"email": "[email protected]"
}
],
"require": {
"guzzlehttp/guzzle": "^7.0",
"symfony/serializer": "^5.3",
"symfony/property-access": "^5.3",
"doctrine/annotations": "^1.13",
"fig/http-message-util": "^1.1",
"symfony/cache": "^5.3"
"symfony/cache": "^5.3",
"phpdocumentor/reflection-docblock": "^5.2"
},
"autoload": {
"psr-4": {
"YNAB\\": "src/",
"YNAB\\Tests\\": "tests/"
"YNAB\\": "src/"
}
},
"require-dev": {
Expand Down
Loading

0 comments on commit 87f9ab5

Please sign in to comment.