From 6b7097ec010af74adcfdaee399027f0f460651a3 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Mon, 29 Sep 2025 12:32:38 -0300 Subject: [PATCH] Updated dependency --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7fff968..9cc7ccc 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,10 @@ "description": "View wrapper for slim-blade-view", "type": "library", "require": { - "rubellum/slim-blade-view": "^0.1.1" + "berrnd/slim-blade-view": "^1" }, "require-dev": { - "phpunit/phpunit": "^9.2", - "kint-php/kint": "^3.3" + "phpunit/phpunit": "*" }, "license": "proprietary", "authors": [ @@ -18,7 +17,7 @@ ], "autoload": { "psr-4": { - "ProVM\\Common\\": "./common" + "View\\": "src/" } } }