|
|
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "hash": "ebaa6e4aed4c7cfa5a835cbe2b92e629",
- "content-hash": "4b3b194b582b716faa00f4da8ce8859b",
- "packages": [
- {
- "name": "barnabywalters/mf-cleaner",
- "version": "v0.1.4",
- "source": {
- "type": "git",
- "url": "https://github.com/barnabywalters/php-mf-cleaner.git",
- "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
- "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
- "shasum": ""
- },
- "require-dev": {
- "php": ">=5.3",
- "phpunit/phpunit": "*"
- },
- "suggest": {
- "mf2/mf2": "To parse microformats2 structures from (X)HTML"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/BarnabyWalters/Mf2/Functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Barnaby Walters",
- "email": "barnaby@waterpigs.co.uk"
- }
- ],
- "description": "Cleans up microformats2 array structures",
- "time": "2014-10-06 23:11:15"
- },
- {
- "name": "firebase/php-jwt",
- "version": "v4.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/firebase/php-jwt.git",
- "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
- "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Firebase\\JWT\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Neuman Vong",
- "email": "neuman+pear@twilio.com",
- "role": "Developer"
- },
- {
- "name": "Anant Narayanan",
- "email": "anant@php.net",
- "role": "Developer"
- }
- ],
- "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
- "homepage": "https://github.com/firebase/php-jwt",
- "time": "2016-07-18 04:51:16"
- },
- {
- "name": "indieauth/client",
- "version": "0.1.13",
- "source": {
- "type": "git",
- "url": "https://github.com/indieweb/indieauth-client-php.git",
- "reference": "d438bb03db15b4ccc6c63228be16de7870b6ab99"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/d438bb03db15b4ccc6c63228be16de7870b6ab99",
- "reference": "d438bb03db15b4ccc6c63228be16de7870b6ab99",
- "shasum": ""
- },
- "require": {
- "barnabywalters/mf-cleaner": "0.*",
- "indieweb/link-rel-parser": "0.1.1",
- "mf2/mf2": "0.2.*",
- "php": ">5.3.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "IndieAuth": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache 2.0"
- ],
- "authors": [
- {
- "name": "Aaron Parecki",
- "homepage": "http://aaronparecki.com"
- }
- ],
- "description": "IndieAuth Client Library",
- "time": "2016-02-08 23:56:31"
- },
- {
- "name": "indieweb/date-formatter",
- "version": "0.1.6",
- "source": {
- "type": "git",
- "url": "https://github.com/indieweb/date-formatter-php.git",
- "reference": "9c12e0fda95f4b3119fcaf271d141305870c4350"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/9c12e0fda95f4b3119fcaf271d141305870c4350",
- "reference": "9c12e0fda95f4b3119fcaf271d141305870c4350",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "IndieWeb": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Aaron Parecki",
- "homepage": "http://aaronparecki.com"
- }
- ],
- "description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup",
- "homepage": "https://github.com/indieweb/date-formatter-php",
- "keywords": [
- "date",
- "format",
- "microformats",
- "microformats2"
- ],
- "time": "2015-10-28 00:32:39"
- },
- {
- "name": "indieweb/link-rel-parser",
- "version": "0.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/indieweb/link-rel-parser-php.git",
- "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
- "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/IndieWeb/link_rel_parser.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Aaron Parecki",
- "homepage": "http://aaronparecki.com"
- },
- {
- "name": "Tantek Çelik",
- "homepage": "http://tantek.com"
- }
- ],
- "description": "Parse rel values from HTTP headers",
- "homepage": "https://github.com/indieweb/link-rel-parser-php",
- "keywords": [
- "http",
- "indieweb",
- "microformats2"
- ],
- "time": "2013-12-23 00:14:58"
- },
- {
- "name": "j4mie/idiorm",
- "version": "v1.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/j4mie/idiorm.git",
- "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd",
- "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.0"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "idiorm.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-2-Clause",
- "BSD-3-Clause",
- "BSD-4-Clause"
- ],
- "authors": [
- {
- "name": "Simon Holywell",
- "email": "treffynnon@php.net",
- "homepage": "http://simonholywell.com",
- "role": "Maintainer"
- },
- {
- "name": "Jamie Matthews",
- "email": "jamie.matthews@gmail.com",
- "homepage": "http://j4mie.org",
- "role": "Developer"
- },
- {
- "name": "Durham Hale",
- "email": "me@durhamhale.com",
- "homepage": "http://durhamhale.com",
- "role": "Maintainer"
- }
- ],
- "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
- "homepage": "http://j4mie.github.com/idiormandparis",
- "keywords": [
- "idiorm",
- "orm",
- "query builder"
- ],
- "time": "2013-12-12 10:25:27"
- },
- {
- "name": "mf2/mf2",
- "version": "v0.2.12",
- "source": {
- "type": "git",
- "url": "https://github.com/indieweb/php-mf2.git",
- "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/6701504876d6c9242eb310b35f41d40d9785ab4e",
- "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "3.7.*"
- },
- "suggest": {
- "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
- },
- "bin": [
- "bin/fetch-mf2",
- "bin/parse-mf2"
- ],
- "type": "library",
- "autoload": {
- "files": [
- "Mf2/Parser.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Barnaby Walters",
- "homepage": "http://waterpigs.co.uk"
- }
- ],
- "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
- "keywords": [
- "html",
- "microformats",
- "microformats 2",
- "parser",
- "semantic"
- ],
- "time": "2015-07-12 14:10:01"
- },
- {
- "name": "minicodemonkey/amazon-alexa-php",
- "version": "0.1.5",
- "source": {
- "type": "git",
- "url": "https://github.com/MiniCodeMonkey/amazon-alexa-php.git",
- "reference": "006a1e1e775d8429574cde1a093a8b9a4da6a960"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/MiniCodeMonkey/amazon-alexa-php/zipball/006a1e1e775d8429574cde1a093a8b9a4da6a960",
- "reference": "006a1e1e775d8429574cde1a093a8b9a4da6a960",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.6"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Alexa\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mathias Hansen",
- "email": "me@codemonkey.io"
- }
- ],
- "description": "Amazon Alexa interface for PHP",
- "time": "2015-11-29 21:50:59"
- },
- {
- "name": "mpratt/relativetime",
- "version": "1.5.4",
- "source": {
- "type": "git",
- "url": "https://github.com/mpratt/RelativeTime.git",
- "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
- "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "RelativeTime": "Lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Pratt",
- "email": "pratt@hablarmierda.net",
- "homepage": "http://www.michael-pratt.com",
- "role": "Author/Developer"
- }
- ],
- "description": "A library that calculates the time difference between two dates and returns the result in words (Example: 5 minutes ago or 5 Minutes left). The library supports other languages aswell like Spanish and German.",
- "homepage": "https://github.com/mpratt/RelativeTime",
- "keywords": [
- "ago",
- "date",
- "future",
- "interval",
- "relative",
- "time",
- "time-ago"
- ],
- "time": "2015-12-24 12:43:04"
- },
- {
- "name": "p3k/multipart",
- "version": "0.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/aaronpk/php-multipart-encoder.git",
- "reference": "f5400011b20046cebbdfed686d051fb2aa600a14"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/aaronpk/php-multipart-encoder/zipball/f5400011b20046cebbdfed686d051fb2aa600a14",
- "reference": "f5400011b20046cebbdfed686d051fb2aa600a14",
- "shasum": ""
- },
- "require": {
- "php": ">5.4.0"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/p3k/Multipart.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache 2.0"
- ],
- "authors": [
- {
- "name": "Aaron Parecki",
- "homepage": "http://aaronparecki.com"
- }
- ],
- "description": "Multipart Encoding Library",
- "time": "2015-07-16 19:28:02"
- },
- {
- "name": "saltybeagle/savant3",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/saltybeagle/Savant3.git",
- "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
- "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "Savant3.php",
- "Savant3",
- "Savant3/resources"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL"
- ],
- "authors": [
- {
- "name": "Brett Bieber",
- "email": "brett.bieber@gmail.com"
- }
- ],
- "description": "Savant3 template engine",
- "time": "2014-01-07 17:10:32"
- },
- {
- "name": "slim/slim",
- "version": "2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/slimphp/Slim.git",
- "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/slimphp/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
- "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Slim": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Josh Lockhart",
- "email": "info@joshlockhart.com",
- "homepage": "http://www.joshlockhart.com/"
- }
- ],
- "description": "Slim Framework, a PHP micro framework",
- "homepage": "http://github.com/codeguy/Slim",
- "keywords": [
- "microframework",
- "rest",
- "router"
- ],
- "time": "2012-12-13 02:15:50"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {
- "saltybeagle/savant3": 20
- },
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|