Skip to content

Commit

Permalink
fix: Move ext-intl and ext-bcmath out of require and into suggest blo…
Browse files Browse the repository at this point in the history
…ck (closes jordanbrauer#187)
  • Loading branch information
pointybeard committed Sep 19, 2023
1 parent a873250 commit 55820fd
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"ext-bcmath": "*",
"ext-intl": "*"
"php": "^7.3 || ^8.0"
},
"require-dev": {
"ergebnis/composer-normalize": "2.20.0",
Expand All @@ -38,5 +36,9 @@
"pestphp/pest-plugin": true
}
},
"version": "0.9.0"
"version": "0.9.0",
"suggest": {
"ext-bcmath": "Needed to enable usage of BinaryCalculator",
"ext-intl": "Needed to support spellout() feature of UnitConverter"
}
}
102 changes: 50 additions & 52 deletions composer.lock

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

0 comments on commit 55820fd

Please sign in to comment.