-
Notifications
You must be signed in to change notification settings - Fork 0
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
#5 - Bump dev dependencies #14
Conversation
i bumped some dependencies, there is issue with Carbon i guess. But looks like phpunit and codestyle works fine.
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.
Please update PHP version in docker-compse.yml
to 8.2 as well.
composer.json
Outdated
}, | ||
"require-dev": { | ||
"blumilksoftware/codestyle": "^1.10", | ||
"phpunit/phpunit": "^9.5" | ||
"blumilksoftware/codestyle": "^2.8", |
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.
Please update it to 3.1, as this is the newest version.
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.
Updated. I took versions from Toby, thats why it was 2.8 not 3.1.
I bumped some dependencies, looks like there are no problems. Minimum php version for dev is 8.2 due to phpunit requirements.
This should close #5