Skip to content

Commit

Permalink
upgraded to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-yakovlev committed Dec 4, 2023
1 parent 962e82d commit d71c57a
Show file tree
Hide file tree
Showing 2 changed files with 1,051 additions and 1,087 deletions.
60 changes: 30 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,41 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.11",
"gesdinet/jwt-refresh-token-bundle": "^1.1",
"lexik/jwt-authentication-bundle": "^2.14",
"symfony/console": "6.*",
"symfony/dotenv": "6.*",
"symfony/flex": "^2.2",
"symfony/framework-bundle": "6.3.*",
"symfony/http-kernel": "6.3.*",
"symfony/messenger": "6.*",
"symfony/mime": "6.*",
"symfony/property-access": "6.*",
"symfony/property-info": "6.*",
"symfony/proxy-manager-bridge": "6.*",
"symfony/runtime": "6.*",
"symfony/serializer": "6.*",
"symfony/twig-bundle": "6.*",
"symfony/uid": "6.*",
"symfony/validator": "6.3.*",
"symfony/yaml": "6.*",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.17",
"gesdinet/jwt-refresh-token-bundle": "^1.2",
"lexik/jwt-authentication-bundle": "^2.20",
"symfony/console": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/flex": "^2.4",
"symfony/framework-bundle": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/messenger": "^6.4",
"symfony/mime": "^6.4",
"symfony/property-access": "^6.4",
"symfony/property-info": "^6.4",
"symfony/proxy-manager-bridge": "^6.4",
"symfony/runtime": "^6.4",
"symfony/serializer": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/uid": "^6.4",
"symfony/validator": "^6.4",
"symfony/yaml": "^6.4",
"webmozart/assert": "^1.11"
},
"require-dev": {
"dama/doctrine-test-bundle": "^7.2",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"fakerphp/faker": "^1.19",
"friendsofphp/php-cs-fixer": "^3.16",
"liip/test-fixtures-bundle": "^2.2",
"phpstan/phpstan": "^1.5",
"dama/doctrine-test-bundle": "^7.3",
"doctrine/doctrine-fixtures-bundle": "^3.5",
"fakerphp/faker": "^1.23",
"friendsofphp/php-cs-fixer": "^3.40",
"liip/test-fixtures-bundle": "^2.7",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6.7",
"qossmic/deptrac-shim": "^1.0",
"symfony/browser-kit": "6.*",
"symfony/css-selector": "6.*",
"symfony/phpunit-bridge": "6.*"
"symfony/browser-kit": "^6.4",
"symfony/css-selector": "^6.4",
"symfony/phpunit-bridge": "^6.4"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit d71c57a

Please sign in to comment.