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