From a97a31563874bf7f4fc896bb05e7ac361cf0d150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:32:35 +0000 Subject: [PATCH] Update spatie/robots-txt requirement from ^1.0 to ^2.0 Updates the requirements on [spatie/robots-txt](https://github.com/spatie/robots-txt) to permit the latest version. - [Release notes](https://github.com/spatie/robots-txt/releases) - [Changelog](https://github.com/spatie/robots-txt/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/robots-txt/compare/1.0.0...2.0.2) --- updated-dependencies: - dependency-name: spatie/robots-txt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ff001a..b81c1c0 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "symfony/finder": "^3.0.0||^4.0.0||^5.0.0||^6.0", "symfony/event-dispatcher": "^4.0.0||^5.0.0||^6.0", "vdb/uri": "^0.3.2", - "spatie/robots-txt": "^1.0", + "spatie/robots-txt": "^2.0", "phan/phan": "^4.0||^5.0" }, "require-dev": {