Skip to content

Commit 006e18b

Browse files
committed
Fix composer.json syntax error
1 parent 808f7cf commit 006e18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"phpunit/phpunit": "^8.3|^9.0",
2727
"symfony/property-access": "^4.0|^5.0",
2828
"symfony/serializer": "^4.0|^5.0",
29-
"symfony/yaml": "^4.0|^5.0",
29+
"symfony/yaml": "^4.0|^5.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)