diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6ee937c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "composer" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + commit-message: + # Prefix all commit messages with "npm: " + prefix: "chore" + include: "scope" diff --git a/composer.lock b/composer.lock index b88908e..8e90515 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "archtechx/enums", - "version": "v1.1.1", + "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/archtechx/enums.git", - "reference": "27d0405b983b14a2ee90621c4034eeb6010c0a0c" + "reference": "81375b71c176f680880a95e7448d84258cfb5c72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/archtechx/enums/zipball/27d0405b983b14a2ee90621c4034eeb6010c0a0c", - "reference": "27d0405b983b14a2ee90621c4034eeb6010c0a0c", + "url": "https://api.github.com/repos/archtechx/enums/zipball/81375b71c176f680880a95e7448d84258cfb5c72", + "reference": "81375b71c176f680880a95e7448d84258cfb5c72", "shasum": "" }, "require": { @@ -25,11 +25,18 @@ }, "require-dev": { "larastan/larastan": "^2.4", - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^8.0 || ^9.0", "pestphp/pest": "^2.0", "pestphp/pest-plugin-laravel": "^2.0" }, "type": "library", + "extra": { + "phpstan": { + "includes": [ + "extension.neon" + ] + } + }, "autoload": { "psr-4": { "ArchTech\\Enums\\": "src/" @@ -48,9 +55,9 @@ "description": "Helpers for making PHP enums more lovable.", "support": { "issues": "https://github.com/archtechx/enums/issues", - "source": "https://github.com/archtechx/enums/tree/v1.1.1" + "source": "https://github.com/archtechx/enums/tree/v1.1.2" }, - "time": "2024-10-29T15:38:32+00:00" + "time": "2025-06-06T23:15:09+00:00" }, { "name": "barryvdh/laravel-debugbar",