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.json b/composer.json index e020dc7..0947342 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "pestphp/pest-plugin-faker": "^2.0|^3.0", "pestphp/pest-plugin-laravel": "^3.0", "pestphp/pest-plugin-type-coverage": "^2.0|^3.0", - "phpstan/phpstan": "2.1.6" + "phpstan/phpstan": "2.1.18" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index b88908e..5026097 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "514190148baf2af318ed1149a3317e33", + "content-hash": "89f2c0aff190cdcb9fa623c20c8001ee", "packages": [ { "name": "archtechx/enums", @@ -11405,16 +11405,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.6", + "version": "2.1.18", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c" + "reference": "ee1f390b7a70cdf74a2b737e554f68afea885db7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", - "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ee1f390b7a70cdf74a2b737e554f68afea885db7", + "reference": "ee1f390b7a70cdf74a2b737e554f68afea885db7", "shasum": "" }, "require": { @@ -11459,7 +11459,7 @@ "type": "github" } ], - "time": "2025-02-19T15:46:42+00:00" + "time": "2025-07-17T17:22:31+00:00" }, { "name": "phpunit/php-code-coverage",