Skip to content

drop support for old Symfony versions #67

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

garak
Copy link

@garak garak commented Dec 4, 2017

This should fix #51
This PR is also sorting dependencies.

@cmodijk
Copy link
Member

cmodijk commented Dec 4, 2017

@garak Thanks for taking the time to make this pull request. Can you take a look at the travis build? I seems to be failing.

@garak garak force-pushed the remove-old-symfony branch from 8adb24d to 5d9ddb2 Compare December 5, 2017 10:34
@garak
Copy link
Author

garak commented Dec 5, 2017

I made some changes and squashed. Now, as you can see in travis, there's a small problem with php 5.6, and the error is a bit weird: The service definition "service_container" does not exist.
Any help will be appreciated

@ruudk
Copy link
Contributor

ruudk commented Dec 5, 2017

It's related to this issue: symfony/symfony#18893

We should change our composer.json requirement:

-"symfony/dependency-injection": "~2.7 || ~3.3 || ~4.0",
+"symfony/dependency-injection": "~2.7.16 || ~3.3 || ~4.0",

It will proceed further, but still fails later on with a different issue.

@ruudk
Copy link
Contributor

ruudk commented Dec 5, 2017

The second issue is fixed when require a minimum version of 3.0.1 for message-bus

-"simple-bus/message-bus": "~3.0",
+"simple-bus/message-bus": "~3.0.1",

@garak
Copy link
Author

garak commented Dec 5, 2017

It's all green now! 💚

"doctrine/doctrine-bundle": "~1.0",
"symfony/monolog-bridge": "~2.3 || ~3.0 || ~4.0",
"symfony/monolog-bundle": "~2.3 || ~3.0 "
"symfony/monolog-bridge": "~2.8 || ~3.2 || ~4.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be 3.3?

Copy link
Author

Choose a reason for hiding this comment

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

It looks like monolog-bridge is not following the same versions of Symfony.

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@ruudk ruudk left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for this! 🙌 @cmodijk Merge :) ?

@ruudk
Copy link
Contributor

ruudk commented Dec 22, 2017

@garak Now that #71 is merged, can you rebase this PR?

@ruudk
Copy link
Contributor

ruudk commented Dec 22, 2017

We'll close this PR because we are moving SimpleBus to a monorepo. We'll take care of it there.

@ruudk ruudk closed this Dec 22, 2017
@garak garak deleted the remove-old-symfony branch December 22, 2017 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants