mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
4840 lines
165 KiB
JSON
4840 lines
165 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
|
],
|
|
"hash": "3630c03bc1f8da2e4855eb259f430c71",
|
|
"packages": [
|
|
{
|
|
"name": "anahkiasen/former",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Anahkiasen/former.git",
|
|
"reference": "fce6790e10bbd0acf3f5a5224d56477ecd44ba7b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Anahkiasen/former/zipball/fce6790e10bbd0acf3f5a5224d56477ecd44ba7b",
|
|
"reference": "fce6790e10bbd0acf3f5a5224d56477ecd44ba7b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"anahkiasen/html-object": "1.*",
|
|
"illuminate/config": "~4",
|
|
"illuminate/container": "~4",
|
|
"illuminate/http": "~4",
|
|
"illuminate/routing": "~4",
|
|
"illuminate/session": "~4",
|
|
"illuminate/translation": "~4"
|
|
},
|
|
"require-dev": {
|
|
"illuminate/database": "~4",
|
|
"mockery/mockery": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Former": "src",
|
|
"Laravel": "src"
|
|
},
|
|
"classmap": [
|
|
"tests"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Maxime Fabre",
|
|
"email": "ehtnam6@gmail.com"
|
|
}
|
|
],
|
|
"description": "A powerful form builder",
|
|
"homepage": "http://anahkiasen.github.com/former/",
|
|
"keywords": [
|
|
"bootstrap",
|
|
"form",
|
|
"foundation",
|
|
"laravel"
|
|
],
|
|
"time": "2014-02-09 00:37:24"
|
|
},
|
|
{
|
|
"name": "anahkiasen/html-object",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Anahkiasen/html-object.git",
|
|
"reference": "776aff25a4db27964d95b2332e2f379b0aac9ff0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Anahkiasen/html-object/zipball/776aff25a4db27964d95b2332e2f379b0aac9ff0",
|
|
"reference": "776aff25a4db27964d95b2332e2f379b0aac9ff0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"HtmlObject": "src"
|
|
},
|
|
"classmap": [
|
|
"tests"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Maxime Fabre",
|
|
"email": "ehtnam6@gmail.com"
|
|
}
|
|
],
|
|
"description": "A set of classes to create and manipulate HTML objects abstractions",
|
|
"time": "2014-01-27 22:41:20"
|
|
},
|
|
{
|
|
"name": "anahkiasen/rocketeer",
|
|
"version": "dev-develop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Anahkiasen/rocketeer.git",
|
|
"reference": "3cd90ab14b9bfd0b9afe619e3bbb1f0c4e2bf833"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Anahkiasen/rocketeer/zipball/3cd90ab14b9bfd0b9afe619e3bbb1f0c4e2bf833",
|
|
"reference": "3cd90ab14b9bfd0b9afe619e3bbb1f0c4e2bf833",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/config": "~4",
|
|
"illuminate/console": "~4",
|
|
"illuminate/container": "~4",
|
|
"illuminate/events": "~4",
|
|
"illuminate/filesystem": "~4",
|
|
"illuminate/log": "~4",
|
|
"illuminate/remote": "~4",
|
|
"illuminate/support": "~4",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"herrera-io/box": "dev-master",
|
|
"mockery/mockery": "dev-master",
|
|
"nesbot/carbon": "dev-master",
|
|
"patchwork/utf8": "dev-master",
|
|
"phpseclib/phpseclib": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"anahkiasen/rocketeer-campfire": "Campfire plugin to create deployments notifications",
|
|
"anahkiasen/rocketeer-slack": "Slack plugin to create deployments notifications"
|
|
},
|
|
"bin": [
|
|
"bin/rocketeer"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Rocketeer\\": [
|
|
"src/Rocketeer",
|
|
"tests/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Maxime Fabre",
|
|
"email": "ehtnam6@gmail.com"
|
|
}
|
|
],
|
|
"description": "Rocketeer is a fast and simple deployer for the PHP world",
|
|
"keywords": [
|
|
"deployment",
|
|
"laravel",
|
|
"ssh"
|
|
],
|
|
"time": "2014-02-18 10:51:35"
|
|
},
|
|
{
|
|
"name": "anahkiasen/underscore-php",
|
|
"version": "1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Anahkiasen/underscore-php.git",
|
|
"reference": "94642af9495274ce2ff2e130f9ef92f502a0c622"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Anahkiasen/underscore-php/zipball/94642af9495274ce2ff2e130f9ef92f502a0c622",
|
|
"reference": "94642af9495274ce2ff2e130f9ef92f502a0c622",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/support": "4.1.*",
|
|
"patchwork/utf8": "1.1.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Underscore": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Maxime Fabre",
|
|
"email": "ehtnam6@gmail.com"
|
|
}
|
|
],
|
|
"description": "A redacted port of Underscore.js for PHP",
|
|
"keywords": [
|
|
"internals",
|
|
"laravel",
|
|
"toolkit"
|
|
],
|
|
"time": "2014-01-14 12:42:38"
|
|
},
|
|
{
|
|
"name": "barryvdh/laravel-debugbar",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/barryvdh/laravel-debugbar.git",
|
|
"reference": "3392e3e18f207538c315c5a435502d286c58a07b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/3392e3e18f207538c315c5a435502d286c58a07b",
|
|
"reference": "3392e3e18f207538c315c5a435502d286c58a07b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/filesystem": "~4.0",
|
|
"illuminate/support": "~4.0",
|
|
"maximebf/debugbar": "~1.9",
|
|
"php": ">=5.3.0",
|
|
"symfony/finder": "~2.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Barryvdh\\Debugbar": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Barry vd. Heuvel",
|
|
"email": "barryvdh@gmail.com"
|
|
}
|
|
],
|
|
"description": "PHP Debugbar integration for Laravel",
|
|
"keywords": [
|
|
"debug",
|
|
"debugbar",
|
|
"laravel",
|
|
"profiler",
|
|
"webprofiler"
|
|
],
|
|
"time": "2014-02-18 09:06:53"
|
|
},
|
|
{
|
|
"name": "chumper/datatable",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Chumper/Datatable.git",
|
|
"reference": "46af8b4200bee5a6cc85ba5918b952a688051b72"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Chumper/Datatable/zipball/46af8b4200bee5a6cc85ba5918b952a688051b72",
|
|
"reference": "46af8b4200bee5a6cc85ba5918b952a688051b72",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/support": "4.*",
|
|
"illuminate/view": "4.*",
|
|
"orchestra/testbench": "2.1.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "dev-master",
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Chumper\\Datatable": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nils Plaschke",
|
|
"email": "github@nilsplaschke.de",
|
|
"homepage": "http://nilsplaschke.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "This is a laravel 4 package for the server and client side of datatablaes at http://datatables.net/",
|
|
"homepage": "http://github.com/Chumper/datatable",
|
|
"keywords": [
|
|
"ajax",
|
|
"datatables",
|
|
"jquery",
|
|
"laravel"
|
|
],
|
|
"time": "2014-02-10 14:27:52"
|
|
},
|
|
{
|
|
"name": "classpreloader/classpreloader",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mtdowling/ClassPreloader.git",
|
|
"reference": "1a50f7945b725ff2c60f234e51407d1d6e7c77c5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mtdowling/ClassPreloader/zipball/1a50f7945b725ff2c60f234e51407d1d6e7c77c5",
|
|
"reference": "1a50f7945b725ff2c60f234e51407d1d6e7c77c5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nikic/php-parser": "*",
|
|
"php": ">=5.3.3",
|
|
"symfony/console": ">2.0",
|
|
"symfony/filesystem": ">2.0",
|
|
"symfony/finder": ">2.0"
|
|
},
|
|
"bin": [
|
|
"classpreloader.php"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ClassPreloader": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
|
|
"keywords": [
|
|
"autoload",
|
|
"class",
|
|
"preload"
|
|
],
|
|
"time": "2013-06-24 22:58:34"
|
|
},
|
|
{
|
|
"name": "codeception/codeception",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/Codeception.git",
|
|
"reference": "83ab8207c78f802a1bc46f401f1db27d8b2e9961"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/83ab8207c78f802a1bc46f401f1db27d8b2e9961",
|
|
"reference": "83ab8207c78f802a1bc46f401f1db27d8b2e9961",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"fabpot/goutte": "*",
|
|
"facebook/webdriver": "~0.3",
|
|
"monolog/monolog": "*",
|
|
"php": ">=5.4.0",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"symfony/console": "~2.3",
|
|
"symfony/event-dispatcher": "~2.3",
|
|
"symfony/finder": "~2.3",
|
|
"symfony/yaml": "~2.3"
|
|
},
|
|
"require-dev": {
|
|
"facebook/php-sdk": "3.*",
|
|
"videlalvaro/php-amqplib": "*"
|
|
},
|
|
"suggest": {
|
|
"codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests"
|
|
},
|
|
"bin": [
|
|
"codecept"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Codeception": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Bodnarchuk",
|
|
"email": "davert@mail.ua",
|
|
"homepage": "http://codegyre.com"
|
|
}
|
|
],
|
|
"description": "BDD-style testing framework",
|
|
"homepage": "http://codeception.com/",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"acceptance testing",
|
|
"functional testing",
|
|
"unit testing"
|
|
],
|
|
"time": "2014-02-18 03:27:40"
|
|
},
|
|
{
|
|
"name": "d11wtq/boris",
|
|
"version": "v1.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/d11wtq/boris.git",
|
|
"reference": "125dd4e5752639af7678a22ea597115646d89c6e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/d11wtq/boris/zipball/125dd4e5752639af7678a22ea597115646d89c6e",
|
|
"reference": "125dd4e5752639af7678a22ea597115646d89c6e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"suggest": {
|
|
"ext-pcntl": "*",
|
|
"ext-posix": "*",
|
|
"ext-readline": "*"
|
|
},
|
|
"bin": [
|
|
"bin/boris"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Boris": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"time": "2014-01-17 12:21:18"
|
|
},
|
|
{
|
|
"name": "fabpot/goutte",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Goutte.git",
|
|
"reference": "33c03fbdeaf5f8a7a5cf0ad88b33c95eba43e7a3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Goutte/zipball/33c03fbdeaf5f8a7a5cf0ad88b33c95eba43e7a3",
|
|
"reference": "33c03fbdeaf5f8a7a5cf0ad88b33c95eba43e7a3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"guzzle/http": "~3.1",
|
|
"php": ">=5.3.0",
|
|
"symfony/browser-kit": "~2.1",
|
|
"symfony/css-selector": "~2.1",
|
|
"symfony/dom-crawler": "~2.1",
|
|
"symfony/finder": "~2.1",
|
|
"symfony/process": "~2.1"
|
|
},
|
|
"require-dev": {
|
|
"guzzle/plugin-history": "~3.1",
|
|
"guzzle/plugin-mock": "~3.1"
|
|
},
|
|
"type": "application",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Goutte": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "A simple PHP Web Scraper",
|
|
"homepage": "https://github.com/fabpot/Goutte",
|
|
"keywords": [
|
|
"scraper"
|
|
],
|
|
"time": "2014-02-17 17:11:08"
|
|
},
|
|
{
|
|
"name": "facebook/webdriver",
|
|
"version": "v0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/php-webdriver.git",
|
|
"reference": "1b0facc33133f0ff990df8cebe7f2e19b2603da3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/1b0facc33133f0ff990df8cebe7f2e19b2603da3",
|
|
"reference": "1b0facc33133f0ff990df8cebe7f2e19b2603da3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.19",
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"lib/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"description": "A php client for WebDriver",
|
|
"homepage": "https://github.com/facebook/php-webdriver",
|
|
"keywords": [
|
|
"facebook",
|
|
"php",
|
|
"selenium",
|
|
"webdriver"
|
|
],
|
|
"time": "2013-11-26 23:16:02"
|
|
},
|
|
{
|
|
"name": "filp/whoops",
|
|
"version": "1.0.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/filp/whoops.git",
|
|
"reference": "91e3fd4b0812017ffbeb24add55330664e1ea32a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/filp/whoops/zipball/91e3fd4b0812017ffbeb24add55330664e1ea32a",
|
|
"reference": "91e3fd4b0812017ffbeb24add55330664e1ea32a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "dev-master",
|
|
"silex/silex": "1.0.*@dev"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Whoops": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Filipe Dobreira",
|
|
"homepage": "https://github.com/filp",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "php error handling for cool kids",
|
|
"homepage": "https://github.com/filp/whoops",
|
|
"keywords": [
|
|
"error",
|
|
"exception",
|
|
"handling",
|
|
"library",
|
|
"silex-provider",
|
|
"whoops",
|
|
"zf2"
|
|
],
|
|
"time": "2013-12-04 14:19:30"
|
|
},
|
|
{
|
|
"name": "guzzle/common",
|
|
"version": "v3.8.1",
|
|
"target-dir": "Guzzle/Common",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/common.git",
|
|
"reference": "67f6c3fd04bae387d47c2a673fa623ed8f4189bb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/common/zipball/67f6c3fd04bae387d47c2a673fa623ed8f4189bb",
|
|
"reference": "67f6c3fd04bae387d47c2a673fa623ed8f4189bb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/event-dispatcher": ">=2.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Guzzle\\Common": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Common libraries used by Guzzle",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"collection",
|
|
"common",
|
|
"event",
|
|
"exception"
|
|
],
|
|
"time": "2014-01-28 22:29:15"
|
|
},
|
|
{
|
|
"name": "guzzle/http",
|
|
"version": "v3.8.1",
|
|
"target-dir": "Guzzle/Http",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/http.git",
|
|
"reference": "565fd64be16d91c840f497c5de76f86d54a822d8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/http/zipball/565fd64be16d91c840f497c5de76f86d54a822d8",
|
|
"reference": "565fd64be16d91c840f497c5de76f86d54a822d8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzle/common": "self.version",
|
|
"guzzle/parser": "self.version",
|
|
"guzzle/stream": "self.version",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Guzzle\\Http": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "HTTP libraries used by Guzzle",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"client",
|
|
"curl",
|
|
"http",
|
|
"http client"
|
|
],
|
|
"time": "2014-01-23 18:23:29"
|
|
},
|
|
{
|
|
"name": "guzzle/parser",
|
|
"version": "v3.8.1",
|
|
"target-dir": "Guzzle/Parser",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/parser.git",
|
|
"reference": "3f52387052f2e4ef083145a0f73c3654aa14e086"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/parser/zipball/3f52387052f2e4ef083145a0f73c3654aa14e086",
|
|
"reference": "3f52387052f2e4ef083145a0f73c3654aa14e086",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Guzzle\\Parser": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Interchangeable parsers used by Guzzle",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"URI Template",
|
|
"cookie",
|
|
"http",
|
|
"message",
|
|
"url"
|
|
],
|
|
"time": "2013-10-24 00:04:09"
|
|
},
|
|
{
|
|
"name": "guzzle/stream",
|
|
"version": "v3.8.1",
|
|
"target-dir": "Guzzle/Stream",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/stream.git",
|
|
"reference": "fa8af730ca714861c0001cfba64aaecc5f21bb96"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/stream/zipball/fa8af730ca714861c0001cfba64aaecc5f21bb96",
|
|
"reference": "fa8af730ca714861c0001cfba64aaecc5f21bb96",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzle/common": "self.version",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"suggest": {
|
|
"guzzle/http": "To convert Guzzle request objects to PHP streams"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Guzzle\\Stream": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle stream wrapper component",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"component",
|
|
"stream"
|
|
],
|
|
"time": "2014-01-28 22:14:17"
|
|
},
|
|
{
|
|
"name": "illuminate/remote",
|
|
"version": "4.1.x-dev",
|
|
"target-dir": "Illuminate/Remote",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/illuminate/remote.git",
|
|
"reference": "ad124eef71da9d9803af1bfd17c7a638fcc01950"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/illuminate/remote/zipball/ad124eef71da9d9803af1bfd17c7a638fcc01950",
|
|
"reference": "ad124eef71da9d9803af1bfd17c7a638fcc01950",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/support": "4.1.*",
|
|
"php": ">=5.3.0",
|
|
"phpseclib/phpseclib": "0.3.*"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "0.8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Illuminate\\Remote": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylorotwell@gmail.com",
|
|
"homepage": "https://github.com/taylorotwell",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"time": "2014-01-22 07:41:19"
|
|
},
|
|
{
|
|
"name": "intervention/image",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Intervention/image.git",
|
|
"reference": "aa75c42975801286d00cba84b6ac845199880e8b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Intervention/image/zipball/aa75c42975801286d00cba84b6ac845199880e8b",
|
|
"reference": "aa75c42975801286d00cba84b6ac845199880e8b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"illuminate/support": "4.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"suggest": {
|
|
"intervention/imagecache": "Caching extension for the Intervention Image library"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Intervention\\Image": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Vogel",
|
|
"email": "oliver@olivervogel.net",
|
|
"homepage": "http://olivervogel.net/"
|
|
}
|
|
],
|
|
"description": "Image handling and manipulation library with support for Laravel 4 integration",
|
|
"homepage": "http://intervention.olivervogel.net/image/",
|
|
"keywords": [
|
|
"gd",
|
|
"image",
|
|
"laravel",
|
|
"thumbnail",
|
|
"watermark"
|
|
],
|
|
"time": "2014-02-11 16:27:23"
|
|
},
|
|
{
|
|
"name": "ircmaxell/password-compat",
|
|
"version": "1.0.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ircmaxell/password_compat.git",
|
|
"reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
|
|
"reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/password.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anthony Ferrara",
|
|
"email": "ircmaxell@php.net",
|
|
"homepage": "http://blog.ircmaxell.com"
|
|
}
|
|
],
|
|
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
|
|
"homepage": "https://github.com/ircmaxell/password_compat",
|
|
"keywords": [
|
|
"hashing",
|
|
"password"
|
|
],
|
|
"time": "2013-04-30 19:58:08"
|
|
},
|
|
{
|
|
"name": "jasonlewis/basset",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jasonlewis/basset.git",
|
|
"reference": "79b94c3edef5015a34e3a0f834586358a6f99885"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jasonlewis/basset/zipball/79b94c3edef5015a34e3a0f834586358a6f99885",
|
|
"reference": "79b94c3edef5015a34e3a0f834586358a6f99885",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"kriswallsmith/assetic": "1.1.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"illuminate/config": "4.0.*",
|
|
"illuminate/console": "4.0.*",
|
|
"illuminate/filesystem": "4.0.*",
|
|
"illuminate/log": "4.0.*",
|
|
"illuminate/routing": "4.0.*",
|
|
"illuminate/support": "4.0.*",
|
|
"mockery/mockery": ">=0.7.2",
|
|
"symfony/process": "2.3.*"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "Deploy static assets directly to your S3 buckets.",
|
|
"rackspace/php-cloudfiles": "Deploy static assets directly to your Cloud Files container."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Basset": "src/"
|
|
},
|
|
"classmap": [
|
|
"tests/Cases/FilterTestCase.php"
|
|
],
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jason Lewis",
|
|
"email": "jason.lewis1991@gmail.com",
|
|
"homepage": "http://jasonlewis.me",
|
|
"role": "Creator"
|
|
}
|
|
],
|
|
"description": "A better asset management package for Laravel.",
|
|
"keywords": [
|
|
"assets",
|
|
"basset",
|
|
"laravel"
|
|
],
|
|
"time": "2013-11-06 08:17:47"
|
|
},
|
|
{
|
|
"name": "jeremeamia/SuperClosure",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jeremeamia/super_closure.git",
|
|
"reference": "d05400085f7d4ae6f20ba30d36550836c0d061e8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/d05400085f7d4ae6f20ba30d36550836c0d061e8",
|
|
"reference": "d05400085f7d4ae6f20ba30d36550836c0d061e8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nikic/php-parser": "~0.9",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~3.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Jeremeamia\\SuperClosure": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeremy Lindblom"
|
|
}
|
|
],
|
|
"description": "Doing interesting things with closures like serialization.",
|
|
"homepage": "https://github.com/jeremeamia/super_closure",
|
|
"keywords": [
|
|
"closure",
|
|
"function",
|
|
"parser",
|
|
"serializable",
|
|
"serialize",
|
|
"tokenizer"
|
|
],
|
|
"time": "2013-10-09 04:20:00"
|
|
},
|
|
{
|
|
"name": "kriswallsmith/assetic",
|
|
"version": "1.1.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/kriswallsmith/assetic.git",
|
|
"reference": "1d671c54f147ece319642132330927672b6190a7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/1d671c54f147ece319642132330927672b6190a7",
|
|
"reference": "1d671c54f147ece319642132330927672b6190a7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1",
|
|
"symfony/process": "~2.1"
|
|
},
|
|
"require-dev": {
|
|
"cssmin/cssmin": "*",
|
|
"joliclic/javascript-packer": "*",
|
|
"kamicane/packager": "*",
|
|
"leafo/lessphp": "*",
|
|
"leafo/scssphp": "*",
|
|
"leafo/scssphp-compass": "*",
|
|
"mrclay/minify": "*",
|
|
"phpunit/phpunit": "~3.7",
|
|
"ptachoire/cssembed": "*",
|
|
"twig/twig": "~1.6"
|
|
},
|
|
"suggest": {
|
|
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
|
|
"leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
|
|
"leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
|
|
"ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
|
|
"twig/twig": "Assetic provides the integration with the Twig templating engine"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Assetic": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kris Wallsmith",
|
|
"email": "kris.wallsmith@gmail.com",
|
|
"homepage": "http://kriswallsmith.net/"
|
|
}
|
|
],
|
|
"description": "Asset Management for PHP",
|
|
"homepage": "https://github.com/kriswallsmith/assetic",
|
|
"keywords": [
|
|
"assets",
|
|
"compression",
|
|
"minification"
|
|
],
|
|
"time": "2013-09-03 12:44:05"
|
|
},
|
|
{
|
|
"name": "laravel/framework",
|
|
"version": "4.1.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laravel/framework.git",
|
|
"reference": "1faf4c8508378b0b102d148c53c322a8048b16dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laravel/framework/zipball/1faf4c8508378b0b102d148c53c322a8048b16dd",
|
|
"reference": "1faf4c8508378b0b102d148c53c322a8048b16dd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"classpreloader/classpreloader": "1.0.*",
|
|
"d11wtq/boris": "1.0.*",
|
|
"filp/whoops": "1.0.10",
|
|
"ircmaxell/password-compat": "1.0.*",
|
|
"jeremeamia/superclosure": "1.0.*",
|
|
"monolog/monolog": "1.*",
|
|
"nesbot/carbon": "1.*",
|
|
"patchwork/utf8": "1.1.*",
|
|
"php": ">=5.3.0",
|
|
"phpseclib/phpseclib": "0.3.*",
|
|
"predis/predis": "0.8.*",
|
|
"stack/builder": "1.0.*",
|
|
"swiftmailer/swiftmailer": "5.0.*",
|
|
"symfony/browser-kit": "2.4.*",
|
|
"symfony/console": "2.4.*",
|
|
"symfony/css-selector": "2.4.*",
|
|
"symfony/debug": "2.4.*",
|
|
"symfony/dom-crawler": "2.4.*",
|
|
"symfony/finder": "2.4.*",
|
|
"symfony/http-foundation": "2.4.*",
|
|
"symfony/http-kernel": "2.4.*",
|
|
"symfony/process": "2.4.*",
|
|
"symfony/routing": "2.4.*",
|
|
"symfony/translation": "2.4.*"
|
|
},
|
|
"replace": {
|
|
"illuminate/auth": "self.version",
|
|
"illuminate/cache": "self.version",
|
|
"illuminate/config": "self.version",
|
|
"illuminate/console": "self.version",
|
|
"illuminate/container": "self.version",
|
|
"illuminate/cookie": "self.version",
|
|
"illuminate/database": "self.version",
|
|
"illuminate/encryption": "self.version",
|
|
"illuminate/events": "self.version",
|
|
"illuminate/exception": "self.version",
|
|
"illuminate/filesystem": "self.version",
|
|
"illuminate/foundation": "self.version",
|
|
"illuminate/hashing": "self.version",
|
|
"illuminate/html": "self.version",
|
|
"illuminate/http": "self.version",
|
|
"illuminate/log": "self.version",
|
|
"illuminate/mail": "self.version",
|
|
"illuminate/pagination": "self.version",
|
|
"illuminate/queue": "self.version",
|
|
"illuminate/redis": "self.version",
|
|
"illuminate/routing": "self.version",
|
|
"illuminate/session": "self.version",
|
|
"illuminate/support": "self.version",
|
|
"illuminate/translation": "self.version",
|
|
"illuminate/validation": "self.version",
|
|
"illuminate/view": "self.version",
|
|
"illuminate/workbench": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "2.5.*",
|
|
"iron-io/iron_mq": "1.5.*",
|
|
"mockery/mockery": "0.9.*",
|
|
"pda/pheanstalk": "2.1.*",
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"suggest": {
|
|
"doctrine/dbal": "Allow renaming columns and dropping SQLite columns."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
[
|
|
"src/Illuminate/Queue/IlluminateQueueClosure.php"
|
|
]
|
|
],
|
|
"files": [
|
|
"src/Illuminate/Support/helpers.php"
|
|
],
|
|
"psr-0": {
|
|
"Illuminate": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylorotwell@gmail.com",
|
|
"homepage": "https://github.com/taylorotwell",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The Laravel Framework.",
|
|
"keywords": [
|
|
"framework",
|
|
"laravel"
|
|
],
|
|
"time": "2014-02-18 17:05:05"
|
|
},
|
|
{
|
|
"name": "laravelbook/ardent",
|
|
"version": "v2.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laravelbook/ardent.git",
|
|
"reference": "e3ad5bb898fa03d1b393cd3e46851e10f229b652"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laravelbook/ardent/zipball/e3ad5bb898fa03d1b393cd3e46851e10f229b652",
|
|
"reference": "e3ad5bb898fa03d1b393cd3e46851e10f229b652",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/database": "~4.1",
|
|
"illuminate/support": "~4.1",
|
|
"illuminate/validation": "~4.1",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"LaravelBook\\Ardent": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Max Ehsan",
|
|
"email": "contact@laravelbook.com",
|
|
"homepage": "http://laravelbook.com/",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Igor Santos",
|
|
"email": "igorsantos07@gmail.com",
|
|
"homepage": "http://www.igorsantos.com.br",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Self-validating smart models for Laravel 4's Eloquent O/RM",
|
|
"homepage": "http://laravelbook.com/",
|
|
"keywords": [
|
|
"Active Record",
|
|
"activerecord",
|
|
"database",
|
|
"eloquent",
|
|
"framework",
|
|
"laravel",
|
|
"orm",
|
|
"sql",
|
|
"validation"
|
|
],
|
|
"time": "2014-02-10 01:32:08"
|
|
},
|
|
{
|
|
"name": "maximebf/debugbar",
|
|
"version": "1.9.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maximebf/php-debugbar.git",
|
|
"reference": "5bbb3bc78b3e9ee0c4cc8c3619171ea16f0fb51f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/5bbb3bc78b3e9ee0c4cc8c3619171ea16f0fb51f",
|
|
"reference": "5bbb3bc78b3e9ee0c4cc8c3619171ea16f0fb51f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"suggest": {
|
|
"kriswallsmith/assetic": "The best way to manage assets",
|
|
"monolog/monolog": "Log using Monolog",
|
|
"predis/predis": "Redis storage"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"DebugBar": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Maxime Bouroumeau-Fuseau",
|
|
"email": "maxime.bouroumeau@gmail.com",
|
|
"homepage": "http://maximebf.com"
|
|
}
|
|
],
|
|
"description": "Debug bar in the browser for php application",
|
|
"homepage": "https://github.com/maximebf/php-debugbar",
|
|
"keywords": [
|
|
"debug"
|
|
],
|
|
"time": "2014-02-14 16:30:44"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "4c74b127eb5f1475157bb54c2b7cb3d529fe18f7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/4c74b127eb5f1475157bb54c2b7cb3d529fe18f7",
|
|
"reference": "4c74b127eb5f1475157bb54c2b7cb3d529fe18f7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "~2.4.8",
|
|
"doctrine/couchdb": "dev-master",
|
|
"mlehner/gelf-php": "1.0.*",
|
|
"phpunit/phpunit": "~3.7.0",
|
|
"raven/raven": "~0.5",
|
|
"ruflin/elastica": "0.90.*"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"raven/raven": "Allow sending log messages to a Sentry server",
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monolog\\": "src/Monolog"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
],
|
|
"time": "2014-02-18 14:12:15"
|
|
},
|
|
{
|
|
"name": "nesbot/carbon",
|
|
"version": "1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
"reference": "21c4cb4301969c7d85aee8a62eefdfa881413af0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/21c4cb4301969c7d85aee8a62eefdfa881413af0",
|
|
"reference": "21c4cb4301969c7d85aee8a62eefdfa881413af0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Carbon": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Brian Nesbitt",
|
|
"email": "brian@nesbot.com",
|
|
"homepage": "http://nesbot.com"
|
|
}
|
|
],
|
|
"description": "A simple API extension for DateTime.",
|
|
"homepage": "https://github.com/briannesbitt/Carbon",
|
|
"keywords": [
|
|
"date",
|
|
"datetime",
|
|
"time"
|
|
],
|
|
"time": "2014-01-07 05:10:44"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "0.9.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
"reference": "118f28344daf154e47e73e79779a60bc7430a40f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/118f28344daf154e47e73e79779a60bc7430a40f",
|
|
"reference": "118f28344daf154e47e73e79779a60bc7430a40f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=5.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PHPParser": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov"
|
|
}
|
|
],
|
|
"description": "A PHP parser written in PHP",
|
|
"keywords": [
|
|
"parser",
|
|
"php"
|
|
],
|
|
"time": "2014-02-12 19:19:48"
|
|
},
|
|
{
|
|
"name": "omnipay/2checkout",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/2checkout.git",
|
|
"reference": "ffe0b0e97350e46fb2c0ebb02f2222c34332cf62"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/2checkout/zipball/ffe0b0e97350e46fb2c0ebb02f2222c34332cf62",
|
|
"reference": "ffe0b0e97350e46fb2c0ebb02f2222c34332cf62",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\TwoCheckout\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/2checkout/contributors"
|
|
}
|
|
],
|
|
"description": "2Checkout driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/2checkout",
|
|
"keywords": [
|
|
"2checkout",
|
|
"2co",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"twocheckout"
|
|
],
|
|
"time": "2013-11-17 03:53:57"
|
|
},
|
|
{
|
|
"name": "omnipay/authorizenet",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/authorizenet.git",
|
|
"reference": "cf15f3e3321e3de95c54e33fbff92ba07e3880c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/authorizenet/zipball/cf15f3e3321e3de95c54e33fbff92ba07e3880c4",
|
|
"reference": "cf15f3e3321e3de95c54e33fbff92ba07e3880c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\AuthorizeNet\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/authorizenet/contributors"
|
|
}
|
|
],
|
|
"description": "Authorize.Net gateway for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/authorizenet",
|
|
"keywords": [
|
|
"authorize",
|
|
"authorize net",
|
|
"authorize.net",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2014-01-21 20:08:34"
|
|
},
|
|
{
|
|
"name": "omnipay/buckaroo",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/buckaroo.git",
|
|
"reference": "dcc15ceea803f7adfb13ea10436a298fcdceaffc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/buckaroo/zipball/dcc15ceea803f7adfb13ea10436a298fcdceaffc",
|
|
"reference": "dcc15ceea803f7adfb13ea10436a298fcdceaffc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Buckaroo\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/buckaroo/contributors"
|
|
}
|
|
],
|
|
"description": "Buckaroo driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/buckaroo",
|
|
"keywords": [
|
|
"buckaroo",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2014-01-19 12:15:09"
|
|
},
|
|
{
|
|
"name": "omnipay/cardsave",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/cardsave.git",
|
|
"reference": "c55ca2e6be4a30b9df788dff072b395162f8bad1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/cardsave/zipball/c55ca2e6be4a30b9df788dff072b395162f8bad1",
|
|
"reference": "c55ca2e6be4a30b9df788dff072b395162f8bad1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "2.*"
|
|
},
|
|
"require-dev": {
|
|
"guzzle/plugin-mock": "~3.1",
|
|
"mockery/mockery": "~0.8",
|
|
"omnipay/tests": "2.*",
|
|
"phpunit/phpunit": "~3.7.16",
|
|
"squizlabs/php_codesniffer": "~1.4.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\CardSave\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/cardsave/contributors"
|
|
}
|
|
],
|
|
"description": "CardSave driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/cardsave",
|
|
"keywords": [
|
|
"card save",
|
|
"cardsave",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2013-11-17 02:03:30"
|
|
},
|
|
{
|
|
"name": "omnipay/common",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/common.git",
|
|
"reference": "b1630efda8f2229fe8190c22b47e0ae0ecd6fe1f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/common/zipball/b1630efda8f2229fe8190c22b47e0ae0ecd6fe1f",
|
|
"reference": "b1630efda8f2229fe8190c22b47e0ae0ecd6fe1f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzle/http": "~3.1",
|
|
"php": ">=5.3.2",
|
|
"symfony/http-foundation": "~2.1"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
},
|
|
"gateways": [
|
|
"AuthorizeNet_AIM",
|
|
"AuthorizeNet_SIM",
|
|
"Buckaroo",
|
|
"Buckaroo_Ideal",
|
|
"Buckaroo_PayPal",
|
|
"CardSave",
|
|
"Dummy",
|
|
"Eway_Rapid",
|
|
"FirstData_Connect",
|
|
"GoCardless",
|
|
"Manual",
|
|
"Migs_ThreeParty",
|
|
"Migs_TwoParty",
|
|
"Mollie",
|
|
"MultiSafepay",
|
|
"Netaxept",
|
|
"NetBanx",
|
|
"PayFast",
|
|
"Payflow_Pro",
|
|
"PaymentExpress_PxPay",
|
|
"PaymentExpress_PxPost",
|
|
"PayPal_Express",
|
|
"PayPal_Pro",
|
|
"Pin",
|
|
"SagePay_Direct",
|
|
"SagePay_Server",
|
|
"SecurePay_DirectPost",
|
|
"Stripe",
|
|
"TargetPay_Directebanking",
|
|
"TargetPay_Ideal",
|
|
"TargetPay_Mrcash",
|
|
"TwoCheckout",
|
|
"WorldPay"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Common\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/Omnipay/Omnipay.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/common/contributors"
|
|
}
|
|
],
|
|
"description": "Common components for Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/common",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"purchase"
|
|
],
|
|
"time": "2013-12-08 07:04:13"
|
|
},
|
|
{
|
|
"name": "omnipay/dummy",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/dummy.git",
|
|
"reference": "ccf269da1fae58b1bff6a607bdb73c1187488eb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/dummy/zipball/ccf269da1fae58b1bff6a607bdb73c1187488eb0",
|
|
"reference": "ccf269da1fae58b1bff6a607bdb73c1187488eb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Dummy\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/dummy/contributors"
|
|
}
|
|
],
|
|
"description": "Dummy driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/dummy",
|
|
"keywords": [
|
|
"Dummy",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2013-11-17 04:01:02"
|
|
},
|
|
{
|
|
"name": "omnipay/eway",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/eway.git",
|
|
"reference": "99d94a444642fd7aafda33ffdadbd430ad827806"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/eway/zipball/99d94a444642fd7aafda33ffdadbd430ad827806",
|
|
"reference": "99d94a444642fd7aafda33ffdadbd430ad827806",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Eway\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/eway/contributors"
|
|
}
|
|
],
|
|
"description": "eWay driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/eway",
|
|
"keywords": [
|
|
"eway",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2014-02-09 02:24:30"
|
|
},
|
|
{
|
|
"name": "omnipay/firstdata",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/firstdata.git",
|
|
"reference": "23ac4695f8ebdd3f6f660a57fbaa399f33f701f6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/firstdata/zipball/23ac4695f8ebdd3f6f660a57fbaa399f33f701f6",
|
|
"reference": "23ac4695f8ebdd3f6f660a57fbaa399f33f701f6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\FirstData\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/firstdata/contributors"
|
|
}
|
|
],
|
|
"description": "First Data driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/firstdata",
|
|
"keywords": [
|
|
"first data",
|
|
"firstdata",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2013-11-17 04:02:56"
|
|
},
|
|
{
|
|
"name": "omnipay/gocardless",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/gocardless.git",
|
|
"reference": "d3ef603afe35b971e91a9c7ee2108dc7cb9dd0a8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/gocardless/zipball/d3ef603afe35b971e91a9c7ee2108dc7cb9dd0a8",
|
|
"reference": "d3ef603afe35b971e91a9c7ee2108dc7cb9dd0a8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\GoCardless\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/gocardless/contributors"
|
|
}
|
|
],
|
|
"description": "GoCardless driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/gocardless",
|
|
"keywords": [
|
|
"gateway",
|
|
"go cardless",
|
|
"gocardless",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2013-11-17 04:03:38"
|
|
},
|
|
{
|
|
"name": "omnipay/manual",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/manual.git",
|
|
"reference": "aacafcb7c79b1b375e13b325025c7721b47e8514"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/manual/zipball/aacafcb7c79b1b375e13b325025c7721b47e8514",
|
|
"reference": "aacafcb7c79b1b375e13b325025c7721b47e8514",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Manual\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/manual/contributors"
|
|
}
|
|
],
|
|
"description": "Manual driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/manual",
|
|
"keywords": [
|
|
"gateway",
|
|
"manual",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2013-11-17 04:06:06"
|
|
},
|
|
{
|
|
"name": "omnipay/migs",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/migs.git",
|
|
"reference": "744e5ff2036077a3877e4d9ab9a40333c90b18c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/migs/zipball/744e5ff2036077a3877e4d9ab9a40333c90b18c4",
|
|
"reference": "744e5ff2036077a3877e4d9ab9a40333c90b18c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Migs\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/migs/contributors"
|
|
}
|
|
],
|
|
"description": "MIGS driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/migs",
|
|
"keywords": [
|
|
"gateway",
|
|
"mastercard internet gateway service",
|
|
"merchant",
|
|
"migs",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2013-11-17 04:06:23"
|
|
},
|
|
{
|
|
"name": "omnipay/mollie",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/mollie.git",
|
|
"reference": "82740a6036a54b22cb4f003e704e77a434404e15"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/mollie/zipball/82740a6036a54b22cb4f003e704e77a434404e15",
|
|
"reference": "82740a6036a54b22cb4f003e704e77a434404e15",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Mollie\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/mollie/contributors"
|
|
}
|
|
],
|
|
"description": "Mollie driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/mollie",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"mollie",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2014-01-20 21:03:51"
|
|
},
|
|
{
|
|
"name": "omnipay/multisafepay",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/multisafepay.git",
|
|
"reference": "fef04ce22ce61e16713531137c5025a7f2193d47"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/multisafepay/zipball/fef04ce22ce61e16713531137c5025a7f2193d47",
|
|
"reference": "fef04ce22ce61e16713531137c5025a7f2193d47",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\MultiSafepay\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/multisafepay/contributors"
|
|
}
|
|
],
|
|
"description": "MultiSafepay driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/multisafepay",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"multi safepay",
|
|
"multisafepay",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2014-01-22 20:38:58"
|
|
},
|
|
{
|
|
"name": "omnipay/netaxept",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/netaxept.git",
|
|
"reference": "661bc36743fa89eadd7a2bc2cac3ef66a65dabf6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/netaxept/zipball/661bc36743fa89eadd7a2bc2cac3ef66a65dabf6",
|
|
"reference": "661bc36743fa89eadd7a2bc2cac3ef66a65dabf6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Netaxept\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/netaxept/contributors"
|
|
}
|
|
],
|
|
"description": "Netaxept driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/netaxept",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"netaxept",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2013-11-17 04:11:03"
|
|
},
|
|
{
|
|
"name": "omnipay/netbanx",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/netbanx.git",
|
|
"reference": "da6da98bf86e804a5dedb1c47a9615717ef584db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/netbanx/zipball/da6da98bf86e804a5dedb1c47a9615717ef584db",
|
|
"reference": "da6da98bf86e804a5dedb1c47a9615717ef584db",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\NetBanx\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/netbanx/contributors"
|
|
}
|
|
],
|
|
"description": "NetBanx driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/netbanx",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"netbanx",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2013-11-26 10:56:00"
|
|
},
|
|
{
|
|
"name": "omnipay/omnipay",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/omnipay.git",
|
|
"reference": "bbc3b0349ded033608f5467e5c4aa3959dc2b6a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/omnipay/zipball/bbc3b0349ded033608f5467e5c4aa3959dc2b6a9",
|
|
"reference": "bbc3b0349ded033608f5467e5c4aa3959dc2b6a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/2checkout": "~2.0",
|
|
"omnipay/authorizenet": "~2.0",
|
|
"omnipay/buckaroo": "~2.0",
|
|
"omnipay/cardsave": "~2.0",
|
|
"omnipay/common": "~2.1.0",
|
|
"omnipay/dummy": "~2.0",
|
|
"omnipay/eway": "~2.0",
|
|
"omnipay/firstdata": "~2.0",
|
|
"omnipay/gocardless": "~2.0",
|
|
"omnipay/manual": "~2.0",
|
|
"omnipay/migs": "~2.0",
|
|
"omnipay/mollie": "~2.0",
|
|
"omnipay/multisafepay": "~2.0",
|
|
"omnipay/netaxept": "~2.0",
|
|
"omnipay/netbanx": "~2.0",
|
|
"omnipay/payfast": "~2.0",
|
|
"omnipay/payflow": "~2.0",
|
|
"omnipay/paymentexpress": "~2.0",
|
|
"omnipay/paypal": "~2.0",
|
|
"omnipay/pin": "~2.0",
|
|
"omnipay/sagepay": "~2.0",
|
|
"omnipay/securepay": "~2.0",
|
|
"omnipay/stripe": "~2.0",
|
|
"omnipay/targetpay": "~2.0",
|
|
"omnipay/worldpay": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "metapackage",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Community",
|
|
"homepage": "https://github.com/omnipay/omnipay/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "Includes Omnipay payment processing library and all officially supported gateways",
|
|
"homepage": "https://github.com/omnipay/omnipay",
|
|
"keywords": [
|
|
"2checkout",
|
|
"2co",
|
|
"auth.net",
|
|
"authorize",
|
|
"authorize.net",
|
|
"buckaroo",
|
|
"cardsave",
|
|
"commweb",
|
|
"dps",
|
|
"egate",
|
|
"eway",
|
|
"express",
|
|
"first data",
|
|
"firstdata",
|
|
"gateway",
|
|
"gocardless",
|
|
"ideal",
|
|
"merchant",
|
|
"migs",
|
|
"mollie",
|
|
"multisafepay",
|
|
"netaxept",
|
|
"netbanx",
|
|
"pay",
|
|
"payfast",
|
|
"payflow",
|
|
"payment",
|
|
"paymentexpress",
|
|
"paypal",
|
|
"pin",
|
|
"purchase",
|
|
"rapid",
|
|
"sagepay",
|
|
"securepay",
|
|
"stripe",
|
|
"tala",
|
|
"tala-payments",
|
|
"targetpay",
|
|
"twocheckout",
|
|
"worldpay"
|
|
],
|
|
"time": "2013-12-08 09:16:13"
|
|
},
|
|
{
|
|
"name": "omnipay/payfast",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/payfast.git",
|
|
"reference": "63c9f3f046762fd578636be42aef2fa6a38f8e74"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/payfast/zipball/63c9f3f046762fd578636be42aef2fa6a38f8e74",
|
|
"reference": "63c9f3f046762fd578636be42aef2fa6a38f8e74",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\PayFast\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/payfast/contributors"
|
|
}
|
|
],
|
|
"description": "PayFast driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/payfast",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payfast",
|
|
"payment"
|
|
],
|
|
"time": "2013-11-17 04:14:14"
|
|
},
|
|
{
|
|
"name": "omnipay/payflow",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/payflow.git",
|
|
"reference": "4f753d9e8adaaeb04129a650d89d0b62d9a3eb18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/payflow/zipball/4f753d9e8adaaeb04129a650d89d0b62d9a3eb18",
|
|
"reference": "4f753d9e8adaaeb04129a650d89d0b62d9a3eb18",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Payflow\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/payflow/contributors"
|
|
}
|
|
],
|
|
"description": "Payflow driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/payflow",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payflow",
|
|
"payment"
|
|
],
|
|
"time": "2014-02-11 04:41:05"
|
|
},
|
|
{
|
|
"name": "omnipay/paymentexpress",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/paymentexpress.git",
|
|
"reference": "049ea29ca0e63d81dca1ebee4c57d444e8c775c3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/paymentexpress/zipball/049ea29ca0e63d81dca1ebee4c57d444e8c775c3",
|
|
"reference": "049ea29ca0e63d81dca1ebee4c57d444e8c775c3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\PaymentExpress\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/paymentexpress/contributors"
|
|
}
|
|
],
|
|
"description": "Payment Express (DPS) driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/paymentexpress",
|
|
"keywords": [
|
|
"dps",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"payment express",
|
|
"paymentexpressk"
|
|
],
|
|
"time": "2013-11-17 04:17:34"
|
|
},
|
|
{
|
|
"name": "omnipay/paypal",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/paypal.git",
|
|
"reference": "f2d5aaa9a4cc3bf73c701aae4b17e66ebccfecf5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/paypal/zipball/f2d5aaa9a4cc3bf73c701aae4b17e66ebccfecf5",
|
|
"reference": "f2d5aaa9a4cc3bf73c701aae4b17e66ebccfecf5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\PayPal\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/paypal/contributors"
|
|
}
|
|
],
|
|
"description": "PayPal gateway for Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/paypal",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"paypal",
|
|
"purchase"
|
|
],
|
|
"time": "2014-02-17 03:16:12"
|
|
},
|
|
{
|
|
"name": "omnipay/pin",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/pin.git",
|
|
"reference": "02f09d8b0d2cbb06b65036d842944a91957fccca"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/pin/zipball/02f09d8b0d2cbb06b65036d842944a91957fccca",
|
|
"reference": "02f09d8b0d2cbb06b65036d842944a91957fccca",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Pin\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/pin/contributors"
|
|
}
|
|
],
|
|
"description": "Pin Payments driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/pin",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"pin"
|
|
],
|
|
"time": "2013-11-17 04:22:05"
|
|
},
|
|
{
|
|
"name": "omnipay/sagepay",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/sagepay.git",
|
|
"reference": "157a88614429213a674276e8168e3b3e3e93bc77"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/sagepay/zipball/157a88614429213a674276e8168e3b3e3e93bc77",
|
|
"reference": "157a88614429213a674276e8168e3b3e3e93bc77",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\SagePay\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/sagepay/contributors"
|
|
}
|
|
],
|
|
"description": "Sage Pay driver for the Omnipay PHP payment processing library",
|
|
"homepage": "https://github.com/omnipay/sagepay",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"purchase",
|
|
"sage pay",
|
|
"sagepay"
|
|
],
|
|
"time": "2014-02-10 22:41:39"
|
|
},
|
|
{
|
|
"name": "omnipay/securepay",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/securepay.git",
|
|
"reference": "d352f613c0dbfb56b169d26f6dcd9683df35ad52"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/securepay/zipball/d352f613c0dbfb56b169d26f6dcd9683df35ad52",
|
|
"reference": "d352f613c0dbfb56b169d26f6dcd9683df35ad52",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\SecurePay\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/securepay/contributors"
|
|
}
|
|
],
|
|
"description": "SecurePay driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/securepay",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"securepay"
|
|
],
|
|
"time": "2014-02-02 05:26:10"
|
|
},
|
|
{
|
|
"name": "omnipay/stripe",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/stripe.git",
|
|
"reference": "e89b46dfca9e798b3e913e603b6660992cbd1d5e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/stripe/zipball/e89b46dfca9e798b3e913e603b6660992cbd1d5e",
|
|
"reference": "e89b46dfca9e798b3e913e603b6660992cbd1d5e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\Stripe\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/stripe/contributors"
|
|
}
|
|
],
|
|
"description": "Stripe driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/stripe",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"stripe"
|
|
],
|
|
"time": "2014-01-30 20:41:09"
|
|
},
|
|
{
|
|
"name": "omnipay/targetpay",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/targetpay.git",
|
|
"reference": "1e6df2823f41f0f4aa607234f9d13e868e9bf641"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/targetpay/zipball/1e6df2823f41f0f4aa607234f9d13e868e9bf641",
|
|
"reference": "1e6df2823f41f0f4aa607234f9d13e868e9bf641",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\TargetPay\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/targetpay/contributors"
|
|
}
|
|
],
|
|
"description": "TargetPay driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/targetpay",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"targetpay"
|
|
],
|
|
"time": "2013-11-17 04:26:26"
|
|
},
|
|
{
|
|
"name": "omnipay/worldpay",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/worldpay.git",
|
|
"reference": "b4fcc568edf9c05a524fa93b26ba159c84e045e8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/worldpay/zipball/b4fcc568edf9c05a524fa93b26ba159c84e045e8",
|
|
"reference": "b4fcc568edf9c05a524fa93b26ba159c84e045e8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay\\WorldPay\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
},
|
|
{
|
|
"name": "Omnipay Contributors",
|
|
"homepage": "https://github.com/omnipay/worldpay/contributors"
|
|
}
|
|
],
|
|
"description": "WorldPay driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/worldpay",
|
|
"keywords": [
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"worldpay"
|
|
],
|
|
"time": "2013-11-17 04:27:21"
|
|
},
|
|
{
|
|
"name": "orchestra/testbench",
|
|
"version": "2.1.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/orchestral/testbench.git",
|
|
"reference": "6c6ddd723fe4e2fc95b615d96929c54a7b05a356"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/orchestral/testbench/zipball/6c6ddd723fe4e2fc95b615d96929c54a7b05a356",
|
|
"reference": "6c6ddd723fe4e2fc95b615d96929c54a7b05a356",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laravel/framework": "4.1.*",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Orchestra\\Testbench": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mior Muhammad Zaki",
|
|
"email": "crynobone@gmail.com",
|
|
"homepage": "https://github.com/crynobone"
|
|
}
|
|
],
|
|
"description": "Laravel 4 Package Unit Testing Helper",
|
|
"homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
|
|
"keywords": [
|
|
"laravel"
|
|
],
|
|
"time": "2014-02-12 04:47:27"
|
|
},
|
|
{
|
|
"name": "patchwork/utf8",
|
|
"version": "v1.1.18",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git",
|
|
"reference": "66a936cc633fe13378c91f81030d5193be968480"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/66a936cc633fe13378c91f81030d5193be968480",
|
|
"reference": "66a936cc633fe13378c91f81030d5193be968480",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"lib-pcre": ">=7.3",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "Use iconv for best performance",
|
|
"ext-intl": "Use Intl for best performance",
|
|
"ext-mbstring": "Use Mbstring for best performance"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Patchwork": "class/",
|
|
"Normalizer": "class/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"(Apache-2.0 or GPL-2.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP",
|
|
"homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8",
|
|
"keywords": [
|
|
"i18n",
|
|
"unicode",
|
|
"utf-8",
|
|
"utf8"
|
|
],
|
|
"time": "2014-02-02 17:09:49"
|
|
},
|
|
{
|
|
"name": "patricktalmadge/bootstrapper",
|
|
"version": "dev-develop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/patricktalmadge/bootstrapper.git",
|
|
"reference": "28f928133ce7f0aedb1ba16c40533b613cfd8dc7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/patricktalmadge/bootstrapper/zipball/28f928133ce7f0aedb1ba16c40533b613cfd8dc7",
|
|
"reference": "28f928133ce7f0aedb1ba16c40533b613cfd8dc7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"anahkiasen/html-object": "~1",
|
|
"anahkiasen/underscore-php": "~1",
|
|
"illuminate/html": "~4",
|
|
"illuminate/support": "~4",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Bootstrapper": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Maxime Fabre",
|
|
"email": "ehtnam6@gmail.com"
|
|
},
|
|
{
|
|
"name": "Patrick Talmadge",
|
|
"email": "ptalmadge@gmail.com"
|
|
},
|
|
{
|
|
"name": "Patrick Rose",
|
|
"email": "pjr0911025@gmail.com"
|
|
}
|
|
],
|
|
"description": "Twitter Bootstrap markup generator",
|
|
"keywords": [
|
|
"bootstrap",
|
|
"laravel"
|
|
],
|
|
"time": "2014-02-18 17:27:51"
|
|
},
|
|
{
|
|
"name": "phpseclib/phpseclib",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
|
"reference": "8dc659d694d3e0af68688600908ff1cac9d079dc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/8dc659d694d3e0af68688600908ff1cac9d079dc",
|
|
"reference": "8dc659d694d3e0af68688600908ff1cac9d079dc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
},
|
|
"suggest": {
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
|
|
"pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Crypt": "phpseclib/",
|
|
"File": "phpseclib/",
|
|
"Math": "phpseclib/",
|
|
"Net": "phpseclib/"
|
|
},
|
|
"files": [
|
|
"phpseclib/Crypt/Random.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"phpseclib/"
|
|
],
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jim Wigginton",
|
|
"email": "terrafrost@php.net",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Patrick Monnerat",
|
|
"email": "pm@datasphere.ch",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Andreas Fischer",
|
|
"email": "bantu@phpbb.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Hans-Jürgen Petrich",
|
|
"email": "petrich@tronic-media.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
"keywords": [
|
|
"BigInteger",
|
|
"aes",
|
|
"asn.1",
|
|
"asn1",
|
|
"blowfish",
|
|
"crypto",
|
|
"cryptography",
|
|
"encryption",
|
|
"rsa",
|
|
"security",
|
|
"sftp",
|
|
"signature",
|
|
"signing",
|
|
"ssh",
|
|
"twofish",
|
|
"x.509",
|
|
"x509"
|
|
],
|
|
"time": "2014-02-17 17:53:54"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "1.2.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "3a60a660998e8d41d5ea81ff8d96ead546bce150"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/3a60a660998e8d41d5ea81ff8d96ead546bce150",
|
|
"reference": "3a60a660998e8d41d5ea81ff8d96ead546bce150",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"phpunit/php-file-iterator": ">=1.3.0@stable",
|
|
"phpunit/php-text-template": ">=1.2.0@stable",
|
|
"phpunit/php-token-stream": ">=1.1.3@stable"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*@dev"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "*",
|
|
"ext-xdebug": ">=2.0.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"PHP/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
""
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
"keywords": [
|
|
"coverage",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2014-02-16 12:11:19"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
|
|
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"File/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
""
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
"keywords": [
|
|
"filesystem",
|
|
"iterator"
|
|
],
|
|
"time": "2013-10-10 15:34:57"
|
|
},
|
|
{
|
|
"name": "phpunit/php-text-template",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
|
|
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"Text/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
""
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Simple template engine.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
"keywords": [
|
|
"template"
|
|
],
|
|
"time": "2014-01-30 17:20:04"
|
|
},
|
|
{
|
|
"name": "phpunit/php-timer",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
|
|
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"PHP/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
""
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Utility class for timing",
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
"keywords": [
|
|
"timer"
|
|
],
|
|
"time": "2013-08-02 07:42:54"
|
|
},
|
|
{
|
|
"name": "phpunit/php-token-stream",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
"reference": "292f4d5772dad5a12775be69f4a8dd663b20f103"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/292f4d5772dad5a12775be69f4a8dd663b20f103",
|
|
"reference": "292f4d5772dad5a12775be69f4a8dd663b20f103",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"PHP/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
""
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
"keywords": [
|
|
"tokenizer"
|
|
],
|
|
"time": "2013-10-21 14:03:39"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "3.7.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "5728eadfb7859241d7aafd26592cee0ad1876d2d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5728eadfb7859241d7aafd26592cee0ad1876d2d",
|
|
"reference": "5728eadfb7859241d7aafd26592cee0ad1876d2d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-pcre": "*",
|
|
"ext-reflection": "*",
|
|
"ext-spl": "*",
|
|
"php": ">=5.3.3",
|
|
"phpunit/php-code-coverage": "~1.2.1",
|
|
"phpunit/php-file-iterator": ">=1.3.1",
|
|
"phpunit/php-text-template": ">=1.1.1",
|
|
"phpunit/php-timer": ">=1.0.4",
|
|
"phpunit/phpunit-mock-objects": "~1.2.0",
|
|
"symfony/yaml": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"pear-pear/pear": "1.9.4"
|
|
},
|
|
"suggest": {
|
|
"ext-json": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-tokenizer": "*",
|
|
"phpunit/php-invoker": ">=1.1.0,<1.2.0"
|
|
},
|
|
"bin": [
|
|
"composer/bin/phpunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"PHPUnit/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"",
|
|
"../../symfony/yaml/"
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The PHP Unit Testing framework.",
|
|
"homepage": "http://www.phpunit.de/",
|
|
"keywords": [
|
|
"phpunit",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2014-02-15 22:46:11"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
"version": "1.2.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
"reference": "c39c4511c3b007539eb170c32cbc2af49a07351a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c39c4511c3b007539eb170c32cbc2af49a07351a",
|
|
"reference": "c39c4511c3b007539eb170c32cbc2af49a07351a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"phpunit/php-text-template": ">=1.1.1@stable"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*@dev"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"PHPUnit/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
""
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Mock Object library for PHPUnit",
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
|
"keywords": [
|
|
"mock",
|
|
"xunit"
|
|
],
|
|
"time": "2014-02-16 12:43:56"
|
|
},
|
|
{
|
|
"name": "predis/predis",
|
|
"version": "0.8.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrk/predis.git",
|
|
"reference": "809f76a7b3fd0e510a29753528e954a33fa597db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nrk/predis/zipball/809f76a7b3fd0e510a29753528e954a33fa597db",
|
|
"reference": "809f76a7b3fd0e510a29753528e954a33fa597db",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Allows access to Webdis when paired with phpiredis",
|
|
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Predis": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniele Alessandri",
|
|
"email": "suppakilla@gmail.com",
|
|
"homepage": "http://clorophilla.net"
|
|
}
|
|
],
|
|
"description": "Flexible and feature-complete PHP client library for Redis",
|
|
"homepage": "http://github.com/nrk/predis",
|
|
"keywords": [
|
|
"nosql",
|
|
"predis",
|
|
"redis"
|
|
],
|
|
"time": "2014-02-11 18:10:09"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "a78d6504ff5d4367497785ab2ade91db3a9fbe11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/a78d6504ff5d4367497785ab2ade91db3a9fbe11",
|
|
"reference": "a78d6504ff5d4367497785ab2ade91db3a9fbe11",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2014-01-18 15:33:09"
|
|
},
|
|
{
|
|
"name": "stack/builder",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/stackphp/builder.git",
|
|
"reference": "b4af43e7b7f3f7fac919ff475b29f7c5dc7b23b7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/stackphp/builder/zipball/b4af43e7b7f3f7fac919ff475b29f7c5dc7b23b7",
|
|
"reference": "b4af43e7b7f3f7fac919ff475b29f7c5dc7b23b7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"symfony/http-foundation": "~2.1",
|
|
"symfony/http-kernel": "~2.1"
|
|
},
|
|
"require-dev": {
|
|
"silex/silex": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Stack": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch",
|
|
"homepage": "http://wiedler.ch/igor/"
|
|
}
|
|
],
|
|
"description": "Builder for stack middlewares based on HttpKernelInterface.",
|
|
"keywords": [
|
|
"stack"
|
|
],
|
|
"time": "2014-01-28 19:42:24"
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v5.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "32edc3b0de0fdc1b10f5c4912e8677b3f411a230"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/32edc3b0de0fdc1b10f5c4912e8677b3f411a230",
|
|
"reference": "32edc3b0de0fdc1b10f5c4912e8677b3f411a230",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Chris Corbyn"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "http://swiftmailer.org",
|
|
"keywords": [
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"time": "2013-12-03 13:33:24"
|
|
},
|
|
{
|
|
"name": "symfony/browser-kit",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/BrowserKit",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/BrowserKit.git",
|
|
"reference": "3898f9f9aafc853124c90a9d1a4f98c1034e627e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/3898f9f9aafc853124c90a9d1a4f98c1034e627e",
|
|
"reference": "3898f9f9aafc853124c90a9d1a4f98c1034e627e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/dom-crawler": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": "~2.0",
|
|
"symfony/process": "~2.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony BrowserKit Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-01-24 14:36:08"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Console",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Console.git",
|
|
"reference": "43717a2ba9a8695dac525b928134d1b6d620f13a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/43717a2ba9a8695dac525b928134d1b6d620f13a",
|
|
"reference": "43717a2ba9a8695dac525b928134d1b6d620f13a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/event-dispatcher": "~2.1"
|
|
},
|
|
"suggest": {
|
|
"symfony/event-dispatcher": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Console Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-02-18 15:41:06"
|
|
},
|
|
{
|
|
"name": "symfony/css-selector",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/CssSelector",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/CssSelector.git",
|
|
"reference": "ed1d61b2e23a0fd5dba0b20651258c4633d3e3a7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/ed1d61b2e23a0fd5dba0b20651258c4633d3e3a7",
|
|
"reference": "ed1d61b2e23a0fd5dba0b20651258c4633d3e3a7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\CssSelector\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Jean-François Simon",
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
}
|
|
],
|
|
"description": "Symfony CssSelector Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-02-11 13:52:09"
|
|
},
|
|
{
|
|
"name": "symfony/debug",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Debug",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Debug.git",
|
|
"reference": "23b5f4fcad883679d9a6e1cbc568247fe606d8ee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Debug/zipball/23b5f4fcad883679d9a6e1cbc568247fe606d8ee",
|
|
"reference": "23b5f4fcad883679d9a6e1cbc568247fe606d8ee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-foundation": "~2.1",
|
|
"symfony/http-kernel": "~2.1"
|
|
},
|
|
"suggest": {
|
|
"symfony/http-foundation": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Debug\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Debug Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-02-11 13:52:09"
|
|
},
|
|
{
|
|
"name": "symfony/dom-crawler",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/DomCrawler",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/DomCrawler.git",
|
|
"reference": "f0b3d9f4b4bb8ec4b5fa57e8cb6bd8ff4e972b19"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/f0b3d9f4b4bb8ec4b5fa57e8cb6bd8ff4e972b19",
|
|
"reference": "f0b3d9f4b4bb8ec4b5fa57e8cb6bd8ff4e972b19",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": "~2.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/css-selector": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DomCrawler Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-02-18 15:41:06"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
|
"reference": "8b345992d9e850798f46a6c68804ac9e4965e91a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/8b345992d9e850798f46a6c68804ac9e4965e91a",
|
|
"reference": "8b345992d9e850798f46a6c68804ac9e4965e91a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/dependency-injection": "~2.0",
|
|
"symfony/stopwatch": "~2.2"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-02-11 13:52:21"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Filesystem",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Filesystem.git",
|
|
"reference": "e81f1b30eb9748c3f8e0de3a92ea210845cff0a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/e81f1b30eb9748c3f8e0de3a92ea210845cff0a9",
|
|
"reference": "e81f1b30eb9748c3f8e0de3a92ea210845cff0a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Filesystem Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-01-07 13:29:57"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Finder",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Finder.git",
|
|
"reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/b6735d1fc16da13c4c7dddfe78366a4a098cf011",
|
|
"reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Finder\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Finder Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-01-07 13:28:54"
|
|
},
|
|
{
|
|
"name": "symfony/http-foundation",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpFoundation.git",
|
|
"reference": "cdee7c84ba8b2a8aafa1c055f5cb4f640d81c129"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/cdee7c84ba8b2a8aafa1c055f5cb4f640d81c129",
|
|
"reference": "cdee7c84ba8b2a8aafa1c055f5cb4f640d81c129",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
},
|
|
"classmap": [
|
|
"Symfony/Component/HttpFoundation/Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpFoundation Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-02-11 15:39:28"
|
|
},
|
|
{
|
|
"name": "symfony/http-kernel",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/HttpKernel",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpKernel.git",
|
|
"reference": "1e1a8e4f1040d744086e9bdaa979f015789b4af6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/1e1a8e4f1040d744086e9bdaa979f015789b4af6",
|
|
"reference": "1e1a8e4f1040d744086e9bdaa979f015789b4af6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"psr/log": "~1.0",
|
|
"symfony/debug": "~2.3",
|
|
"symfony/event-dispatcher": "~2.1",
|
|
"symfony/http-foundation": "~2.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/browser-kit": "~2.2",
|
|
"symfony/class-loader": "~2.1",
|
|
"symfony/config": "~2.0",
|
|
"symfony/console": "~2.2",
|
|
"symfony/dependency-injection": "~2.0",
|
|
"symfony/finder": "~2.0",
|
|
"symfony/process": "~2.0",
|
|
"symfony/routing": "~2.2",
|
|
"symfony/stopwatch": "~2.2",
|
|
"symfony/templating": "~2.2"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": "",
|
|
"symfony/class-loader": "",
|
|
"symfony/config": "",
|
|
"symfony/console": "",
|
|
"symfony/dependency-injection": "",
|
|
"symfony/finder": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpKernel\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpKernel Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-02-12 21:00:41"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Process",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Process.git",
|
|
"reference": "bfa6a176e9c680cf87bbd65096826ef000c46f51"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/bfa6a176e9c680cf87bbd65096826ef000c46f51",
|
|
"reference": "bfa6a176e9c680cf87bbd65096826ef000c46f51",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Process\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Process Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-02-18 16:29:54"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Routing",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Routing.git",
|
|
"reference": "b2fdea8b60400bb84e4931d71101ebbb3a08c1eb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/b2fdea8b60400bb84e4931d71101ebbb3a08c1eb",
|
|
"reference": "b2fdea8b60400bb84e4931d71101ebbb3a08c1eb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "~1.0",
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.2",
|
|
"symfony/expression-language": "~2.4",
|
|
"symfony/yaml": "~2.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "For using the annotation loader",
|
|
"symfony/config": "For using the all-in-one router or any loader",
|
|
"symfony/expression-language": "For using expression matching",
|
|
"symfony/yaml": "For using the YAML loader"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Routing\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Routing Component",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"router",
|
|
"routing",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"time": "2014-02-11 13:52:09"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Translation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Translation.git",
|
|
"reference": "b00fd07417e493e08488e87bcebeb9681fc7323b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/b00fd07417e493e08488e87bcebeb9681fc7323b",
|
|
"reference": "b00fd07417e493e08488e87bcebeb9681fc7323b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "~2.0",
|
|
"symfony/yaml": "~2.2"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Translation\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Translation Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-02-03 17:15:33"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Yaml.git",
|
|
"reference": "9921872611710df49cf035c259e5a461ea2d0f8c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/9921872611710df49cf035c259e5a461ea2d0f8c",
|
|
"reference": "9921872611710df49cf035c259e5a461ea2d0f8c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Yaml Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2014-01-07 13:29:57"
|
|
},
|
|
{
|
|
"name": "webpatser/laravel-countries",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webpatser/laravel-countries.git",
|
|
"reference": "b38d62c3559011b3f34bb4059bcd52ec54907512"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webpatser/laravel-countries/zipball/b38d62c3559011b3f34bb4059bcd52ec54907512",
|
|
"reference": "b38d62c3559011b3f34bb4059bcd52ec54907512",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "laravel-library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Webpatser\\Countries": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/commands"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christoph Kempen",
|
|
"email": "christoph@downsized.nl",
|
|
"homepage": "http://downsized.nl/",
|
|
"role": "developer"
|
|
},
|
|
{
|
|
"name": "Paul Kievits",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"description": "Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries.",
|
|
"homepage": "https://github.com/webpatser/laravel-countries",
|
|
"keywords": [
|
|
"countries",
|
|
"iso_3166_2",
|
|
"iso_3166_3",
|
|
"laravel"
|
|
],
|
|
"time": "2014-01-11 14:44:54"
|
|
},
|
|
{
|
|
"name": "zizaco/confide",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Zizaco/confide.git",
|
|
"reference": "e2c0f67e8e7bb3d53210d78d8cf806f520c0ad31"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Zizaco/confide/zipball/e2c0f67e8e7bb3d53210d78d8cf806f520c0ad31",
|
|
"reference": "e2c0f67e8e7bb3d53210d78d8cf806f520c0ad31",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/support": "4.1.x",
|
|
"laravelbook/ardent": "2.4.x",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"illuminate/auth": "4.1.x",
|
|
"illuminate/database": "4.1.x",
|
|
"mockery/mockery": "0.7.2"
|
|
},
|
|
"suggest": {
|
|
"zizaco/entrust": "add Role-based Permissions to Laravel 4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/migrations",
|
|
"src/commands"
|
|
],
|
|
"psr-0": {
|
|
"Zizaco\\Confide": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Zizaco Zizuini",
|
|
"email": "zizaco@gmail.com",
|
|
"homepage": "http://www.zizaco.net"
|
|
},
|
|
{
|
|
"name": "Andrew Elkins",
|
|
"homepage": "http://www.andrewelkins.com"
|
|
}
|
|
],
|
|
"description": "Confide is an authentication solution for Laravel 4",
|
|
"keywords": [
|
|
"auth",
|
|
"illuminate",
|
|
"laravel"
|
|
],
|
|
"time": "2013-12-28 04:22:18"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
|
|
],
|
|
"aliases": [
|
|
|
|
],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"jasonlewis/basset": 20,
|
|
"patricktalmadge/bootstrapper": 20,
|
|
"anahkiasen/former": 20,
|
|
"barryvdh/laravel-debugbar": 20,
|
|
"chumper/datatable": 20,
|
|
"intervention/image": 20,
|
|
"webpatser/laravel-countries": 20,
|
|
"anahkiasen/rocketeer": 20,
|
|
"codeception/codeception": 20
|
|
},
|
|
"platform": [
|
|
|
|
],
|
|
"platform-dev": [
|
|
|
|
]
|
|
}
|