mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
632 lines
19 KiB
JSON
632 lines
19 KiB
JSON
[
|
|
{
|
|
"name": "christian-riesen/base32",
|
|
"version": "1.2.1",
|
|
"version_normalized": "1.2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ChristianRiesen/base32.git",
|
|
"reference": "6943e7b010ab224139fd4248ccf84865aa7b0f91"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/6943e7b010ab224139fd4248ccf84865aa7b0f91",
|
|
"reference": "6943e7b010ab224139fd4248ccf84865aa7b0f91",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"satooshi/php-coveralls": "0.*"
|
|
},
|
|
"time": "2015-02-12 09:08:33",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Base32\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Riesen",
|
|
"email": "chris.riesen@gmail.com",
|
|
"homepage": "http://christianriesen.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Base32 encoder/decoder according to RFC 4648",
|
|
"homepage": "https://github.com/ChristianRiesen/base32",
|
|
"keywords": [
|
|
"base32",
|
|
"decode",
|
|
"encode",
|
|
"rfc4648"
|
|
]
|
|
},
|
|
{
|
|
"name": "christian-riesen/otp",
|
|
"version": "1.4",
|
|
"version_normalized": "1.4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ChristianRiesen/otp.git",
|
|
"reference": "a209b8bbd975d96d6b5287f8658562061adef1f8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ChristianRiesen/otp/zipball/a209b8bbd975d96d6b5287f8658562061adef1f8",
|
|
"reference": "a209b8bbd975d96d6b5287f8658562061adef1f8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"christian-riesen/base32": ">=1.0",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2015-02-12 09:11:49",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Otp": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Riesen",
|
|
"email": "chris.riesen@gmail.com",
|
|
"homepage": "http://christianriesen.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "One Time Passwords, hotp and totp according to RFC4226 and RFC6238",
|
|
"homepage": "https://github.com/ChristianRiesen/otp",
|
|
"keywords": [
|
|
"googleauthenticator",
|
|
"hotp",
|
|
"otp",
|
|
"rfc4226",
|
|
"rfc6238",
|
|
"totp"
|
|
]
|
|
},
|
|
{
|
|
"name": "erusev/parsedown",
|
|
"version": "1.5.1",
|
|
"version_normalized": "1.5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown.git",
|
|
"reference": "9da19c1108c39df9b42adc42e39b8371070652d0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/9da19c1108c39df9b42adc42e39b8371070652d0",
|
|
"reference": "9da19c1108c39df9b42adc42e39b8371070652d0",
|
|
"shasum": ""
|
|
},
|
|
"time": "2015-01-24 13:01:47",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Parsedown": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuil Rusev",
|
|
"email": "hello@erusev.com",
|
|
"homepage": "http://erusev.com"
|
|
}
|
|
],
|
|
"description": "Parser for Markdown.",
|
|
"homepage": "http://parsedown.org",
|
|
"keywords": [
|
|
"markdown",
|
|
"parser"
|
|
]
|
|
},
|
|
{
|
|
"name": "fguillot/json-rpc",
|
|
"version": "v0.0.1",
|
|
"version_normalized": "0.0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fguillot/JsonRPC.git",
|
|
"reference": "86e8339205616ad9b09d581957cc084a99c0ed27"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fguillot/JsonRPC/zipball/86e8339205616ad9b09d581957cc084a99c0ed27",
|
|
"reference": "86e8339205616ad9b09d581957cc084a99c0ed27",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2014-11-22 20:32:14",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JsonRPC": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Unlicense"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot",
|
|
"homepage": "http://fredericguillot.com"
|
|
}
|
|
],
|
|
"description": "A simple Json-RPC client/server library that just works",
|
|
"homepage": "https://github.com/fguillot/JsonRPC"
|
|
},
|
|
{
|
|
"name": "fguillot/picodb",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fguillot/picoDb.git",
|
|
"reference": "cd6a571d2de5c0b30d538d7cd6603dc16b25b844"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fguillot/picoDb/zipball/cd6a571d2de5c0b30d538d7cd6603dc16b25b844",
|
|
"reference": "cd6a571d2de5c0b30d538d7cd6603dc16b25b844",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2015-03-27 02:21:18",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PicoDb": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"WTFPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot",
|
|
"homepage": "http://fredericguillot.com"
|
|
}
|
|
],
|
|
"description": "Minimalist database query builder",
|
|
"homepage": "https://github.com/fguillot/picoDb"
|
|
},
|
|
{
|
|
"name": "fguillot/simple-validator",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fguillot/simpleValidator.git",
|
|
"reference": "5ebdb6df4c5f3aa2539b633eb4ae94c9e8c4ada7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fguillot/simpleValidator/zipball/5ebdb6df4c5f3aa2539b633eb4ae94c9e8c4ada7",
|
|
"reference": "5ebdb6df4c5f3aa2539b633eb4ae94c9e8c4ada7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2015-02-14 21:04:14",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SimpleValidator": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot",
|
|
"homepage": "http://fredericguillot.com"
|
|
}
|
|
],
|
|
"description": "The most easy to use validator library for PHP :)",
|
|
"homepage": "https://github.com/fguillot/simpleValidator"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.0.0",
|
|
"version_normalized": "1.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
"shasum": ""
|
|
},
|
|
"time": "2012-12-21 11:40:51",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Psr\\Log\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
]
|
|
},
|
|
{
|
|
"name": "fguillot/simpleLogger",
|
|
"version": "v0.0.1",
|
|
"version_normalized": "0.0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fguillot/simpleLogger.git",
|
|
"reference": "81df5643931d97e0101b4757d9454dbcb13a3fa9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fguillot/simpleLogger/zipball/81df5643931d97e0101b4757d9454dbcb13a3fa9",
|
|
"reference": "81df5643931d97e0101b4757d9454dbcb13a3fa9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"time": "2015-01-02 03:40:21",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SimpleLogger": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot"
|
|
}
|
|
],
|
|
"description": "PHP library to write logs (compatible with PSR-3)",
|
|
"homepage": "https://github.com/fguillot/simpleLogger"
|
|
},
|
|
{
|
|
"name": "lusitanian/oauth",
|
|
"version": "v0.3.5",
|
|
"version_normalized": "0.3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Lusitanian/PHPoAuthLib.git",
|
|
"reference": "ac5a1cd5a4519143728dce2213936eea302edf8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/ac5a1cd5a4519143728dce2213936eea302edf8a",
|
|
"reference": "ac5a1cd5a4519143728dce2213936eea302edf8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"predis/predis": "0.8.*@dev",
|
|
"symfony/http-foundation": "~2.1"
|
|
},
|
|
"suggest": {
|
|
"ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
|
|
"predis/predis": "Allows using the Redis storage backend.",
|
|
"symfony/http-foundation": "Allows using the Symfony Session storage backend."
|
|
},
|
|
"time": "2014-09-05 15:19:58",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"OAuth": "src",
|
|
"OAuth\\Unit": "tests"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Desberg",
|
|
"email": "david@daviddesberg.com"
|
|
},
|
|
{
|
|
"name": "Pieter Hordijk",
|
|
"email": "info@pieterhordijk.com"
|
|
}
|
|
],
|
|
"description": "PHP 5.3+ oAuth 1/2 Library",
|
|
"keywords": [
|
|
"Authentication",
|
|
"authorization",
|
|
"oauth",
|
|
"security"
|
|
]
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v3.0.0",
|
|
"version_normalized": "3.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
"reference": "876bf0899d01feacd2a2e83f04641e51350099ef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/876bf0899d01feacd2a2e83f04641e51350099ef",
|
|
"reference": "876bf0899d01feacd2a2e83f04641e51350099ef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2014-07-24 09:48:15",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
]
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v5.4.0",
|
|
"version_normalized": "5.4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
|
|
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9.1"
|
|
},
|
|
"time": "2015-03-14 06:06:39",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.4-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Corbyn"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "http://swiftmailer.org",
|
|
"keywords": [
|
|
"mail",
|
|
"mailer"
|
|
]
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v2.6.5",
|
|
"version_normalized": "2.6.5.0",
|
|
"target-dir": "Symfony/Component/Console",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Console.git",
|
|
"reference": "53f86497ccd01677e22435cfb7262599450a90d1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/53f86497ccd01677e22435cfb7262599450a90d1",
|
|
"reference": "53f86497ccd01677e22435cfb7262599450a90d1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/event-dispatcher": "~2.1",
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
"symfony/process": "~2.1"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/process": ""
|
|
},
|
|
"time": "2015-03-13 17:37:22",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Console Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v2.6.5",
|
|
"version_normalized": "2.6.5.0",
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
|
"reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/70f7c8478739ad21e3deef0d977b38c77f1fb284",
|
|
"reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.0,>=2.0.5",
|
|
"symfony/dependency-injection": "~2.6",
|
|
"symfony/expression-language": "~2.6",
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
"symfony/stopwatch": "~2.3"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"time": "2015-03-13 17:37:22",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "http://symfony.com"
|
|
}
|
|
]
|