Skip to content

Commit

Permalink
Replace abandoned moontoast/math with brick/math
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski committed Apr 10, 2020
1 parent 514669d commit 1324dc3
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 304 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.phpunit.result.cache
/phpunit.xml
/vendor/
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"require": {
"php": "^7.2",
"moontoast/math": "^1.1"
"brick/math": "^0.8.14"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20",
"phpunit/phpunit": "^8.0",
"vimeo/psalm": "^3.10"
},
"suggest": {
Expand Down
Loading

0 comments on commit 1324dc3

Please sign in to comment.