rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

composer.json (440B)


      1 {
      2     "authors": [
      3         {
      4             "email": "fkooman@tuxed.net",
      5             "name": "Fran\u00e7ois Kooman",
      6             "role": "Developer"
      7         }
      8     ],
      9     "autoload": {
     10         "psr-0": {
     11             "fkooman\\OAuth\\Common\\": "src/"
     12         }
     13     },
     14     "description": "PHP library for common OAuth classes.",
     15     "license": "Apache-2.0",
     16     "name": "fkooman/oauth-common",
     17     "require": {
     18         "php": ">=5.3.3"
     19     }
     20 }