Skip to content

Commit

Permalink
Merge branch 'api-platform:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Angatar committed Dec 6, 2023
2 parents ca58a7b + 8d683f2 commit 7407d25
Show file tree
Hide file tree
Showing 2 changed files with 821 additions and 903 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,27 @@
"friendsofphp/php-cs-fixer": "^2.15 || ^3.0",
"league/html-to-markdown": "^5.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/config": "^5.2 || ^6.0" ,
"symfony/console": "^5.2 || ^6.0",
"symfony/yaml": "^5.2 || ^6.0",
"symfony/filesystem": "^5.2 || ^6.0",
"symfony/config": "^5.2 || ^6.0 || ^7.0" ,
"symfony/console": "^5.2 || ^6.0 || ^7.0",
"symfony/yaml": "^5.2 || ^6.0 || ^7.0",
"symfony/filesystem": "^5.2 || ^6.0 || ^7.0",
"twig/twig": "^3.0",
"nette/php-generator": "^3.6 || ^4.0",
"nikic/php-parser": "^4.13",
"cebe/php-openapi": "^1.6",
"symfony/string": "^5.2 || ^6.0"
"symfony/string": "^5.2 || ^6.0 || ^7.0"
},
"require-dev": {
"api-platform/core": "^2.7 || ^3.0",
"doctrine/orm": "^2.7",
"myclabs/php-enum": "^1.7",
"symfony/doctrine-bridge": "^5.2 || ^6.0",
"symfony/phpunit-bridge": "^5.2 || ^6.0",
"symfony/serializer": "^5.2 || ^6.0",
"symfony/validator": "^5.2 || ^6.0",
"symfony/doctrine-bridge": "^5.2 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.2 || ^6.0 || ^7.0",
"symfony/serializer": "^5.2 || ^6.0 || ^7.0",
"symfony/validator": "^5.2 || ^6.0 || ^7.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.2.0",
"symfony/finder": "^5.2 || ^6.0"
"symfony/finder": "^5.2 || ^6.0 || ^7.0"
},
"bin": [
"bin/schema"
Expand Down

0 comments on commit 7407d25

Please sign in to comment.