Skip to content

Commit

Permalink
Merge pull request #195 from olegpro/symfony-7
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Nov 30, 2023
2 parents d39256f + 4c2f5ad commit f27f118
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -24,13 +24,13 @@
"php": "^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"symfony/cache": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/process": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/cache": "^5.4 || ^6.0 || ^7.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/finder": "^5.4 || ^6.0 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"php-parallel-lint/php-console-highlighter": "^1.0",
Expand Down

0 comments on commit f27f118

Please sign in to comment.