diff --git a/composer.json b/composer.json index 69adfb4a..2cf35c33 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "laravelcollective/html", + "name": "developer278/html", "description": "HTML and Form Builders for the Laravel Framework", "license": "MIT", "homepage": "https://laravelcollective.com", @@ -18,17 +18,17 @@ } ], "require": { - "php": ">=7.2.5", - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0" + "php": ">=8.1", + "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "mockery/mockery": "~1.0", - "phpunit/phpunit": "~8.5|^9.5.10" + "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { @@ -53,6 +53,5 @@ } }, "minimum-stability": "dev", - "abandoned": "spatie/laravel-html", "prefer-stable": true }