mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-08-07 07:16:13 +00:00
39191885e5
- laravel/framework ^11.45 -> ^12.0 (installed 12.63.0) - phpunit/phpunit ^10.5 -> ^11.0; migrate phpunit.xml to the 11.5 schema - graham-campbell/github ^12.5 -> ^13.0 (v12 caps illuminate/support at ^11) - Carbon 3 pulled in by L12; no application code changes required - gitignore /.phpunit.cache Full suite green: 59 tests, 128 assertions (1 skipped).
40 lines
818 B
JSON
40 lines
818 B
JSON
{
|
|
"name": "brick/math",
|
|
"description": "Arbitrary-precision arithmetic library",
|
|
"type": "library",
|
|
"keywords": [
|
|
"Brick",
|
|
"Math",
|
|
"Mathematics",
|
|
"Arbitrary-precision",
|
|
"Arithmetic",
|
|
"BigInteger",
|
|
"BigDecimal",
|
|
"BigRational",
|
|
"BigNumber",
|
|
"Bignum",
|
|
"Decimal",
|
|
"Rational",
|
|
"Integer"
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.5",
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpstan/phpstan": "2.1.22"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Brick\\Math\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Brick\\Math\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|