Skip to content

Commit

Permalink
Allow usage with versions 0.x, 1.x and 2.x of math-php
Browse files Browse the repository at this point in the history
  • Loading branch information
aboks committed Jun 27, 2022
1 parent 8091767 commit 7214f9b
Show file tree
Hide file tree
Showing 2 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 @@ -22,7 +22,7 @@
},
"require": {
"php": "^7.3 || ^8.0",
"markrogoyski/math-php": "^2.6"
"markrogoyski/math-php": "^0.38.0 || ^1.0 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7214f9b

Please sign in to comment.