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": {