1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-12 19:44:12 +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

26
composer.lock generated Normal file
View File

@@ -0,0 +1,26 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ef341ee18f28c7bd5832e188fe157734",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.6",
"ext-mbstring": "*",
"ext-sqlite3": "*",
"ext-curl": "*",
"ext-openssl": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-json": "*"
},
"platform-dev": []
}