Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

Use Symfony property accesor #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

claudusd
Copy link
Collaborator

Hi,

I propose to use the symfony property accesor, it's more flexible and now we can use add method for collections.

ping @khepin for code review.

@khepin
Copy link
Owner

khepin commented Feb 17, 2015

I'm all for it! Much better this way.

@@ -15,7 +15,8 @@
"doctrine/data-fixtures": "1.*@alpha",
"doctrine/doctrine-fixtures-bundle": "2.*@alpha",
"doctrine/orm": "2.*",
"doctrine/doctrine-bundle": "*"
"doctrine/doctrine-bundle": "*",
"symfony/property-access": "~2.3"
Copy link
Owner

Choose a reason for hiding this comment

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

Isn't this going to block you on the 2.3 branch where we'd actually probably want 2.* ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no, it's allow all version >= 2.3, i have chosen the 2.3 because 2.2 is deprecated version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants