From 64bef250539e11bc3b990b8d308edc15ef0a86b3 Mon Sep 17 00:00:00 2001 From: Gabriel Henrique Date: Sun, 24 Sep 2023 22:05:43 -0300 Subject: [PATCH] Fix to Laravel v10 --- composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 846a36c1..e10c08d6 100644 --- a/composer.json +++ b/composer.json @@ -22,20 +22,20 @@ "require": { "php": ">=7.4", "illuminate/container": "^8.0", - "illuminate/contracts": "^8.0", - "illuminate/database": "^8.0", - "illuminate/events": "^8.0", - "illuminate/support": "^8.0", - "illuminate/pagination": "^8.0", + "illuminate/contracts": "^10.0", + "illuminate/database": "^10.0", + "illuminate/events": "^10.0", + "illuminate/support": "^10.0", + "illuminate/pagination": "^10.0", "nesbot/carbon": "^2.0", - "laudis/neo4j-php-client": "^2.3.3" + "laudis/neo4j-php-client": "^3.0" }, "require-dev": { - "mockery/mockery": "~1.3.0", - "phpunit/phpunit": "^9.0", + "mockery/mockery": "~1.6.0", + "phpunit/phpunit": "^10.0", "symfony/var-dumper": "*", - "fzaninotto/faker": "~1.4", - "composer/composer": "^2.1" + "fzaninotto/faker": "~1.9", + "composer/composer": "^2.6" }, "autoload": { "psr-4": {