1
1
Fork 0
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:
J. King 2017-12-07 17:33:45 -05:00
parent 9f4095f00d
commit c8f012c5fc
2 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"name": "jkingweb/arsse",
"type": "project",
"description": "TODO",
"description": "The clean and modern RSS server that doesn't give you any crap",
"keywords": ["rss"],
"license": "MIT",
"authors": [
@ -17,8 +17,6 @@
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.0",
"ext-intl": "*",

4
composer.lock generated
View file

@ -278,9 +278,9 @@
}
],
"aliases": [],
"minimum-stability": "dev",
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": true,
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.0",