Skip to content

Commit

Permalink
Update symfony/yaml dependency to include ^7.0, fixes #78 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-sb authored Aug 28, 2024
1 parent 5c28529 commit ac06850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Import/Export core_config_data values in Magento 2",
"require": {
"php": "^7.2|^8.1",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0|^7.0",
"magento/module-config": "*",
"magento/module-store": "*",
"magento/framework": "*"
Expand Down

0 comments on commit ac06850

Please sign in to comment.