~ubuntu-branches/ubuntu/wily/php-psr-log/wily

« back to all changes in this revision

Viewing changes to .pc/01_add_php_dependency_in_composer.json.patch/composer.json

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2015-04-30 22:41:14 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20150430224114-bczpzd8whi5ikrcz
Tags: 1.0.0-3
Team upload, to unstable since Jessie has been released

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "name": "psr/log",
3
 
    "description": "Common interface for logging libraries",
4
 
    "keywords": ["psr", "psr-3", "log"],
5
 
    "license": "MIT",
6
 
    "authors": [
7
 
        {
8
 
            "name": "PHP-FIG",
9
 
            "homepage": "http://www.php-fig.org/"
10
 
        }
11
 
    ],
12
 
    "autoload": {
13
 
        "psr-0": {
14
 
            "Psr\\Log\\": ""
15
 
        }
16
 
    }
17
 
}