From b50418384f80947fc6313b5d043c6f9cf47a0ff3 Mon Sep 17 00:00:00 2001 From: Alan Wynn Date: Sun, 27 Jul 2025 20:41:09 +0100 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..79745ce4a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "composer" # See documentation for possible values + directory: "/" + schedule: + interval: "weekly" From a4e88b3adfa5a9daac0bd91e55b0d303e90789a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 19:44:00 +0000 Subject: [PATCH 2/2] Update phpstan/phpstan requirement from ^1.0 to ^2.1 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.0.0...2.1.20) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7f08dbcd..5cf159180 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "orchestra/testbench": "^8.0|^9.0|^10.0", "orchestra/testbench-core": "^8.0|^9.0|^10.0", "orchestra/workbench": "^8.0|^9.0|^10.0", - "phpstan/phpstan": "^1.0", + "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^10.0|^11.0", "singlestoredb/singlestoredb-laravel": "^1.0|^2.0", "spatie/laravel-ignition": "^2.0",