diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-27 12:02:38 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-27 12:02:38 +0100 |
commit | 9a36d00b356760eb44b0c40f0c52748c892a6285 (patch) | |
tree | 9f2f67ad97053fe930d50878811b126af727468c /composer.json | |
parent | 31b77250dea44f53c5394e0d684ba1da5ddef0c0 (diff) |
update to 0.12.0
raise dependency on PHP 8.1
switch to phpunit10
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/composer.json b/composer.json index ed817bd..bd67343 100644 --- a/composer.json +++ b/composer.json @@ -5,21 +5,26 @@ "keywords": [ "Brick", "Math", + "Mathematics", "Arbitrary-precision", "Arithmetic", "BigInteger", "BigDecimal", "BigRational", - "Bignum" + "BigNumber", + "Bignum", + "Decimal", + "Rational", + "Integer" ], "license": "MIT", "require": { - "php": "^8.0" + "php": "^8.1" }, "require-dev": { - "phpunit/phpunit": "^9.0", + "phpunit/phpunit": "^10.1", "php-coveralls/php-coveralls": "^2.2", - "vimeo/psalm": "5.0.0" + "vimeo/psalm": "5.16.0" }, "autoload": { "psr-4": { |