Skip to content

Commit

Permalink
[1.x] Allow moneyphp version 4 (#143)
Browse files Browse the repository at this point in the history
* Allow moneyphp version 4

* Update composer.json

Co-authored-by: Dries Vints <[email protected]>
  • Loading branch information
mmachatschek and driesvints authored Nov 22, 2021
1 parent 5b4fac1 commit 4137c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip
extensions: dom, curl, libxml, mbstring, zip, bcmath
tools: composer:v2
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"illuminate/routing": "^7.9|^8.0",
"illuminate/support": "^7.9|^8.0",
"illuminate/view": "^7.9|^8.0",
"moneyphp/money": "^3.2",
"moneyphp/money": "^3.2|^4.0",
"nesbot/carbon": "^2.0",
"spatie/url": "^1.3.5",
"symfony/http-kernel": "^5.0",
Expand Down

0 comments on commit 4137c72

Please sign in to comment.