-
Notifications
You must be signed in to change notification settings - Fork 7
Fix windows builds and PIE composer.json tweaks #14
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
Changes from all commits
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 |
---|---|---|
|
@@ -7,7 +7,13 @@ | |
"php": ">=5.4" | ||
}, | ||
"php-ext": { | ||
"extension-name": "timezonedb", | ||
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. Extension name is not strictly required, since the package name is already correct, but it may help to be explicit. |
||
"priority": 20, | ||
"configure-options": [] | ||
"configure-options": [ | ||
{ | ||
"name": "enable-timezonedb", | ||
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. This 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. But it is pointless. Using it is the default, doing |
||
"description": "Enable timezonedb support" | ||
} | ||
] | ||
} | ||
} |
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.
Wouldn't it be better to just spell out all the right combinations instead of the wrong ones?