Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Feature(Compose): Use latest symfony/config, fix #348 #349

Merged
merged 2 commits into from Feb 9, 2018
Merged

Feature(Compose): Use latest symfony/config, fix #348 #349

merged 2 commits into from Feb 9, 2018

Conversation

EvgenyOrekhov
Copy link
Contributor

Hey!

Type: new feature

Link to issue: #348

This pull request affects the following components (please check boxes):

  • Core
  • Analyzer
  • Compiler
  • Control Flow Graph
  • Documentation

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the Contributing Guidelines.
  • I have checked that another pull request for this purpose does not exist.
  • I wrote some tests for this PR.

Small description of change:

The only breaking change in symfony/config 4.0.0 is

removed ConfigCachePass.

I didn't find any usages of ConfigCachePass in PHPSA, so I just bumped the version.

Thanks

@EvgenyOrekhov
Copy link
Contributor Author

Failed on PHP 7.0 with the following message:

symfony/config v4.0.4 requires php ^7.1.3 -> your PHP version (7.0.25) does not satisfy that requirement

Solution: drop support for PHP <7.1.3.

@EvgenyOrekhov EvgenyOrekhov mentioned this pull request Feb 8, 2018
3 tasks
This allows PHPSA to support both symfony/config 4.0.4 and PHP 7.0.
@EvgenyOrekhov
Copy link
Contributor Author

I fixed compatibility with PHP 7.0.

@EvgenyOrekhov
Copy link
Contributor Author

Should I rebase?

@ddmler ddmler merged commit 15cae55 into ovr:master Feb 9, 2018
@ddmler
Copy link
Collaborator

ddmler commented Feb 9, 2018

Thanks for fixing this @EvgenyOrekhov 👍

@EvgenyOrekhov EvgenyOrekhov deleted the patch-1 branch February 9, 2018 16:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants