Skip to content

Commit

Permalink
Merge pull request #9 from ikhsan3adi/update-deps
Browse files Browse the repository at this point in the history
deps: Update packages
  • Loading branch information
ikhsan3adi authored Jul 8, 2024
2 parents 64c695b + 6ec2298 commit 1cfcc40
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 34 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
}
},
"scripts": {
"post-install-cmd": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"test": "phpunit"
},
"support": {
Expand All @@ -40,4 +43,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
68 changes: 35 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cfcc40

Please sign in to comment.