Skip to content

Commit 6a309b7

Browse files
committed
feature #385 Updated to Symfony 3.1.5 (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Updated to Symfony 3.1.5 Full composer update log: ``` - Removing twig/twig (v1.25.0) - Installing twig/twig (v1.26.1) - Removing symfony/symfony (v3.1.4) - Installing symfony/symfony (v3.1.5) - Removing psr/log (1.0.0) - Installing psr/log (1.0.1) - Removing doctrine/dbal (v2.5.4) - Installing doctrine/dbal (v2.5.5) - Removing doctrine/orm (v2.5.4) - Installing doctrine/orm (v2.5.5) - Removing sensiolabs/security-checker (v3.0.2) - Installing sensiolabs/security-checker (v4.0.0) - Removing sensio/distribution-bundle (v5.0.9) - Installing sensio/distribution-bundle (v5.0.13) - Removing twig/extensions (v1.3.0) - Installing twig/extensions (v1.4.0) - Removing symfony/phpunit-bridge (v3.1.4) - Installing symfony/phpunit-bridge (v3.1.5) - Removing phpdocumentor/reflection-docblock (3.1.0) - Installing phpdocumentor/reflection-docblock (3.1.1) ``` Commits ------- 52e6824 Updated to Symfony 3.1.5
2 parents 503d8f7 + 52e6824 commit 6a309b7

File tree

4 files changed

+339
-83
lines changed

4 files changed

+339
-83
lines changed

bin/symfony_requirements

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ echo '> Checking Symfony requirements:'.PHP_EOL.' ';
2222

2323
$messages = array();
2424
foreach ($symfonyRequirements->getRequirements() as $req) {
25-
/** @var $req Requirement */
2625
if ($helpText = get_error_message($req, $lineSize)) {
2726
echo_style('red', 'E');
2827
$messages['error'][] = $helpText;

composer.lock

Lines changed: 65 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)