Skip to content
  • This project
    • Loading...
  • Sign in

Tenzing / banners-with-skip

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • banners-with-skip
  • vendor
  • psr
  • log
  • composer.json
  • Jeff Balicki's avatar
    Revert "Revert "google oauth"" · cf7a1676 ...
    cf7a1676
    This reverts commit a4f2f371.
    Jeff Balicki committed 2017-01-12 17:52:42 -0500
composer.json 358 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
    "name": "psr/log",
    "description": "Common interface for logging libraries",
    "keywords": ["psr", "psr-3", "log"],
    "license": "MIT",
    "authors": [
        {
            "name": "PHP-FIG",
            "homepage": "http://www.php-fig.org/"
        }
    ],
    "autoload": {
        "psr-0": {
            "Psr\\Log\\": ""
        }
    }
}