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