Skip to content

Commit

Permalink
core: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danigargar authored and mmadariaga committed Jan 30, 2024
1 parent bf1c7b8 commit 901f8e7
Show file tree
Hide file tree
Showing 6 changed files with 10,038 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

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

8 changes: 8 additions & 0 deletions .idea/ivoz-api.iml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,24 @@
"api-platform/core": "2.6.*",
"irontec/ivoz-core": "^4.16",
"graze/guzzle-jsonrpc": "3.2.*",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.5.6",
"lexik/jwt-authentication-bundle": "^2.5",
"symfony/expression-language": "^5.4",
"symfony/finder": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/routing": "^5.4",
"symfony/serializer": "^5.4",
"symfony/doctrine-bridge": "^5.4",
"symfony/doctrine-bridge": "^5.4.21",
"symfony/property-info": "^5.4",
"twig/twig": "^3.3"
"twig/twig": "^3.8.0",
"symfony/twig-bridge": "^5.4.31",
"guzzlehttp/psr7": "^1.9.1",
"doctrine/annotations": "^1.14.3"
},
"require-dev": {
"phpstan/phpstan": "^1.0",
"behat/behat": "^3.8.1",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-browserkit-driver": "^2.0.0",
"friends-of-behat/mink-extension": "^2.5",
"behatch/contexts": "^3.3",
"phpunit/phpunit": "^9.5.3"
Expand Down
Loading

0 comments on commit 901f8e7

Please sign in to comment.