tikiwiki/packages/tiki-pkg-casperjs/jakoch/phantomjs-installer/tests/example-latest-version/composer.json

16 lines
349 B
JSON
Raw Normal View History

2023-11-20 21:52:04 +01:00
{
"require": {
"jakoch/phantomjs-installer": "dev-master"
},
"config": {
"bin-dir": "bin"
},
"scripts": {
"post-install-cmd": [
"PhantomInstaller\\Installer::installPhantomJS"
],
"post-update-cmd": [
"PhantomInstaller\\Installer::installPhantomJS"
]
}
}