Przeglądaj źródła

Update PHPUnit version to get prophecy

Jérôme Tamarelle 10 lat temu
rodzic
commit
b91be79137
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -30,7 +30,7 @@
         "symfony/process": "~2.1"
     },
     "require-dev": {
-        "phpunit/phpunit": "~4.0"
+        "phpunit/phpunit": "~4.5"
     },
     "suggest": {
         "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic",