From 82cb1d2e238e359b3273e8d02c51eafeffe804c9 Mon Sep 17 00:00:00 2001 From: mscherer Date: Sat, 23 Dec 2023 01:01:15 +0100 Subject: [PATCH] Cleanup. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2a39169b..426d9aff 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ "support": { "issues": "https://github.com/cakephp/bake/issues", "forum": "https://stackoverflow.com/tags/cakephp", - "irc": "irc://irc.freenode.org/cakephp", "source": "https://github.com/cakephp/bake" }, "require": { + "php": ">=8.1", "brick/varexporter": "^0.4.0", "cakephp/cakephp": "^5.0.0", "cakephp/twig-view": "^2.0.0", @@ -42,7 +42,6 @@ "Bake\\Test\\": "tests/", "Bake\\Test\\App\\": "tests/test_app/App/", "Company\\Pastry\\": "tests/test_app/Plugin/Company/Pastry/src/", - "Pastry\\PastryTest\\": "tests/test_app/Plugin/PastryTest/src/", "WithBakeSubFolder\\": "tests/test_app/Plugin/WithBakeSubFolder/src/" } },