Skip to content

Commit f8b27ee

Browse files
committed
fixed scripts option in composer
1 parent c7c378f commit f8b27ee

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"require": {
1010
"athlon1600/php-proxy": "@dev"
1111
},
12-
"post-create-project-cmd": [
13-
"php -f setup.txt"
14-
]
12+
"scripts": {
13+
"post-create-project-cmd": [
14+
"php -f setup.txt"
15+
]
16+
}
1517
}

0 commit comments

Comments
 (0)