浏览代码

Se actualiza symfony bridge

Maxi Schvindt 7 年之前
父节点
当前提交
3f0ee67055
共有 2 个文件被更改,包括 18 次插入11 次删除
  1. 1 1
      composer.json
  2. 17 10
      composer.lock

+ 1 - 1
composer.json

@@ -173,7 +173,7 @@
     "require-dev": {
         "phpunit/phpunit": "^6.4",
         "sensio/generator-bundle": "^3.0",
-        "symfony/phpunit-bridge": "^3.0"
+        "symfony/phpunit-bridge": "^3.3"
     },
     "scripts": {
         "workflows-commands": [

+ 17 - 10
composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "945e2f46bf9ef17d46d78c55aa64fed4",
+    "content-hash": "1c00467cf83f17ecfc0a7a3c99c9d59e",
     "packages": [
         {
             "name": "behat/transliterator",
@@ -6120,28 +6120,35 @@
         },
         {
             "name": "symfony/phpunit-bridge",
-            "version": "v3.0.0",
+            "version": "v3.4.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/phpunit-bridge.git",
-                "reference": "9329a6fdf1fde3dfed50478f78500a8dc395190c"
+                "reference": "292c1a79c5c32360c62bbe67022a38c6535094d5"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://satis.infra.flowdat.com/dist/symfony/phpunit-bridge/symfony-phpunit-bridge-9329a6fdf1fde3dfed50478f78500a8dc395190c-zip-b11b27.zip",
-                "reference": "9329a6fdf1fde3dfed50478f78500a8dc395190c",
-                "shasum": "951fad44522107c56d8e28a090a30ade233916a4"
+                "url": "https://satis.infra.flowdat.com/dist/symfony/phpunit-bridge/symfony-phpunit-bridge-292c1a79c5c32360c62bbe67022a38c6535094d5-zip-042e4d.zip",
+                "reference": "292c1a79c5c32360c62bbe67022a38c6535094d5",
+                "shasum": "a695338b78376b71e1a9ef897e769f29db990011"
             },
             "require": {
-                "php": ">=5.5.9"
+                "php": ">=5.3.3"
+            },
+            "conflict": {
+                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
             },
             "suggest": {
+                "ext-zip": "Zip support is required when using bin/simple-phpunit",
                 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
             },
+            "bin": [
+                "bin/simple-phpunit"
+            ],
             "type": "symfony-bridge",
             "extra": {
                 "branch-alias": {
-                    "dev-master": "3.0-dev"
+                    "dev-master": "3.4-dev"
                 }
             },
             "autoload": {
@@ -6171,7 +6178,7 @@
             ],
             "description": "Symfony PHPUnit Bridge",
             "homepage": "https://symfony.com",
-            "time": "2015-11-28T09:12:47+00:00"
+            "time": "2017-11-22T11:41:29+00:00"
         },
         {
             "name": "theseer/tokenizer",
@@ -6280,7 +6287,7 @@
         "ik/workflow-bundle": 20
     },
     "prefer-stable": false,
-    "prefer-lowest": true,
+    "prefer-lowest": false,
     "platform": {
         "php": ">=5.5.9"
     },