From 017ff899cc07d048388c072829d3320c791b4397 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 9 Feb 2024 14:08:24 +0100 Subject: [PATCH] update autoloader, drop php 7.4 / ss4 support --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index cf7be1f..b6b1184 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ } ], "require": { - "php": "^7.4 || ^8", - "silverstripe/recipe-plugin": "^1 || ^2", - "silverstripe/vendor-plugin": "^1 || ^2", - "silverstripe/framework": "^4.4 || ^5" + "php": "^8.1", + "silverstripe/recipe-plugin": "^2", + "silverstripe/vendor-plugin": "^2", + "silverstripe/framework": "^5" }, "require-dev": { "phpunit/phpunit": "^9.5", @@ -38,8 +38,8 @@ }, "autoload": { "psr-4": { - "LeKoala\\pure-modal\\": "src/", - "LeKoala\\pure-modal\\Test\\": "tests/" + "LeKoala\\PureModal\\": "src/", + "LeKoala\\PureModal\\Test\\": "tests/" } }, "support": {