Skip to content

Commit

Permalink
Allow using Symfony 7.0 dependencies (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz authored Oct 31, 2023
1 parent 0706d2c commit fdaeec7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"ext-curl": "*",
"doctrine/rst-parser": "^0.5",
"scrivo/highlight.php": "^9.18.1",
"symfony/filesystem": "^5.2 || ^6.0",
"symfony/finder": "^5.2 || ^6.0",
"symfony/dom-crawler": "^5.2 || ^6.0",
"symfony/css-selector": "^5.2 || ^6.0",
"symfony/console": "^5.2 || ^6.0",
"symfony/http-client": "^5.2 || ^6.0",
"symfony/filesystem": "^5.2 || ^6.0 || ^7.0",
"symfony/finder": "^5.2 || ^6.0 || ^7.0",
"symfony/dom-crawler": "^5.2 || ^6.0 || ^7.0",
"symfony/css-selector": "^5.2 || ^6.0 || ^7.0",
"symfony/console": "^5.2 || ^6.0 || ^7.0",
"symfony/http-client": "^5.2 || ^6.0 || ^7.0",
"twig/twig": "^2.14 || ^3.3"
},
"require-dev": {
"gajus/dindent": "^2.0",
"symfony/phpunit-bridge": "^5.2 || ^6.0",
"symfony/process": "^5.2 || ^6.0",
"symfony/phpunit-bridge": "^5.2 || ^6.0 || ^7.0",
"symfony/process": "^5.2 || ^6.0 || ^7.0",
"masterminds/html5": "^2.7"
},
"bin": ["bin/docs-builder"]
Expand Down

0 comments on commit fdaeec7

Please sign in to comment.