We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f188464 commit d7472a7Copy full SHA for d7472a7
app/demo/composer.json
@@ -66,7 +66,7 @@
66
"@php -r \"copy('README.example.md', 'README.md');\"",
67
"@php -r \"copy('.gitattributes.example', '.gitattributes');\"",
68
"@php -r \"unlink('.gitattributes.example'); unlink('README.example.md');\"",
69
- "@php -r \"file_put_contents('CHANGELOG','# CHANGELOG');\""
+ "@php -r \"file_put_contents('CHANGELOG.md','# CHANGELOG');\""
70
]
71
},
72
"scripts-descriptions": {
0 commit comments