Skip to content

Commit 7a0e615

Browse files
committed
Add setup bin script
1 parent 36a5466 commit 7a0e615

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/.gitignore export-ignore
99
/.php-cs-fixer.dist.php export-ignore
1010
/.php_cs.dist export-ignore
11+
/bin export-ignore
1112
/docs export-ignore
1213
/phpunit.xml.dist export-ignore
1314
/phpunit.xml.dist export-ignore

bin/setup.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
composer install

0 commit comments

Comments
 (0)