Skip to content

Commit

Permalink
Merge pull request #72 from Quetzacoalt91/symfony-v6
Browse files Browse the repository at this point in the history
Allow v6.x of Symfony components to be loaded
  • Loading branch information
matks authored Oct 13, 2022
2 parents a88421e + 3ae9381 commit a87a075
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 339 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"license": "MIT",
"require": {
"php": ">=7.2.5",
"symfony/console": "~3.2 || ~4.0 || ~5.0",
"symfony/console": "~3.2 || ~4.0 || ~5.0 || ~6.0",
"friendsofphp/php-cs-fixer": "^3.2",
"squizlabs/php_codesniffer": "^3.4",
"symfony/filesystem": "~3.2 || ~4.0 || ~5.0",
"symfony/filesystem": "~3.2 || ~4.0 || ~5.0 || ~6.0",
"prestashop/header-stamp": "^2.0",
"prestashop/autoindex": "^2.0"
},
Expand Down
Loading

0 comments on commit a87a075

Please sign in to comment.