Skip to content

Commit a20207e

Browse files
authored
Allow brick/math ^0.13 (#54964)
1 parent d8a228b commit a20207e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-session": "*",
2525
"ext-tokenizer": "*",
2626
"composer-runtime-api": "^2.2",
27-
"brick/math": "^0.11|^0.12",
27+
"brick/math": "^0.11|^0.12|^0.13",
2828
"doctrine/inflector": "^2.0.5",
2929
"dragonmantank/cron-expression": "^3.4",
3030
"egulias/email-validator": "^3.2.1|^4.0",

src/Illuminate/Database/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": "^8.2",
1919
"ext-pdo": "*",
20-
"brick/math": "^0.11|^0.12",
20+
"brick/math": "^0.11|^0.12|^0.13",
2121
"illuminate/collections": "^12.0",
2222
"illuminate/container": "^12.0",
2323
"illuminate/contracts": "^12.0",

src/Illuminate/Validation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": "^8.2",
1818
"ext-filter": "*",
1919
"ext-mbstring": "*",
20-
"brick/math": "^0.11|^0.12",
20+
"brick/math": "^0.11|^0.12|^0.13",
2121
"egulias/email-validator": "^3.2.5|^4.0",
2222
"illuminate/collections": "^12.0",
2323
"illuminate/container": "^12.0",

0 commit comments

Comments
 (0)