1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

add functions file to autoloader

This commit is contained in:
Daniel Lowrey 2014-08-02 02:10:05 -04:00
parent 9f9a2d8b6b
commit bb44d2a3c9

View File

@ -22,7 +22,8 @@
"autoload": {
"psr-4": {
"Alert\\": "lib/"
}
},
"files": ["lib/functions.php"]
},
"branch-alias": {
"dev-master": "0.10.x-dev"