mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Add Composer description
This commit is contained in:
parent
9f4095f00d
commit
c8f012c5fc
2 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "jkingweb/arsse",
|
"name": "jkingweb/arsse",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "TODO",
|
"description": "The clean and modern RSS server that doesn't give you any crap",
|
||||||
"keywords": ["rss"],
|
"keywords": ["rss"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
@ -17,8 +17,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"minimum-stability": "dev",
|
|
||||||
"prefer-stable": true,
|
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0",
|
"php": "^7.0",
|
||||||
"ext-intl": "*",
|
"ext-intl": "*",
|
||||||
|
|
4
composer.lock
generated
4
composer.lock
generated
|
@ -278,9 +278,9 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": [],
|
||||||
"prefer-stable": true,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "^7.0",
|
"php": "^7.0",
|
||||||
|
|
Loading…
Reference in a new issue