-
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?
Changes from all commits
15aa971
36a569a
0d8c4c1
a2110bb
c76789f
ab19406
2fd851a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
| "doctrine/dbal": "^2.11 || ^3", | ||
| "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", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probably releasing new versions of all packages at the same time. A |
||
| "mapbender/mapbender": "^3.2.6" | ||
| }, | ||
| "autoload": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.