Merge pull request #550 from duncan3dc/composer-description

Added a description to the composer.json file
This commit is contained in:
Gary Green
2015-07-24 21:32:21 +01:00
2 changed files with 24 additions and 31 deletions

View File

@@ -1,5 +1,6 @@
{ {
"name": "klaussilveira/gitlist", "name": "klaussilveira/gitlist",
"description": "An elegant git repository viewer",
"require": { "require": {
"silex/silex": "1.*", "silex/silex": "1.*",
"twig/twig": "1.*", "twig/twig": "1.*",

54
composer.lock generated
View File

@@ -1,9 +1,10 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
], ],
"hash": "e026a79ac8162109dd1a74e0c581be7f", "hash": "52527a39397d98e01935da23a878b597",
"packages": [ "packages": [
{ {
"name": "klaussilveira/gitter", "name": "klaussilveira/gitter",
@@ -58,12 +59,12 @@
"version": "v1.1.1", "version": "v1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fabpot/Pimple.git", "url": "https://github.com/silexphp/Pimple.git",
"reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fabpot/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
"reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
"shasum": "" "shasum": ""
}, },
@@ -88,9 +89,7 @@
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com", "email": "fabien@symfony.com"
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
} }
], ],
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3", "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
@@ -267,15 +266,13 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "http://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
} }
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
@@ -372,15 +369,13 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "http://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
} }
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
@@ -830,12 +825,12 @@
"version": "v1.15.1", "version": "v1.15.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fabpot/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "1fb5784662f438d7d96a541e305e28b812e2eeed" "reference": "1fb5784662f438d7d96a541e305e28b812e2eeed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig/zipball/1fb5784662f438d7d96a541e305e28b812e2eeed", "url": "https://api.github.com/repos/twigphp/Twig/zipball/1fb5784662f438d7d96a541e305e28b812e2eeed",
"reference": "1fb5784662f438d7d96a541e305e28b812e2eeed", "reference": "1fb5784662f438d7d96a541e305e28b812e2eeed",
"shasum": "" "shasum": ""
}, },
@@ -1593,7 +1588,8 @@
}, },
{ {
"name": "Adam Harvey", "name": "Adam Harvey",
"email": "aharvey@php.net" "email": "aharvey@php.net",
"role": "Lead"
}, },
{ {
"name": "Bernhard Schussek", "name": "Bernhard Schussek",
@@ -2211,17 +2207,13 @@
"time": "2014-02-19 00:20:43" "time": "2014-02-19 00:20:43"
} }
], ],
"aliases": [ "aliases": [],
],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"squizlabs/php_codesniffer": 20 "squizlabs/php_codesniffer": 20
}, },
"platform": [ "prefer-stable": false,
"prefer-lowest": false,
], "platform": [],
"platform-dev": [ "platform-dev": []
]
} }