Skip to content

Commit

Permalink
[TASK] Allow newer symfony and neos utilities versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Jun 19, 2024
1 parent 0aaf3b3 commit dcff652
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"monolog/monolog": "^2.9.1",
"myclabs/php-enum": "^1.8",
"neos/utility-files": "^7.3.10",
"symfony/config": "^5.0 || ^6.0",
"symfony/console": "^5.0 || ^6.0",
"neos/utility-files": "^7.3.10 || ^8.3.9",
"symfony/config": "^5.0 || ^6.0 || ^7.0",
"symfony/console": "^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.0 || ^6.0",
"symfony/finder": "^5.1 || ^6.0",
"symfony/options-resolver": "^5.0 || ^6.0",
"symfony/process": "^5.0 || ^6.0",
"symfony/finder": "^5.1 || ^6.0 || ^7.0",
"symfony/options-resolver": "^5.0 || ^6.0 || ^7.0",
"symfony/process": "^5.0 || ^6.0 || ^7.0",
"webmozart/assert": "^1.9"
},
"require-dev": {
Expand Down

0 comments on commit dcff652

Please sign in to comment.