Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhsan3adi committed May 28, 2024
1 parent bad4c57 commit acbdf91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
}
},
"scripts": {
"post-install-cmd": [
"cp -n .env.example .env"
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"test": "phpunit"
},
Expand Down

0 comments on commit acbdf91

Please sign in to comment.