From 465d1b0349579f9a0b56b97f992e4751a43bda29 Mon Sep 17 00:00:00 2001 From: Antonio Pauletich Date: Mon, 8 Jan 2024 15:49:33 +0100 Subject: [PATCH] Update dev dependencies for Laravel 10 (#8) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d7d0114..c32544e 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.46", - "illuminate/container": "^8.62 || ^9.0", + "illuminate/container": "^9.0 || ^10.0", "phpunit/phpunit": "^9.6.9", "nikic/php-parser": "^4.15.5" },