Stephen Richards
Stephen Richards
I'm having exactly the same problem on exactly the same day I'm generating the isteven-multi-select inside an ng-repeat and I can't get them to separate. I've tried using a different...
@isteven I had seen your comments from the other issues that mention this behaviour and it's solved using your previous suggestion of using angular.copy Thank you,
Is there a checklist available to describe the steps to be taken? Obviously remove doctrine/common.... Which Doctrine packages should be installed to cover the removal of doctrine/common? Am I correct...
@Ocramius In that case, it would be: - "doctrine/inflector" - "doctrine/cache" - "doctrine/collections" - "doctrine/lexer" - "doctrine/annotations" ~~- "doctrine/event-manager"~~ ~~- "doctrine/reflection"~~ ~~- "doctrine/persistence"~~
Removing doctrine/common is looking more and more difficult as nearly every latest stable doctrine package requires doctrine/common As an example - https://packagist.org/packages/doctrine/data-fixtures#v1.3.1: Requires: - doctrine/common: ~2.2
Makes sense I was looking for an approach that would eliminate deprecated warnings, which is what lead me to this issue ticket initially
I see the deprecated warning when running PHPUnit It's no hassle to me if it's going to be resolved in a future version and isn't causing any lack of functionality...
If anybody else comes across this thread, there is a method for suppressing deprecation notices in PHPUnit - https://stackoverflow.com/questions/35897550/remove-remaining-deprecation-notices-232-in-symfony-2-8
> @Luitame > If you are using SF4, make sure your **fos_auth_server.yaml** looks something like this (note the _db_driver_ section): > > ```yaml > fos_oauth_server: > db_driver: mongodb > client_class:...
Same here The Google login appears automatically only by injecting SocialAuthService into a constructor There is nothing in the documentation that helps me disable that behaviour I need to launch...