-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add symfony 3.0 support #227
Conversation
|
||
script: phpunit --coverage-clover clover | ||
script: if [ "$COVERAGE" == "true" ]; then phpunit --coverage-clover=clover; else phpunit; fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's why the older builds end up with a parse error: travis-ci/travis-ci#5206
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not understand what you mean.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obsolete actually. Some time ago travis provided phpunit 5 on all builds which caused a syntax error as phpunit 5 requires php 5.6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok thanks I didn't see that error ^^
Is this ready, or does it still need changes in the security bundle? |
Still needs some changes, I didn't have the time to finalize it sorry... |
@Ener-Getick can I lend a hand? My PR on JMSSecurityExtraBundle could fix your problems maybe? |
Been using this PR/fork for 1.5 weeks and it works like a charm! |
@schmittjoh it is ready now |
@Ener-Getick Could you please also change |
Sure I'll change it. |
…kingResourceInterface
Done @MisatoTremor |
Nice work @Ener-Getick, thank you! |
👍 |
1 similar comment
👍 |
Thank you @Ninir, I'm just waiting for schmittjoh/JMSSecurityExtraBundle#202 to be merged and then I'll update this PR. |
👍 |
3 similar comments
👍 |
+1 |
👍 |
For those who can't upgrade to symfony 3.0 because of this bundle, you can use temporary my own repository thanks to composer https://getcomposer.org/doc/05-repositories.md#vcs. Just be aware that I will probably remove it when this PR will be merged. |
Been using @Ener-Getick’s branch for a while now and it’s been working flawlessly. For the lazy ones..you can copy & paste this:
|
👍 |
@schmittjoh is there something preventing you from merging this and tagging another release? |
the JMSSecurityExtraBundle doesn't have a stable release yet, but you can use the fork of @Ener-Getick which should be pretty stable.
|
👏 |
@Ener-Getick could you tag a release? |
@tobias-93 there will be a beta phase before that I tag a stable release (see #224 (comment)) |
Oh yeah, I missed that comment. Thanks! |
Hi, Im getting this error: Call Stack: PHP 2. Symfony\Component\Console\Application->run() /Users/maxpowel/roams/webapi/webapi/bin/console:29 Symfony version 3.0.2 from scratch |
@maxpowel Use the |
@maxpowel doctrine-bundle |
This PR adds symfony 3.0 support and uses safer version constraints.
(Tests are failing because of JMSSecurityExtraBundle)