-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
New article "How to upgrade your bundle to Symfony 3.0" #5879
Comments
Some ideas of things we should explain:
|
Is there a model bundle ( |
Our friend @wouterj has set up a public list with the current Symfony 3 support of the most popular bundles: https://docs.google.com/spreadsheets/d/1GOxJ2lNpLxN12YyZ87Bhsxb0iLAQ7e4UDZbJSly8Sy8/edit#gid=0 |
@javiereguiluz can we add any bundle to it or should we go through a process of some kind for that? |
Wouter told me that it's OK if the community adds their own bundles. We just started with the Top 30. |
I think we should not add any random bundle from KNPbundles on the list as, let's face it, there are many bundles that have a very limited user group and maintaince. I think it's important to have most of the popular/widely used bundles in the list. |
Another thing we should mention:
|
|
@javiereguiluz I was searching for some docs on it but all I could find was this: http://symfony.com/blog/new-in-symfony-2-7-phpunit-bridge I simply ran the install and it worked though. The weird thing is, it's also in symfony/symfony thus I expected it to be working already, but it didn't. I had to manually add it to require-dev before it did anything. https://github.com/symfony/symfony/tree/2.8/src/Symfony/Bridge/PhpUnit |
Okay small addition to my previous reply, it's kind of confusing how the bridge is integrated into the framework and phpunit. I found some docs on https://github.com/symfony/phpunit-bridge but I could find 0 documentation via google besides of that. I went to this repository and searched for Maybe something could be done to index this page a bit better? |
@javiereguiluz I started a tool to help with the upgrade https://github.com/umpirsky/Symfony-Upgrade-Fixer. I hope people will recognize the potential and contribute fixers. That will make tool more useful for everyone. If you mention it in the article, I think that will help. :) |
Ok, now we actually need to write and post about this. Takers? I can't promise I'll be able to do it as quickly as it needs to be done. But if someone can quickly throw together all these details, we'd be in great shape for a quick merge. |
I can work on this tomorrow morning ... or at least I can try to bootstrap the article. |
I just added it to my list for tomorrow evening, but if you want to do it @javiereguiluz feel free to do so :) |
…party bundles to Symfony 3 (javiereguiluz) This PR was merged into the 2.3 branch. Discussion ---------- [WIP] Added an article to explain how to upgrade third-party bundles to Symfony 3 | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | #5879 I've just drafted the skeleton of the article to have something to discuss about the contents. Commits ------- cb31c16 Added a new section of tips and tricks to upgrade bundles to Symfony 3.0 3697d81 Fixed a lot of issues reported by Wouter 1e2ccd1 Completed the section "Test your Bundle in Symfony 3" 4b13fab Completed the section "Look for Deprecations and Fix Them" 0e585b4 Completed "Allow to Install Symfony 3 Components" section 4e93eb5 Added an article to explain how to upgrade third-party bundles to Symfony 3
Just wondering, is these similar sheets initiative for Symfony 4? |
Problem
Symfony 3.0 is approaching fast. If you've tried to upgrade your apps to Symfony 3, you've probably failed because none of the popular bundles is compatible with Symfony 3 yet.
Solution
Let's create a short article explaining how to make third-party bundles compatible with Symfony 3.
What we need from you
Ideas, comments and proposals to outline the contents of that article. Once the outline is ready, I'll try to write the article so we can review it and publish it as soon as possible. Thanks!
The text was updated successfully, but these errors were encountered: