From 9a36d00b356760eb44b0c40f0c52748c892a6285 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Nov 2023 12:02:38 +0100 Subject: update to 0.12.0 raise dependency on PHP 8.1 switch to phpunit10 --- composer.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'composer.json') 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": { -- cgit