Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superscript/interval",
"type": "library",
"license": "MIT",
"version": "1.0.4",
"version": "2.0.0",
"autoload": {
"psr-4": {
"Superscript\\Interval\\": "src/"
Expand All @@ -17,13 +17,13 @@
"require": {
"php": "^8.3",
"webmozart/assert": "^1.11",
"brick/math": "^0.12.0 || ^0.13.0"
"brick/math": "^0.19.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Allow brick/math 0.18 in the constraint

For consumers whose framework is already locked to brick/math 0.18.x, this dependency still makes v2 impossible to install because ^0.19.0 resolves only within the 0.19 line. If this release is meant to support both current 0.18 and 0.19 users, widen the constraint to include ^0.18.0 as well; otherwise the advertised compatibility gap remains.

Useful? React with 👍 / 👎.

},
"require-dev": {
"infection/infection": "^0.29.14",
"laravel/pint": "^1.21",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^12.0",
"phpunit/phpunit": "^12.0,<12.5.12",
"robiningelbrecht/phpunit-coverage-tools": "^1.9"
},
"config": {
Expand Down
Loading
Loading