From d68e0a6e963f9e6fab8587dc86315ed29c51062a Mon Sep 17 00:00:00 2001 From: parsilver Date: Sun, 31 Mar 2024 16:20:26 +0700 Subject: [PATCH] Update composer.json dependencies --- composer.json | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 068584a..c859f53 100644 --- a/composer.json +++ b/composer.json @@ -3,38 +3,32 @@ "description": "Thai citizen id validation", "keywords": [ "farzai", - "thai-citizen-id-validation", - "thai-citizen-id", "thai-id", - "thai-id-validation", - "thai-id-validation-php", - "thai-citizen", - "validator" + "thai-citizen" ], "homepage": "https://github.com/farzai/thai-citizen-id-validation-php", "license": "MIT", "authors": [ { "name": "parsilver", - "email": "parkorn@farzai.com" + "role": "Developer" } ], "require": { - "php": "^8.0", - "ext-json": "*" + "php": "^8.2" }, "require-dev": { - "pestphp/pest": "^1.0", - "laravel/pint": "^1.2", + "pestphp/pest": "^2.34", + "laravel/pint": "^1.14", "spatie/ray": "^1.28", - "illuminate/contracts": "^8.0|^9.0|^10.0", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan-deprecation-rules": "^1.1", + "phpstan/phpstan-phpunit": "^1.3", "pestphp/pest-plugin-laravel": "^1.0|^2.0", - "nunomaduro/collision": "^6.0|^7.0", - "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^7.0|^8.0", + "nunomaduro/collision": "^8.1.1||^7.10.0", + "larastan/larastan": "^2.9", + "orchestra/testbench": "^9.0.0||^8.22.0", "symfony/var-dumper": "^6.0" }, "autoload": {