From 03de49894e53023eeb523dae1eea4b16451d8ddd Mon Sep 17 00:00:00 2001 From: Thomas Whitecotton <20729926+BornSupercharged@users.noreply.github.com> Date: Sat, 18 Feb 2023 19:00:03 -0600 Subject: [PATCH] Update composer.json --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 8d45225..a0cf7c7 100644 --- a/composer.json +++ b/composer.json @@ -30,18 +30,18 @@ } ], "require": { - "php": "^8.0", - "bensampo/laravel-enum": "^5.0 || ^6.0", - "illuminate/support": "^9.0 || ^10.0", + "php": "^8.1", + "bensampo/laravel-enum": "^6.0", + "laravel/framework": "^10.0", "laravel/nova": "^4.0" }, "require-dev": { "joshgaber/novaunit": "dev-l10-compatibility", "laravel/pint": "^1.2", "mockery/mockery": "^1.3.3", - "nunomaduro/collision": "^6.1 || ^7.0", - "orchestra/testbench": "^7.0 || ^8.0", - "phpunit/phpunit": "^9.3.3", + "nunomaduro/collision": "^7.0", + "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^10", "symfony/var-dumper": "^6.0" }, "autoload": {