Skip to content

Commit 575ffbc

Browse files
amandiobmAmandio Magalhaes
andauthored
Clearing config before package installation (#37)
Co-authored-by: Amandio Magalhaes <amandio@trainingport.net>
1 parent e202cd3 commit 575ffbc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@
3434
},
3535
"require-dev": {
3636
"friendsofphp/php-cs-fixer": "^2.12"
37+
},
38+
"scripts": {
39+
"pre-package-install": [
40+
"@php artisan config:clear"
41+
]
3742
}
3843
}

0 commit comments

Comments
 (0)