-
Notifications
You must be signed in to change notification settings - Fork 0
Support domains 2.x #19
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
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -27,7 +27,7 @@ | |||||
| "require": { | ||||||
| "php": ">=8.0", | ||||||
| "utopia-php/validators": "0.*", | ||||||
| "utopia-php/domains": "^1.0" | ||||||
| "utopia-php/domains": "^2.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.
The PR description says "Allow utopia-php/domains 2.x alongside the existing 1.x range", but the change replaces
Suggested change
|
||||||
| }, | ||||||
| "require-dev": { | ||||||
| "laravel/pint": "1.25.*", | ||||||
|
|
||||||
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.
composer.jsondeclaresphp: ">=8.0", but the resolved dependency tree now requires PHP 8.3+:utopia-php/cache2.1.0 specifiesphp: ">=8.3"andutopia-php/circuit-breaker0.3.0 specifiesphp: ">=8.2". Any consumer (or CI matrix) still on PHP 8.0, 8.1, or 8.2 will hit a dependency resolution failure when installing this package, even though the declared constraint implies those versions are fine.