Skip to content

Update Composer dependencies #558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

bocharsky-bw
Copy link
Contributor

@bocharsky-bw bocharsky-bw commented May 9, 2017

After the new v3.2.8 Symfony release

Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 16 updates, 0 removals
  - Updating erusev/parsedown (1.6.1 => 1.6.2): Downloading (100%)
  - Updating ezyang/htmlpurifier (v4.9.1 => v4.9.2): Downloading (100%)
  - Updating twig/twig (v1.32.0 => v1.33.2): Downloading (100%)
  - Updating paragonie/random_compat (v2.0.9 => v2.0.10): Loading from cache
  - Updating symfony/symfony (v3.2.5 => v3.2.8):  Checking out 85959c2abb
  - Updating sensio/distribution-bundle (v5.0.18 => v5.0.19): Downloading (100%)
  - Updating sensio/framework-extra-bundle (v3.0.23 => v3.0.25): Loading from cache
  - Updating monolog/monolog (1.22.0 => 1.22.1): Loading from cache
  - Updating symfony/monolog-bundle (v3.0.3 => v3.1.0): Loading from cache
  - Updating swiftmailer/swiftmailer (v5.4.6 => v5.4.8): Downloading (100%)
  - Updating symfony/swiftmailer-bundle (v2.5.3 => v2.5.4): Loading from cache
  - Updating dama/doctrine-test-bundle (v1.0.12 => v1.0.13): Downloading (100%)
  - Updating friendsofphp/php-cs-fixer (v2.1.1 => v2.2.3): Downloading (100%)
  - Updating sensio/generator-bundle (v3.1.3 => v3.1.4): Loading from cache
  - Updating symfony/phpunit-bridge (v3.2.5 => v3.2.8): Downloading (100%)
  - Updating pagerfanta/pagerfanta (v1.0.4 => v1.0.5): Loading from cache

@@ -27,7 +27,7 @@
// something more sophisticated.
if (isset($_SERVER['HTTP_CLIENT_IP'])
|| isset($_SERVER['HTTP_X_FORWARDED_FOR'])
|| !(in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', 'fe80::1', '::1']) || php_sapi_name() === 'cli-server')
|| !(in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', 'fe80::1', '::1']) || PHP_SAPI === 'cli-server')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change in web/app_dev.php belong to this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, check the failed TravisCI build for my first commit - I suppose some rules were improved in updated PHP CS Fixer.

@javiereguiluz
Copy link
Member

Thanks Victor.

@bocharsky-bw bocharsky-bw deleted the update-dependencies branch May 10, 2017 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants