diff --git a/composer.json b/composer.json index 144a7e7..7d5e5e4 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "genxbe/kirby3-ray", "type": "kirby-plugin", "license": "MIT", - "version": "1.0.5", + "version": "2.0.0", "description": "Helper tool that enables ray on all the extendable methods.", "authors": [ { @@ -11,9 +11,10 @@ } ], "require": { + "php": "^8.0", "getkirby/composer-installer": "^1.1", "spatie/ray": "^1.3", - "spatie/macroable": "1.0.1" + "spatie/macroable": "^2.0" }, "autoload": { "psr-4": {