-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump dependencies #1
base: main
Are you sure you want to change the base?
Conversation
Im fix current requirements of package |
"license": "Apache-2.0", | ||
"require": { | ||
"php": "^8.1", | ||
"symfony/framework-bundle": "^6.1", | ||
"yokai/doctrine-value-object": "^0.0.3" | ||
"symfony/framework-bundle": "^6.1|^7.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.
The Composer syntax for the OR constraint is ||
instead of |
:
https://getcomposer.org/doc/articles/versions.md#version-range
"symfony/framework-bundle": "^6.1", | ||
"yokai/doctrine-value-object": "^0.0.3" | ||
"symfony/framework-bundle": "^6.1|^7.0", | ||
"yokai/doctrine-value-object": "^0.0.3|^0.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.
Could you please include the ^0.1
version to not have the version gap?
@sessia-dev |
No description provided.