From 47a1a1440b20df2ffbbcbd717351b0ea0b7ed8bd Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Wed, 14 Dec 2016 23:00:11 +0100 Subject: [PATCH 1/6] Update sample sqlite path according to symfony 3 directory structure --- app/config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/config.yml b/app/config/config.yml index 9504cbb722..5fbbf25f53 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -49,7 +49,7 @@ doctrine: charset: UTF8 # if using pdo_sqlite as your database driver: # 1. add the path in parameters.yml - # e.g. database_path: "%kernel.root_dir%/data/data.db3" + # e.g. database_path: "%kernel.root_dir%/../var/data/data.sqlite" # 2. Uncomment database_path in parameters.yml.dist # 3. Uncomment next line: #path: "%database_path%" From 69f3c2572de1c81e439b1daee94fe89eea3b660d Mon Sep 17 00:00:00 2001 From: Piotr Antosik Date: Fri, 30 Dec 2016 18:41:35 +0100 Subject: [PATCH 2/6] Fix deprecated swiftmailer parameter --- app/config/config_dev.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 20b7606bb0..b91b77de86 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml @@ -34,4 +34,4 @@ assetic: use_controller: true #swiftmailer: -# delivery_address: me@example.com +# delivery_addresses: ['me@example.com'] diff --git a/composer.json b/composer.json index 01f75a5246..b35f5a5b60 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "doctrine/orm": "^2.4.8", "doctrine/doctrine-bundle": "~1.4", "symfony/assetic-bundle": "~2.3", - "symfony/swiftmailer-bundle": "~2.3", + "symfony/swiftmailer-bundle": "~2.3,>=2.3.10", "symfony/monolog-bundle": "~2.11.3", "sensio/distribution-bundle": "~4.0", "sensio/framework-extra-bundle": "^3.0.2", From f37e0516e9fa759c6d2b23fea2405443159c3c50 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 2 Jan 2017 12:39:49 -0800 Subject: [PATCH 3/6] updated LICENSE year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 12a74531e4..17d16a1336 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004-2016 Fabien Potencier +Copyright (c) 2004-2017 Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 447f086e39f6ad61bd88d040dd70dccfc2361b87 Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Wed, 4 Jan 2017 12:48:05 +0200 Subject: [PATCH 4/6] Update symfony/monolog-bundle to 3.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b35f5a5b60..41dfdc6c5f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "doctrine/doctrine-bundle": "~1.4", "symfony/assetic-bundle": "~2.3", "symfony/swiftmailer-bundle": "~2.3,>=2.3.10", - "symfony/monolog-bundle": "~2.11.3", + "symfony/monolog-bundle": "^3.0.2", "sensio/distribution-bundle": "~4.0", "sensio/framework-extra-bundle": "^3.0.2", "incenteev/composer-parameter-handler": "~2.0" From d68e2e0819e1443d53f0a1a10655c21e03e43ba0 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 12 Jan 2017 13:48:19 -0800 Subject: [PATCH 5/6] updated VENDORS for 3.2.2 --- composer.lock | 153 +++++++++++++++++++----------------- var/SymfonyRequirements.php | 6 +- web/config.php | 2 +- 3 files changed, 86 insertions(+), 75 deletions(-) diff --git a/composer.lock b/composer.lock index 5a9bcd66b8..a61c7bf1a3 100644 --- a/composer.lock +++ b/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": "e8806838d7235c3d2ab386293836949f", + "content-hash": "c433415ac152d6c2ecbb95d4856e9696", "packages": [ { "name": "doctrine/annotations", @@ -285,20 +285,20 @@ }, { "name": "doctrine/dbal", - "version": "v2.5.5", + "version": "v2.5.6", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" + "reference": "a526d0df58daa8ab6802244bf3227f532e0deb45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", - "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/a526d0df58daa8ab6802244bf3227f532e0deb45", + "reference": "a526d0df58daa8ab6802244bf3227f532e0deb45", "shasum": "" }, "require": { - "doctrine/common": ">=2.4,<2.7-dev", + "doctrine/common": ">=2.4,<2.8-dev", "php": ">=5.3.2" }, "require-dev": { @@ -352,41 +352,41 @@ "persistence", "queryobject" ], - "time": "2016-09-09T19:13:33+00:00" + "time": "2016-12-04T05:53:43+00:00" }, { "name": "doctrine/doctrine-bundle", - "version": "1.6.4", + "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7" + "reference": "0f0c4df366bd1d36d38a27e2f5ff128e118ac969" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7", - "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0f0c4df366bd1d36d38a27e2f5ff128e118ac969", + "reference": "0f0c4df366bd1d36d38a27e2f5ff128e118ac969", "shasum": "" }, "require": { "doctrine/dbal": "~2.3", "doctrine/doctrine-cache-bundle": "~1.0", "jdorn/sql-formatter": "~1.1", - "php": ">=5.3.2", - "symfony/console": "~2.3|~3.0", - "symfony/dependency-injection": "~2.3|~3.0", - "symfony/doctrine-bridge": "~2.2|~3.0", - "symfony/framework-bundle": "~2.3|~3.0" + "php": ">=5.5.9", + "symfony/console": "~2.7|~3.0", + "symfony/dependency-injection": "~2.7|~3.0", + "symfony/doctrine-bridge": "~2.7|~3.0", + "symfony/framework-bundle": "~2.7|~3.0" }, "require-dev": { "doctrine/orm": "~2.3", "phpunit/phpunit": "~4", - "satooshi/php-coveralls": "~0.6.1", + "satooshi/php-coveralls": "^1.0", "symfony/phpunit-bridge": "~2.7|~3.0", "symfony/property-info": "~2.8|~3.0", - "symfony/validator": "~2.2|~3.0", - "symfony/yaml": "~2.2|~3.0", - "twig/twig": "~1.10" + "symfony/validator": "~2.7|~3.0", + "symfony/yaml": "~2.7|~3.0", + "twig/twig": "~1.10|~2.0" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", @@ -433,7 +433,7 @@ "orm", "persistence" ], - "time": "2016-08-10T15:35:22+00:00" + "time": "2017-01-07T21:47:22+00:00" }, { "name": "doctrine/doctrine-cache-bundle", @@ -700,22 +700,22 @@ }, { "name": "doctrine/orm", - "version": "v2.5.5", + "version": "v2.5.6", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", - "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45" + "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", - "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", + "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b", + "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b", "shasum": "" }, "require": { "doctrine/cache": "~1.4", "doctrine/collections": "~1.2", - "doctrine/common": ">=2.5-dev,<2.7-dev", + "doctrine/common": ">=2.5-dev,<2.8-dev", "doctrine/dbal": ">=2.5-dev,<2.6-dev", "doctrine/instantiator": "~1.0.1", "ext-pdo": "*", @@ -772,7 +772,7 @@ "database", "orm" ], - "time": "2016-09-10T18:51:13+00:00" + "time": "2016-12-18T15:42:34+00:00" }, { "name": "incenteev/composer-parameter-handler", @@ -1096,16 +1096,16 @@ }, { "name": "sensio/distribution-bundle", - "version": "v5.0.15", + "version": "v5.0.18", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", - "reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85" + "reference": "17846680901003d26d823c2e3ac9228702837916" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/d294b0665cf09c799e9c1993d5c776a5bf55cb85", - "reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85", + "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/17846680901003d26d823c2e3ac9228702837916", + "reference": "17846680901003d26d823c2e3ac9228702837916", "shasum": "" }, "require": { @@ -1144,20 +1144,20 @@ "configuration", "distribution" ], - "time": "2016-12-06T07:29:27+00:00" + "time": "2017-01-10T14:58:45+00:00" }, { "name": "sensio/framework-extra-bundle", - "version": "v3.0.16", + "version": "v3.0.19", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" + "reference": "d57c2f297d17ee82baf8cae0b16dae34a9378784" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", - "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/d57c2f297d17ee82baf8cae0b16dae34a9378784", + "reference": "d57c2f297d17ee82baf8cae0b16dae34a9378784", "shasum": "" }, "require": { @@ -1166,14 +1166,20 @@ "symfony/framework-bundle": "~2.3|~3.0" }, "require-dev": { + "symfony/asset": "~2.7|~3.0", "symfony/browser-kit": "~2.3|~3.0", "symfony/dom-crawler": "~2.3|~3.0", "symfony/expression-language": "~2.4|~3.0", "symfony/finder": "~2.3|~3.0", - "symfony/phpunit-bridge": "~2.7|~3.0", + "symfony/phpunit-bridge": "~3.2", + "symfony/psr-http-message-bridge": "^0.3", "symfony/security-bundle": "~2.4|~3.0", + "symfony/templating": "~2.3|~3.0", + "symfony/translation": "~2.3|~3.0", "symfony/twig-bundle": "~2.3|~3.0", - "twig/twig": "~1.11|~2.0" + "symfony/yaml": "~2.3|~3.0", + "twig/twig": "~1.11|~2.0", + "zendframework/zend-diactoros": "^1.3" }, "suggest": { "symfony/expression-language": "", @@ -1206,7 +1212,7 @@ "annotations", "controllers" ], - "time": "2016-03-25T17:08:27+00:00" + "time": "2017-01-10T19:42:56+00:00" }, { "name": "sensiolabs/security-checker", @@ -1254,23 +1260,24 @@ }, { "name": "swiftmailer/swiftmailer", - "version": "v5.4.4", + "version": "v5.4.5", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756" + "reference": "cd142238a339459b10da3d8234220963f392540c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756", - "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c", + "reference": "cd142238a339459b10da3d8234220963f392540c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "mockery/mockery": "~0.9.1" + "mockery/mockery": "~0.9.1", + "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { @@ -1303,24 +1310,24 @@ "mail", "mailer" ], - "time": "2016-11-24T01:01:23+00:00" + "time": "2016-12-29T10:02:40+00:00" }, { "name": "symfony/monolog-bundle", - "version": "3.0.1", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "5f2d2d62530cd66be361216107869a3b061045db" + "reference": "ebce76a39a65495a66c34eb1574cc4b9e35a4e64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/5f2d2d62530cd66be361216107869a3b061045db", - "reference": "5f2d2d62530cd66be361216107869a3b061045db", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/ebce76a39a65495a66c34eb1574cc4b9e35a4e64", + "reference": "ebce76a39a65495a66c34eb1574cc4b9e35a4e64", "shasum": "" }, "require": { - "monolog/monolog": "~1.18", + "monolog/monolog": "~1.22", "php": ">=5.3.2", "symfony/config": "~2.7|~3.0", "symfony/dependency-injection": "~2.7|~3.0", @@ -1363,7 +1370,7 @@ "log", "logging" ], - "time": "2016-11-15T15:54:07+00:00" + "time": "2017-01-10T20:01:51+00:00" }, { "name": "symfony/polyfill-apcu", @@ -1704,16 +1711,16 @@ }, { "name": "symfony/swiftmailer-bundle", - "version": "v2.4.0", + "version": "v2.4.2", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", - "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069" + "reference": "ad751095576ce0c12a284e30e3fff80c91f27225" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069", - "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069", + "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225", + "reference": "ad751095576ce0c12a284e30e3fff80c91f27225", "shasum": "" }, "require": { @@ -1759,20 +1766,20 @@ ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", - "time": "2016-10-27T17:59:30+00:00" + "time": "2016-12-20T04:44:33+00:00" }, { "name": "symfony/symfony", - "version": "v3.2.1", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "5824d423678a0cc44f3eb46efc246aecd1836dd7" + "reference": "358c59fd21f9db7fdb465d1e07fba822d9e18e9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/5824d423678a0cc44f3eb46efc246aecd1836dd7", - "reference": "5824d423678a0cc44f3eb46efc246aecd1836dd7", + "url": "https://api.github.com/repos/symfony/symfony/zipball/358c59fd21f9db7fdb465d1e07fba822d9e18e9e", + "reference": "358c59fd21f9db7fdb465d1e07fba822d9e18e9e", "shasum": "" }, "require": { @@ -1901,20 +1908,20 @@ "keywords": [ "framework" ], - "time": "2016-12-13T13:20:15+00:00" + "time": "2017-01-12T21:36:55+00:00" }, { "name": "twig/twig", - "version": "v1.28.2", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "b22ce0eb070e41f7cba65d78fe216de29726459c" + "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/b22ce0eb070e41f7cba65d78fe216de29726459c", - "reference": "b22ce0eb070e41f7cba65d78fe216de29726459c", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddc9e3e20ee9c0b6908f401ac8353635b750eca7", + "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7", "shasum": "" }, "require": { @@ -1922,12 +1929,12 @@ }, "require-dev": { "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.2@dev" + "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.28-dev" + "dev-master": "1.31-dev" } }, "autoload": { @@ -1962,7 +1969,7 @@ "keywords": [ "templating" ], - "time": "2016-11-23T18:41:40+00:00" + "time": "2017-01-11T19:36:15+00:00" } ], "packages-dev": [ @@ -2020,16 +2027,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v3.2.1", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "65e64a4f99cbaeae718573c3347fbe800f3f6661" + "reference": "d32e4062c3a3dfb95709d2ca6dd89a327ae51c3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/65e64a4f99cbaeae718573c3347fbe800f3f6661", - "reference": "65e64a4f99cbaeae718573c3347fbe800f3f6661", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d32e4062c3a3dfb95709d2ca6dd89a327ae51c3b", + "reference": "d32e4062c3a3dfb95709d2ca6dd89a327ae51c3b", "shasum": "" }, "require": { @@ -2074,7 +2081,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2016-12-12T13:31:08+00:00" + "time": "2017-01-06T17:19:17+00:00" } ], "aliases": [], diff --git a/var/SymfonyRequirements.php b/var/SymfonyRequirements.php index 7e7723af31..7e7a99de92 100644 --- a/var/SymfonyRequirements.php +++ b/var/SymfonyRequirements.php @@ -780,7 +780,11 @@ protected function getRealpathCacheSize() { $size = ini_get('realpath_cache_size'); $size = trim($size); - $unit = strtolower(substr($size, -1, 1)); + $unit = ''; + if (!ctype_digit($size)) { + $unit = strtolower(substr($size, -1, 1)); + $size = (int) substr($size, 0, -1); + } switch ($unit) { case 'g': return $size * 1024 * 1024 * 1024; diff --git a/web/config.php b/web/config.php index a031a3a1e3..69df43cf7c 100644 --- a/web/config.php +++ b/web/config.php @@ -270,7 +270,7 @@ } .sf-reset ul a, .sf-reset ul a:hover { - background: url(../images/blue-arrow.png) no-repeat right 6px; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFdJREFUeNpiYACBjjOhDEiACSggCKTLgXQ5TJARqhIkcReIKxgqTGYxwvV0nDEGkmeAOIwJySiQ4HsgvseIpGo3ELsCtZ9lRDIvDCiwhwHJPEFkJwEEGACq6hdnax8y1AAAAABJRU5ErkJggg==) no-repeat right 7px; padding-right: 10px; } .sf-reset ul, ol { From cc91248baba31a56b885c192645a5a8cacd032c3 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Wed, 1 Feb 2017 17:25:38 +0100 Subject: [PATCH 6/6] Prepare 2.0.0-RC1 --- .travis.yml | 5 ++--- app/config/routing.yml | 3 --- composer.json | 2 +- composer.lock | 8 ++++---- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5424493b22..376b772821 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: php php: - - 5.5 - 5.6 + - 7.0 - hhvm sudo: false @@ -18,7 +18,7 @@ env: matrix: finish_fast: true include: - - php: 7.0 + - php: 7.1 env: COMPOSER_CMD=install before_install: @@ -36,4 +36,3 @@ script: phpunit notifications: irc: "irc.freenode.org#symfony-cmf" - email: "symfony-cmf-devs@googlegroups.com" diff --git a/app/config/routing.yml b/app/config/routing.yml index 345c312281..781fa2c294 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -1,6 +1,3 @@ app: resource: '@AppBundle/Controller/' type: annotation - -_cmf_create: - resource: '@CmfCreateBundle/Resources/config/routing/rest.xml' diff --git a/composer.json b/composer.json index 2d763a4ab6..9320bc3c93 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "incenteev/composer-parameter-handler": "~2.0", "symfony/phpunit-bridge": "~3.0" }, - "minimum-stability": "dev", + "minimum-stability": "RC", "prefer-stable": true, "scripts": { "symfony-scripts": [ diff --git a/composer.lock b/composer.lock index c686374325..d283ca910f 100644 --- a/composer.lock +++ b/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": "ac54c138e6910c35be04adb1c251bea0", + "content-hash": "719a3ce8aead9a5ed8a42b3772ae68bc", "packages": [ { "name": "cocur/slugify", @@ -3515,16 +3515,16 @@ } ], "aliases": [], - "minimum-stability": "dev", + "minimum-stability": "RC", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^5.5.9|^7.0" + "php": "^5.6|^7.0" }, "platform-dev": [], "platform-overrides": { "php": "5.6" }, - "hash": "da92cec9830a82fca074a5ab4de389df" + "hash": "d29ae84a4a13cae54e5359934a492caa" }