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",
|
||||
"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
4
composer.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue