Security update for Core, with self-updated composer
[yaffs-website] / vendor / phpspec / prophecy / composer.json
index 7918065f0991e80c3f8811047c30406d91872462..2bea646d9feca96b36533716d96d52be16612144 100644 (file)
@@ -19,7 +19,7 @@
 
     "require": {
         "php":                               "^5.3|^7.0",
-        "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
+        "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
         "sebastian/comparator":              "^1.1|^2.0",
         "doctrine/instantiator":             "^1.0.2",
         "sebastian/recursion-context":       "^1.0|^2.0|^3.0"
@@ -27,7 +27,7 @@
 
     "require-dev": {
         "phpspec/phpspec": "^2.5|^3.2",
-        "phpunit/phpunit": "^4.8 || ^5.6.5"
+        "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
     },
 
     "autoload": {
@@ -44,7 +44,7 @@
 
     "extra": {
         "branch-alias": {
-            "dev-master": "1.6.x-dev"
+            "dev-master": "1.7.x-dev"
         }
     }
 }