-
Notifications
You must be signed in to change notification settings - Fork 39
Release 0.9.0 #148
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
Release 0.9.0 #148
Conversation
matus-tomlein
left a comment
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 we also update the min PHP version in the composer file (and then also the lock file)? That then shows up as a badge in the README.
37c6215 to
2f5b341
Compare
4572d0c to
597d9bb
Compare
matus-tomlein
left a comment
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.
LGTM!
composer.json
Outdated
| "php-coveralls/php-coveralls": "^2.5.2", | ||
| "phpunit/php-token-stream": "^4.0.4" | ||
| "phpunit/php-token-stream": "^4.0.4", | ||
| "symfony/config": "6.4.0", |
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.
Just one last thing to allow for new patch and minor versions:
| "symfony/config": "6.4.0", | |
| "symfony/config": "^6.4.0", |
597d9bb to
f18888f
Compare
Uh oh!
There was an error while loading. Please reload this page.