diff --git a/composer.json b/composer.json index aa1f500..591c1b2 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ "source": "https://github.com/VentureCraft/revisionable" }, "require": { - "php": ">=5.4.0", - "illuminate/support": "~4.0|~5.0|~5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", - "laravel/framework": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" + "php": "^8.2.0", + "illuminate/support": "^12.0|^13.0", + "laravel/framework": "^12.0|^13.0" }, "autoload": { "classmap": [ @@ -40,7 +40,7 @@ } }, "require-dev": { - "orchestra/testbench": "~3.0|^8.0|^9.0|^10.0|^11.0" + "orchestra/testbench": "^11.0" }, "extra": { "laravel": {