Skip to content

Commit 9a31d95

Browse files
committed
Removed post install script
1 parent 8b6da06 commit 9a31d95

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"phpunit/phpunit": "^6.0"
3838
},
3939
"scripts": {
40-
"test": "phpunit",
41-
"post-package-install": [
42-
"php -r \"copy('phpunit.xml.dist', 'phpunit.xml');\""
43-
]
40+
"test": "phpunit"
4441
}
4542
}

0 commit comments

Comments
 (0)