diff --git a/composer.json b/composer.json index 4a77ba132..0a328cb9f 100644 --- a/composer.json +++ b/composer.json @@ -26,20 +26,20 @@ "php": "^7.4||^8.0", "codeigniter4/framework": "^4.3.1", "dompdf/dompdf": "^2.0.2", - "tamtamchik/namecase": "^1.0", - "paragonie/random_compat": "^2.0", - "vlucas/phpdotenv": "^2.4", + "tamtamchik/namecase": "^1.0.6", + "paragonie/random_compat": "^2.0.21", + "vlucas/phpdotenv": "^2.6.9", "picqer/php-barcode-generator": "*" }, "require-dev": { - "kint-php/kint": "^5.0.1", - "codeigniter/coding-standard": "^1.5", - "fakerphp/faker": "^1.9", + "kint-php/kint": "^5.0.3", + "codeigniter/coding-standard": "^1.7.1", + "fakerphp/faker": "^1.21.0", "friendsofphp/php-cs-fixer": "3.13.0", - "mikey179/vfsstream": "^1.6", - "nexusphp/cs-config": "^3.6", - "phpunit/phpunit": "^9.1", - "predis/predis": "^1.1 || ^2.0", + "mikey179/vfsstream": "^1.6.11", + "nexusphp/cs-config": "^3.8.0", + "phpunit/phpunit": "^9.6.3", + "predis/predis": "^1.1 || ^2.1.1", "roave/security-advisories": "dev-latest", "codeigniter4/devkit": "v1.1.0" }, diff --git a/composer.lock b/composer.lock index ebf9c76f3..564926452 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1354da9ed16f493eff9ffa344769a4c1", + "content-hash": "3a55848ba3f948742e860b98231c8e6f", "packages": [ { "name": "codeigniter4/framework",