-
Notifications
You must be signed in to change notification settings - Fork 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
Composer Packagist support #1
Conversation
"seblucas/tbszip": "~2.16.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "5.4.*" |
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.
I guess this is not compatible with php 5.3.
Any version should enough for the tests, I think
for backwards compatibility. (hopefully)
And there it goes green. 😄 |
Webhook and 1.0.0 tag done. Thanks again |
A small question is there any way to fix the licence on packagist while keeping the original file from Andreas Gohr ? |
Of course, you need to find the best matching license from https://spdx.org/licenses/ and put that identifier in a "license" field into the composer.json. |
Now it's ready, too. :)