Skip to content
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

Add mock for unixtojd #11

Merged
merged 3 commits into from
May 27, 2022
Merged

Conversation

bailey-spencer
Copy link
Contributor

No description provided.

composer.json Outdated
@@ -19,7 +19,8 @@
],
"require": {
"php": ">=7.4.0",
"ext-uopz": ">=6.1.1"
"ext-uopz": ">=6.1.1",
"ext-calendar": "*"
Copy link
Contributor

Choose a reason for hiding this comment

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

would it make sense to not require this and mock unixtojd only if function exists, or extension is loaded? This way we don't force everyone using this library to have this extension (even though it seems enabled by default in most use cases).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@asprega yes, that sounds like a good idea. I've updated the PR

@asprega asprega merged commit ac49696 into slope-it:master May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants