|
@@ -19,12 +19,18 @@
|
|
|
"symfony/filesystem": "~2.3",
|
|
"symfony/filesystem": "~2.3",
|
|
|
"symfony/yaml": "~2.3",
|
|
"symfony/yaml": "~2.3",
|
|
|
"twig/twig": "~1.16",
|
|
"twig/twig": "~1.16",
|
|
|
- "jakoch/phantomjs-installer": "1.9.8"
|
|
|
|
|
|
|
+ "jakoch/phantomjs-installer": "2.0.0"
|
|
|
},
|
|
},
|
|
|
"require-dev": {
|
|
"require-dev": {
|
|
|
"phpunit/phpunit": "~4.0",
|
|
"phpunit/phpunit": "~4.0",
|
|
|
"zendframework/zendpdf": "~2.0"
|
|
"zendframework/zendpdf": "~2.0"
|
|
|
},
|
|
},
|
|
|
|
|
+ "repositories": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "vcs",
|
|
|
|
|
+ "url": "https://github.com/jonnnnyw/phantomjs-installer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
"autoload": {
|
|
"autoload": {
|
|
|
"psr-0": {
|
|
"psr-0": {
|
|
|
"JonnyW\\PhantomJs\\": "src"
|
|
"JonnyW\\PhantomJs\\": "src"
|
|
@@ -34,9 +40,6 @@
|
|
|
"config": {
|
|
"config": {
|
|
|
"bin-dir": "bin"
|
|
"bin-dir": "bin"
|
|
|
},
|
|
},
|
|
|
- "bin": [
|
|
|
|
|
- "bin/phantomloader"
|
|
|
|
|
- ],
|
|
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"post-install-cmd": [
|
|
"post-install-cmd": [
|
|
|
"PhantomInstaller\\Installer::installPhantomJS"
|
|
"PhantomInstaller\\Installer::installPhantomJS"
|