Skip to content

Commit

Permalink
Merge pull request #2 from camoo/dev
Browse files Browse the repository at this point in the history
YAML suggestion updated.
  • Loading branch information
camoo committed Jul 9, 2023
2 parents 5926e57 + b9b822a commit bdcfa93
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 85 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
},
"require-dev": {
"phpunit/phpunit": "^9",
"symfony/yaml": "^5.4"
"symfony/yaml": "^6.3"
},
"suggest": {
"symfony/yaml": "^5.4"
"symfony/yaml": "^6.3"
},
"autoload": {
"psr-4": {
Expand Down
91 changes: 10 additions & 81 deletions composer.lock

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

2 changes: 0 additions & 2 deletions src/Parser/Yaml.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public function getSupportedExtensions(): array

/**
* Completes parsing of YAML/YML data
*
* @param array $data
*/
protected function parse(?array $data = null): ?array
{
Expand Down

0 comments on commit bdcfa93

Please sign in to comment.