Merge pull request #332 from simPod/brick-math-9

Add support for brick/math ^0.9
This commit is contained in:
Ben Ramsey
2020-08-18 12:13:51 -05:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@
"require": {
"php": "^7.2 || ^8",
"ext-json": "*",
"brick/math": "^0.8",
"brick/math": "^0.8 || ^0.9",
"ramsey/collection": "^1.0",
"symfony/polyfill-ctype": "^1.8"
},