Skip to content

Bump dependencies - #1

Open
sessia-dev wants to merge 1 commit into
upscalesoftware:mainfrom
sessia-dev:main
Open

Bump dependencies#1
sessia-dev wants to merge 1 commit into
upscalesoftware:mainfrom
sessia-dev:main

Conversation

@sessia-dev

Copy link
Copy Markdown

No description provided.

@sessia-dev

Copy link
Copy Markdown
Author

Im fix current requirements of package

Comment thread composer.json
"php": "^8.1",
"symfony/framework-bundle": "^6.1",
"yokai/doctrine-value-object": "^0.0.3"
"symfony/framework-bundle": "^6.1|^7.0",

Copy link
Copy Markdown
Member

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

Comment thread composer.json
"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"

@sshymko sshymko Sep 6, 2024

Copy link
Copy Markdown
Member

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?

@sshymko

sshymko commented Sep 6, 2024

Copy link
Copy Markdown
Member

@sessia-dev
Thanks for your contribution! Could you please address a few CR notes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants