Skip to content

Commit

Permalink
Add support for symfony/yaml:7
Browse files Browse the repository at this point in the history
  • Loading branch information
ramondelafuente committed Jan 10, 2024
1 parent b405570 commit 302b6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"phpstan/phpstan": "^1.8.6",
"phpunit/phpunit": "^9.5.23|^10.0",
"nikic/php-parser": "^v4.10.4",
"symfony/yaml": "^5.0 | ^6.0",
"symfony/yaml": "^5.0 | ^6.0 | ^7.0",
"friendsofphp/php-cs-fixer": "^3.0",
"ramsey/uuid": "^4.0",
"pestphp/pest": "^1.23"
Expand Down
2 changes: 1 addition & 1 deletion src/CodeGeneration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^8.0",
"eventsauce/eventsauce": "^2.0 | ^3.0",
"symfony/yaml": "^5.0 | ^6.0"
"symfony/yaml": "^5.0 | ^6.0 | ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 302b6b5

Please sign in to comment.