Skip to content

Commit 8b8ee2f

Browse files
Merge pull request #5 from JSON-ms/dev
Dev
2 parents 449cf14 + ef7b8f1 commit 8b8ee2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "1.0.7",
2+
"version": "1.0.8",
33
"name": "jsonms/php",
44
"description": "A JSON.ms requests handler to install on your own server.",
55
"type": "library",
66
"license": "MIT",
77
"scripts": {
88
"setup-hooks": "cp .pre-commit .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit",
9-
"post-install-cmd": [
9+
"post-package-install": [
1010
"php install.php"
1111
]
1212
},

0 commit comments

Comments
 (0)