-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fix #12 - support dist and missing package version references #13
Fix #12 - support dist and missing package version references #13
Conversation
…pha11 (security issues)
"composer/composer": "^1.0.0-ALPHA8@ALPHA" | ||
"phpunit/phpunit": "^5.2", | ||
"composer/composer": "^1.0.0-ALPHA11@ALPHA", | ||
"phpunit/php-token-stream": "^1.4.2" |
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.
Workaround until issues around sebastianbergmann/php-code-coverage#423 are fixed
Still requires sebastianbergmann/phpunit#2082 to be fixed |
@@ -14,8 +14,8 @@ | |||
"composer-plugin-api": "^1.0" | |||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "^5.0", | |||
"composer/composer": "^1.0.0-ALPHA8@ALPHA" | |||
"phpunit/phpunit": "^5.2", |
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.
Should be changed to ^5.2.8
once sebastianbergmann/phpunit#2082 is merged/tagged
… was fixed/tagged
…-package-version-references Fix #12 - support dist and missing package version references
Fixes #12