Skip to content

Commit

Permalink
Allow use of brick/math 0.9.3 to enable compatibility with Nova 3 (#4…
Browse files Browse the repository at this point in the history
…5774)

* Allow use of brick/math 0.9.3 to enable compatibility with Nova 3

* Update other composer.json files
  • Loading branch information
colincameron authored Jan 23, 2023
1 parent 0bb3d76 commit 247735e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"php": "^8.0.2",
"ext-mbstring": "*",
"ext-openssl": "*",
"brick/math": "^0.10.2|^0.11",
"brick/math": "^0.9.3|^0.10.2|^0.11",
"doctrine/inflector": "^2.0",
"dragonmantank/cron-expression": "^3.3.2",
"egulias/email-validator": "^3.2.1|^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.0.2",
"ext-json": "*",
"brick/math": "^0.10.2|^0.11",
"brick/math": "^0.9.3|^0.10.2|^0.11",
"illuminate/collections": "^9.0",
"illuminate/container": "^9.0",
"illuminate/contracts": "^9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": "^8.0.2",
"ext-json": "*",
"brick/math": "^0.10.2|^0.11",
"brick/math": "^0.9.3|^0.10.2|^0.11",
"egulias/email-validator": "^3.2.1|^4.0",
"illuminate/collections": "^9.0",
"illuminate/container": "^9.0",
Expand Down

0 comments on commit 247735e

Please sign in to comment.