diff --git a/composer.json b/composer.json index bf31693..cab7a71 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "laravelcollective/remote", - "description": "Remote SSH access for The Laravel Framework.", + "name": "mw7147/remote", + "description": "Remote SSH access for The Laravel Framework - Laravel Collective.", "license": "MIT", "homepage": "http://laravelcollective.com", "support": { @@ -18,13 +18,13 @@ } ], "require": { - "php": ">=7.2", - "illuminate/support": "^6.0|^7.0|^8.0", - "illuminate/filesystem": "^6.0|^7.0|^8.0", + "php": ">=8.2", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "phpseclib/phpseclib": "^2.0" }, "require-dev": { - "illuminate/console": "^6.0|^7.0|^8.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "mockery/mockery": "~1.0", "phpunit/phpunit": "~5.5" },