Skip to content

Commit ed08bf9

Browse files
committed
Added post install script
1 parent aa7ba26 commit ed08bf9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "rregeer/gulp-php-dev-toolbox",
33
"description": "Php development toolbox using the gulp taskrunner",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"keywords": [
66
"Testing", "PHP", "phpunit", "Unittest", "Codestyle", "CI",
77
"Code complexity", "phpcs", "phpcbf", "phplint", "Gulp", "phpmd",
88
"Taskrunner", "Toolbox", "Code coverage", "Check styling",
99
"linting", "Composer"],
1010
"license": "MIT",
1111
"minimum-stability": "dev",
12+
"scripts": {
13+
"post-install-cmd": "scripts/setup.sh ../../ ./"
14+
},
1215
"require": {
1316
"php": ">=5.5.0"
1417
},

0 commit comments

Comments
 (0)