Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Drop old versions of php/sf #500

Merged
merged 2 commits into from
Oct 17, 2017
Merged

Conversation

core23
Copy link
Member

@core23 core23 commented Oct 14, 2017

I am targeting this branch, because this is BC.

Changelog

### Removed
- Support for old versions of PHP and Symfony.

@core23
Copy link
Member Author

core23 commented Oct 14, 2017

The old PR had some sync problems #499 (comment)

@@ -16,15 +16,15 @@
}
],
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure if we can drop that on next minor release.

Copy link
Contributor

Choose a reason for hiding this comment

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

We can, and did on all other packages.

"doctrine/phpcr-bundle": "^1.1",
"doctrine/phpcr-odm": "^1.3 || ^2.0",
"sonata-project/admin-bundle": "^3.21.0",
"sonata-project/block-bundle": "^3.0",
"symfony-cmf/resource-rest-bundle": "^1.0",
"symfony-cmf/tree-browser-bundle": "^2.0",
"symfony/framework-bundle": "^2.8 || ^3.0",
"symfony/property-access": "^2.8 || ^3.0"
"symfony/framework-bundle": "^2.8 || ^3.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why keeping 2.8 then, LTS?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, LTS

Copy link
Contributor

@dbu dbu 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 to me, thanks.

looks like the .travis.yml has already been updated to drop old versions, so we don't test them anymore. we should not claim to support them anymore.

@greg0ire
Copy link
Contributor

@ElectricMaxxx please review again

@greg0ire greg0ire merged commit 42ac144 into sonata-project:2.x Oct 17, 2017
@greg0ire
Copy link
Contributor

Thanks @core23 !

@core23 core23 deleted the patch/php-support branch October 17, 2017 10:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants