Closed ottaviano closed 2 weeks ago
The changes primarily involve updates to the composer.json
file, specifically in the require
section. A new dependency, "doctrine/orm": "~2.15.0"
, has been introduced. The version constraint for the existing dependency "lexik/paybox-bundle"
has been modified to "dev-master"
, while the version constraints for "sonata-project/admin-bundle"
and "sonata-project/doctrine-orm-admin-bundle"
have been increased to "^4.32"
and "^4.15"
, respectively. These modifications reflect adjustments to the project's package dependencies.
File | Change Summary |
---|---|
composer.json | - Added: "doctrine/orm": "~2.15.0" - Updated: "lexik/paybox-bundle": "^2.1" → "dev-master" - Updated: "sonata-project/admin-bundle": "^4.0" → "^4.32" - Updated: "sonata-project/doctrine-orm-admin-bundle": "^4.0" → "^4.15" |
In the garden of code, where dependencies grow,
New blooms of doctrine begin to show.
With bundles refreshed, they dance in delight,
As versions align, everything feels right.
A hop and a skip, let’s celebrate this spree,
For every new change brings joy, oh so free! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Updates