Skip to content

Commit

Permalink
Symfony 6 support (without Flex dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Mar 13, 2022
1 parent 195a49a commit 57747e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -26,18 +26,18 @@
"phpspec/prophecy": "^1.9",
"phpspec/php-diff": "^1.0.0",
"sebastian/exporter": "^3.0 || ^4.0",
"symfony/console": "^3.4 || ^4.4 || ^5.0",
"symfony/event-dispatcher": "^3.4 || ^4.4 || ^5.0",
"symfony/process": "^3.4 || ^4.4 || ^5.0",
"symfony/finder": "^3.4 || ^4.4 || ^5.0",
"symfony/yaml": "^3.4 || ^4.4 || ^5.0",
"symfony/console": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"symfony/process": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"symfony/finder": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"symfony/yaml": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"doctrine/instantiator": "^1.0.5",
"ext-tokenizer": "*"
},

"require-dev": {
"behat/behat": "^3.3",
"symfony/filesystem": "^3.4 || ^4.0 || ^5.0",
"symfony/filesystem": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"vimeo/psalm": "^4.3"
},
Expand Down

0 comments on commit 57747e0

Please sign in to comment.