chore: include updated composer.json in the baseline
This commit is contained in:
parent
d3c8688f24
commit
50bbd4ef5c
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue