Explorar o código

Updating packages

Jonny Wenmoth %!s(int64=10) %!d(string=hai) anos
pai
achega
d75c3b50c1
Modificáronse 1 ficheiros con 7 adicións e 4 borrados
  1. 7 4
      composer.json

+ 7 - 4
composer.json

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