Skip to content

Commit

Permalink
Merge pull request #74 from hugofintecture/symfony-7
Browse files Browse the repository at this point in the history
Support Symfony 7 components
  • Loading branch information
nicosomb committed Nov 29, 2023
2 parents a314e43 + 23a6a1b commit cb60190
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 146 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 || ~6.0",
"symfony/console": "~3.2 || ~4.0 || ~5.0 || ~6.0 || ~7.0",
"friendsofphp/php-cs-fixer": "^3.2",
"squizlabs/php_codesniffer": "^3.4",
"symfony/filesystem": "~3.2 || ~4.0 || ~5.0 || ~6.0",
"symfony/filesystem": "~3.2 || ~4.0 || ~5.0 || ~6.0 || ~7.0",
"prestashop/header-stamp": "^2.0",
"prestashop/autoindex": "^2.0"
},
Expand Down
Loading

0 comments on commit cb60190

Please sign in to comment.