From 50bbd4ef5c3237803109e1795639c45a9fbd953b Mon Sep 17 00:00:00 2001 From: Funky Waddle Date: Tue, 10 Feb 2026 07:34:01 -0600 Subject: [PATCH] chore: include updated composer.json in the baseline --- composer.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index c394df3..9e43cff 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,14 @@ { - "name": "getphred/eyrie", - "description": "The templating engine for the Phred Framework", + "name": "getphred/scape", + "description": "A Lightweight PHP Template Engine", "license": "MIT", "type": "library", "authors": [ { - "name": "Junie", - "email": "junie@example.com" + "name": "Phred", + "email": "phred@getphred.com", + "homepage": "https://getphred.com", + "role": "Owner" } ], "require": { @@ -17,12 +19,12 @@ }, "autoload": { "psr-4": { - "Eyrie\\": "src/" + "Scape\\": "src/" } }, "autoload-dev": { "psr-4": { - "Eyrie\\Tests\\": "tests/" + "Scape\\Tests\\": "tests/" } }, "config": {