Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Fix JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwiest committed Apr 14, 2020
1 parent a22caae commit 62086a7
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 @@ -34,7 +34,7 @@
},
"scripts": {
"post-root-package-install": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
},
"config": {
Expand Down

0 comments on commit 62086a7

Please sign in to comment.