diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5990d9c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/composer.json b/composer.json index 0087beb..8e2cdd4 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,12 @@ { "name": "jeremykenedy/laravel-users", "description": "Laravel Users Management CRUD Package", - "keywords": ["laravel", "users", "management", "CRUD"], + "keywords": [ + "laravel", + "users", + "management", + "CRUD" + ], "license": "MIT", "type": "package", "authors": [ @@ -11,8 +16,8 @@ } ], "require": { - "php": ">=7.1.3|^8.0", - "laravelcollective/html": "^5.4|^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0|^9.0" + "php": "^7.2|^8.0|^8.1|^8.2|^8.3", + "laravellux/html": "^7.1" }, "autoload": { "psr-4": { @@ -24,12 +29,6 @@ "jeremykenedy\\laravelusers\\Test\\": "tests/" } }, - "require-dev": { - "orchestra/testbench": "^5.2", - "laravel/tinker": "^2.4", - "illuminate/support": "^7.12", - "laravel/laravel": "^7.12" - }, "extra": { "laravel": { "providers": [