Skip to content

Commit

Permalink
test: guides uses symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Jan 19, 2024
1 parent 93fab65 commit 7334bb6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/composer.json
Expand Up @@ -16,24 +16,24 @@
],
"require": {
"api-platform/core": "dev-main",
"symfony/expression-language": "6.2.*",
"symfony/expression-language": "^7.0",
"nelmio/cors-bundle": "^2.2",
"phpstan/phpdoc-parser": "^1.15",
"symfony/framework-bundle": "6.2.*",
"symfony/property-access": "6.2.*",
"symfony/property-info": "6.2.*",
"symfony/runtime": "6.2.*",
"symfony/security-bundle": "6.2.*",
"symfony/serializer": "6.2.*",
"symfony/validator": "6.2.*",
"symfony/yaml": "^6.2",
"symfony/framework-bundle": "^7.0",
"symfony/property-access": "^7.0",
"symfony/property-info": "^7.0",
"symfony/runtime": "^7.0",
"symfony/security-bundle": "^7.0",
"symfony/serializer": "^7.0",
"symfony/validator": "^7.0",
"symfony/yaml": "^7.0",
"doctrine/orm": "^2.14",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/doctrine-bundle": "^2.9",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"zenstruck/foundry": "^1.31",
"symfony/http-client": "^6.2",
"symfony/browser-kit": "^6.2",
"symfony/http-client": "^7.0",
"symfony/browser-kit": "^7.0",
"justinrainbow/json-schema": "^5.2"
},
"config": {
Expand Down

0 comments on commit 7334bb6

Please sign in to comment.