tikiwiki/packages/tiki-pkg-casperjs/jakoch/phantomjs-installer/tests/example-latest-version/composer.json
2023-11-20 20:52:04 +00:00

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"
]
}
}