-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/enable dbsimm support #6
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
base: master
Are you sure you want to change the base?
Conversation
Change dependency to data-source
Update dependency to Data-source
| "doctrine/persistence": "^1.3.0 || ^2", | ||
| "blueimp/jquery-file-upload": "9.*", | ||
| "mapbender/data-source": "~0.1.24 || ^0.2", | ||
| "mapbender/data-source": "dev-feature/enableDBSIMMSupport", |
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.
please revert this change, relying on a feature branch of another repo from the main branch is not a good idea
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.
Of course, this has to be adapted in case of merging. I just need the feature branches like this for the moment, since I rely on these changes and that unfortunately includes the dependency. What would be the appropriate way of handling this?
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.
probably releasing new versions of all packages at the same time. A composer update will then update all of the dependencies
This branch contains minor changes that enable custom features from a project (method extraction for overriding purposes, additional parameters for methods). It may contain as well adaptions for doctrine 2.7.2 and removal of bugs.