1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-31 03:50:13 +02:00

[README] Add deploy button to Heroku (#1150)

* Add deploy button to Heroku
* Add composer.json and composer.lock (required by Heroku)
This commit is contained in:
Squirrel
2019-06-08 20:53:26 +08:00
committed by LogMANOriginal
parent 3d231a417f
commit 69a0498732
4 changed files with 47 additions and 0 deletions

12
composer.json Normal file
View File

@@ -0,0 +1,12 @@
{
"require": {
"php": ">=5.6",
"ext-mbstring": "*",
"ext-sqlite3": "*",
"ext-curl": "*",
"ext-openssl": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-json": "*"
}
}