Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 11, 2022
1 parent ca1a58c commit fd09192
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 321 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -3,21 +3,21 @@
"type": "symfony-bundle",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^7.3",
"php": ">=7.3",
"ext-json": "*",
"api-platform/core": "^2.5",
"api-platform/core": "^2.6",
"dbp/relay-core-bundle": "^0.1.11",
"symfony/framework-bundle": "^5.2"
"symfony/framework-bundle": "^5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpunit/phpunit": "^9",
"symfony/browser-kit": "^5.2",
"symfony/http-client": "^5.2",
"symfony/browser-kit": "^5.4",
"symfony/http-client": "^5.4",
"symfony/monolog-bundle": "^3.7",
"symfony/phpunit-bridge": "^5.2",
"symfony/phpunit-bridge": "^5.4",
"vimeo/psalm": "^4.2.1"
},
"autoload": {
Expand Down

0 comments on commit fd09192

Please sign in to comment.