16 lines
349 B
JSON
Executable File
16 lines
349 B
JSON
Executable File
{
|
|
"require": {
|
|
"jakoch/phantomjs-installer": "dev-master"
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"PhantomInstaller\\Installer::installPhantomJS"
|
|
],
|
|
"post-update-cmd": [
|
|
"PhantomInstaller\\Installer::installPhantomJS"
|
|
]
|
|
}
|
|
} |