chore: include updated composer.json in the baseline
This commit is contained in:
parent
d3c8688f24
commit
50bbd4ef5c
|
|
@ -1,12 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "getphred/eyrie",
|
"name": "getphred/scape",
|
||||||
"description": "The templating engine for the Phred Framework",
|
"description": "A Lightweight PHP Template Engine",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Junie",
|
"name": "Phred",
|
||||||
"email": "junie@example.com"
|
"email": "phred@getphred.com",
|
||||||
|
"homepage": "https://getphred.com",
|
||||||
|
"role": "Owner"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -17,12 +19,12 @@
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Eyrie\\": "src/"
|
"Scape\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Eyrie\\Tests\\": "tests/"
|
"Scape\\Tests\\": "tests/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue