chore: include updated composer.json in the baseline

This commit is contained in:
Funky Waddle 2026-02-10 07:34:01 -06:00
parent d3c8688f24
commit 50bbd4ef5c

View file

@ -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": {