We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 449cf14 + ef7b8f1 commit 8b8ee2fCopy full SHA for 8b8ee2f
composer.json
@@ -1,12 +1,12 @@
1
{
2
- "version": "1.0.7",
+ "version": "1.0.8",
3
"name": "jsonms/php",
4
"description": "A JSON.ms requests handler to install on your own server.",
5
"type": "library",
6
"license": "MIT",
7
"scripts": {
8
"setup-hooks": "cp .pre-commit .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit",
9
- "post-install-cmd": [
+ "post-package-install": [
10
"php install.php"
11
]
12
},
0 commit comments