diff --git a/composer.json b/composer.json index be38d1c..41adce6 100644 --- a/composer.json +++ b/composer.json @@ -30,12 +30,12 @@ "require": { "php": "^7.2.5 || ^8.0", "psr/http-message": "^1.0.1 || ^2.0", - "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", "symfony/polyfill-php80": "^1.23" }, "require-dev": { - "illuminate/database": "^10.0 || ^11.0 || ^12.0", - "phpdocumentor/reflection-docblock": "^5.0" + "illuminate/database": "^10.0 || ^11.0 || ^12.0 || ^13.0", + "phpdocumentor/reflection-docblock": "^5.0 || ^6.0" }, "conflict": { "andrey-helldar/contracts": "*" @@ -57,4 +57,4 @@ "preferred-install": "dist", "sort-packages": true } -} \ No newline at end of file +}