diff --git a/README.md b/README.md index 5571471..84dbfbf 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ For a full list of available icons see [the SVG directory](./resources/svg). ## Requirements -- PHP 7.4 or higher -- Laravel 8.0 or higher +- PHP 8.0 or higher +- Laravel 9.0 or higher ## Install diff --git a/composer.json b/composer.json index 46da8e8..85f1bdd 100644 --- a/composer.json +++ b/composer.json @@ -4,16 +4,16 @@ "description": "A package to easily make use of Entypo in your Laravel Blade views", "license": "MIT", "require": { - "php": "^7.4 || ^8.0", - "blade-ui-kit/blade-icons": "^1.1", - "illuminate/support": "^8.0" + "php": "^8.0", + "blade-ui-kit/blade-icons": "^1.2", + "illuminate/support": "^9.0" }, "require-dev": { - "orchestra/testbench": "^6.0", - "pestphp/pest": "^1.20", - "phpstan/phpstan": "^0.12.99", + "orchestra/testbench": "^7.0", + "pestphp/pest": "^1.21.1", + "phpstan/phpstan": "^1.4", "spatie/pest-plugin-snapshots": "^1.0.1", - "symfony/var-dumper": "^5.3.8" + "symfony/var-dumper": "^5.4.2" }, "autoload": { "psr-4": {