Skip to content

Commit

Permalink
Allow Symfony6 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Feb 19, 2022
1 parent 89e135b commit d9eb49f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"require": {
"php": "^7.4 || ^8.0",
"composer/package-versions-deprecated": "^1.8",
"fidry/console": "^0.2.0",
"fidry/console": "^0.4.0",
"jetbrains/phpstorm-stubs": "^v2021.1",
"nikic/php-parser": "^4.12",
"symfony/console": "^5.2",
"symfony/filesystem": "^5.2",
"symfony/finder": "^5.2",
"symfony/console": "^5.2 || ^6.0",
"symfony/filesystem": "^5.2 || ^6.0",
"symfony/finder": "^5.2 || ^6.0",
"symfony/polyfill-php80": "^1.23",
"symfony/polyfill-php81": "^1.24",
"thecodingmachine/safe": "^1.3"
Expand Down
32 changes: 16 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9eb49f

Please sign in to comment.