-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Update dependencies #260
Update dependencies #260
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,34 +53,34 @@ | |
"php": "^7.4 || ~8.0.0 || ~8.1.0", | ||
"ext-mongodb": "*", | ||
"container-interop/container-interop": "^1.2.0", | ||
"doctrine/doctrine-module": "^5.0.0", | ||
"doctrine/doctrine-laminas-hydrator": "^2.2.1 || ^3.0.0", | ||
"doctrine/doctrine-module": "^5.1.0", | ||
"doctrine/doctrine-laminas-hydrator": "^3.0.1", | ||
"doctrine/event-manager": "^1.1.1", | ||
"doctrine/mongodb-odm": "^2.3.0", | ||
"doctrine/persistence": "^2.2.3", | ||
"doctrine/mongodb-odm": "^2.3.2", | ||
"doctrine/persistence": "^2.4.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's the point in bumping There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not? Since it is the same major there shouldn't be any issues in upgrading. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably best done in a minor release, rather than a patch release There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, I changed the base |
||
"laminas/laminas-eventmanager": "^3.4.0", | ||
"laminas/laminas-modulemanager": "^2.11.0", | ||
"laminas/laminas-mvc": "^3.3.0", | ||
"laminas/laminas-mvc": "^3.3.3", | ||
"laminas/laminas-servicemanager": "^3.10.0", | ||
"laminas/laminas-stdlib": "^3.6.4", | ||
"symfony/console": "^5.4.2 || ^6.0.0", | ||
"symfony/var-dumper": "^5.4.2 || ^6.0.0" | ||
"laminas/laminas-stdlib": "^3.7.1", | ||
"symfony/console": "^5.4.5 || ^6.0.5", | ||
"symfony/var-dumper": "^5.4.6 || ^6.0.6" | ||
}, | ||
"require-dev": { | ||
"doctrine/coding-standard": "^9.0.0", | ||
"jangregor/phpstan-prophecy": "^1.0.0", | ||
"laminas/laminas-db": "^2.13.4", | ||
"laminas/laminas-developer-tools": "^2.3.0", | ||
"laminas/laminas-hydrator": "^4.3.1", | ||
"laminas/laminas-i18n": "^2.13.0", | ||
"laminas/laminas-i18n": "^2.14.0", | ||
"laminas/laminas-log": "^2.15.0", | ||
"laminas/laminas-serializer": "^2.12.0", | ||
"laminas/laminas-session": "^2.12.0", | ||
"laminas/laminas-view": "^2.16.0", | ||
"laminas/laminas-session": "^2.12.1", | ||
"laminas/laminas-view": "^2.19.1", | ||
"phpspec/prophecy-phpunit": "^2.0.1", | ||
"phpstan/phpstan": "^1.3.0", | ||
"phpunit/phpunit": "^9.5.11", | ||
"vimeo/psalm": "^4.17.0" | ||
"phpstan/phpstan": "^1.4.10", | ||
"phpunit/phpunit": "^9.5.19", | ||
"vimeo/psalm": "^4.22.0" | ||
}, | ||
"suggest": { | ||
"laminas/laminas-form": "if you want to use form elements backed by Doctrine", | ||
|
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.
What's the point in dropping ^2.2.1? That's really drastic for a bugfix release
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.
2.2 series will soon be unmaintained