diff --git a/composer.json b/composer.json index 5aac20a..2d06ca3 100644 --- a/composer.json +++ b/composer.json @@ -10,13 +10,18 @@ } ], "homepage": "https://github.com/digitallyhappy/assets", - "keywords": ["Laravel", "Assets", "Load CSS once", "Load JS once"], + "keywords": [ + "Laravel", + "Assets", + "Load CSS once", + "Load JS once" + ], "require": { - "laravel/framework": "^10|^9.0|^8.0" + "laravel/framework": "^10|^9.0|^8.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "~9.0", - "orchestra/testbench": "~5|~6|^7.0|^8.0" + "phpunit/phpunit": "~9.0|^10.5", + "orchestra/testbench": "~5|~6|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {