1
0
Fork 0

added script events to schema

pull/1945/head
Tobias Munk 2013-05-31 11:47:31 +02:00
parent 5586fa717b
commit dac2f03847
1 changed files with 8 additions and 0 deletions

View File

@ -290,6 +290,14 @@
"post-autoload-dump": {
"type": ["array", "string"],
"description": "Occurs after the autoloader is dumped, contains one or more Class::method callables or shell commands."
},
"post-root-package-install": {
"type": ["array", "string"],
"description": "Occurs after the root-package is installed, contains one or more Class::method callables or shell commands."
},
"post-create-project-cmd": {
"type": ["array", "string"],
"description": "Occurs after the create-project command is executed, contains one or more Class::method callables or shell commands."
}
}
},