specify dependencies in composer.json instead of loading in index.php
This commit is contained in:
parent
9ff3e59193
commit
9ff63c19ec
3 changed files with 9 additions and 5 deletions
|
@ -9,5 +9,13 @@
|
|||
"indieauth/client": "0.1.3",
|
||||
"mpratt/relativetime": ">=1.0",
|
||||
"firebase/php-jwt": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"lib/Savant.php",
|
||||
"lib/config.php",
|
||||
"lib/helpers.php",
|
||||
"lib/markdown.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue