Skip to content

Commit

Permalink
Updated requirements to reflect BCMath.
Browse files Browse the repository at this point in the history
  • Loading branch information
theriftlab committed Jan 31, 2024
1 parent 02ec126 commit 3aa1ea3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "theriftlab/radiance",
"description": "Conversions and operations between various angle and coordinate formats.",
"type": "library",
"require-dev": {
"pestphp/pest": "^2.28"
},
"license": "MIT",
"autoload": {
"psr-4": {
Expand All @@ -18,6 +15,13 @@
"email": "robert@theriftlab.com"
}
],
"require": {
"php": "^8.1",
"ext-bcmath": "*"
},
"require-dev": {
"pestphp/pest": "^2.28"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
Expand Down
6 changes: 4 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 3aa1ea3

Please sign in to comment.