mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
4957 lines
169 KiB
JSON
4957 lines
169 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",
|
|
"This file is @generated automatically"
|
|
],
|
|
"hash": "3378ea7f0ef6ab58c78e0c21be7203bb",
|
|
"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": "Anahkiasen",
|
|
"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/underscore-php",
|
|
"version": "1.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Anahkiasen/underscore-php.git",
|
|
"reference": "c5d2900e7eea6b22ba266e3bcd19d290f9075f5f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Anahkiasen/underscore-php/zipball/c5d2900e7eea6b22ba266e3bcd19d290f9075f5f",
|
|
"reference": "c5d2900e7eea6b22ba266e3bcd19d290f9075f5f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/support": "~4",
|
|
"patchwork/utf8": "1.1.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Underscore\\": [
|
|
"src",
|
|
"tests"
|
|
]
|
|
},
|
|
"files": [
|
|
"helpers.php"
|
|
]
|
|
},
|
|
"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-03-13 10:45:40"
|
|
},
|
|
{
|
|
"name": "barryvdh/laravel-debugbar",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/barryvdh/laravel-debugbar.git",
|
|
"reference": "f06e541b7dedf30c3aa27a26c3bf3629e677f279"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/f06e541b7dedf30c3aa27a26c3bf3629e677f279",
|
|
"reference": "f06e541b7dedf30c3aa27a26c3bf3629e677f279",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/filesystem": "~4.0",
|
|
"illuminate/support": "~4.0",
|
|
"maximebf/debugbar": "1.9.x",
|
|
"php": ">=5.3.0",
|
|
"symfony/finder": "~2.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"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-06-17 08:08:38"
|
|
},
|
|
{
|
|
"name": "chumper/datatable",
|
|
"version": "2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Chumper/Datatable.git",
|
|
"reference": "cff842783f3f4af60c2be295435b2bd812510ef5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Chumper/Datatable/zipball/cff842783f3f4af60c2be295435b2bd812510ef5",
|
|
"reference": "cff842783f3f4af60c2be295435b2bd812510ef5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/config": "4.*",
|
|
"illuminate/support": "4.*",
|
|
"illuminate/view": "4.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "dev-master",
|
|
"orchestra/testbench": "2.1.*",
|
|
"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-05-11 14:53:49"
|
|
},
|
|
{
|
|
"name": "classpreloader/classpreloader",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mtdowling/ClassPreloader.git",
|
|
"reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mtdowling/ClassPreloader/zipball/2c9f3bcbab329570c57339895bd11b5dd3b00877",
|
|
"reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nikic/php-parser": "~0.9",
|
|
"php": ">=5.3.3",
|
|
"symfony/console": "~2.1",
|
|
"symfony/filesystem": "~2.1",
|
|
"symfony/finder": "~2.1"
|
|
},
|
|
"bin": [
|
|
"classpreloader.php"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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": "2014-03-12 00:05:31"
|
|
},
|
|
{
|
|
"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": "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.9.1",
|
|
"target-dir": "Guzzle/Common",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/common.git",
|
|
"reference": "707428cd8a99486418a66c859777b56194d67d6c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/common/zipball/707428cd8a99486418a66c859777b56194d67d6c",
|
|
"reference": "707428cd8a99486418a66c859777b56194d67d6c",
|
|
"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-05-07 17:04:22"
|
|
},
|
|
{
|
|
"name": "guzzle/http",
|
|
"version": "v3.9.1",
|
|
"target-dir": "Guzzle/Http",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/http.git",
|
|
"reference": "222c4e7bccb945c612283d1dd81762f2a20a4efc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/http/zipball/222c4e7bccb945c612283d1dd81762f2a20a4efc",
|
|
"reference": "222c4e7bccb945c612283d1dd81762f2a20a4efc",
|
|
"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-05-01 21:56:28"
|
|
},
|
|
{
|
|
"name": "guzzle/parser",
|
|
"version": "v3.9.1",
|
|
"target-dir": "Guzzle/Parser",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/parser.git",
|
|
"reference": "6874d171318a8e93eb6d224cf85e4678490b625c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c",
|
|
"reference": "6874d171318a8e93eb6d224cf85e4678490b625c",
|
|
"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": "2014-02-05 18:29:46"
|
|
},
|
|
{
|
|
"name": "guzzle/stream",
|
|
"version": "v3.9.1",
|
|
"target-dir": "Guzzle/Stream",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/stream.git",
|
|
"reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0",
|
|
"reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0",
|
|
"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-05-01 21:36:02"
|
|
},
|
|
{
|
|
"name": "intervention/image",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Intervention/image.git",
|
|
"reference": "edd507dacfacab7fcfcee6c5fcfad3335d0ec85f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Intervention/image/zipball/edd507dacfacab7fcfcee6c5fcfad3335d0ec85f",
|
|
"reference": "edd507dacfacab7fcfcee6c5fcfad3335d0ec85f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-fileinfo": "*",
|
|
"illuminate/config": "4.*",
|
|
"illuminate/support": "4.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "0.9.*",
|
|
"phpunit/phpunit": "3.*"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use GD library based image processing.",
|
|
"ext-imagick": "to use Imagick based image processing.",
|
|
"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://image.intervention.io/",
|
|
"keywords": [
|
|
"gd",
|
|
"image",
|
|
"imagick",
|
|
"laravel",
|
|
"thumbnail",
|
|
"watermark"
|
|
],
|
|
"time": "2014-06-16 09:52:34"
|
|
},
|
|
{
|
|
"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": "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": "laravel/framework",
|
|
"version": "v4.1.25",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laravel/framework.git",
|
|
"reference": "d6721488f1a166fd2a7e112540fef81975c393a7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laravel/framework/zipball/d6721488f1a166fd2a7e112540fef81975c393a7",
|
|
"reference": "d6721488f1a166fd2a7e112540fef81975c393a7",
|
|
"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.6.*",
|
|
"iron-io/iron_mq": "1.5.*",
|
|
"mockery/mockery": "0.9.*",
|
|
"pda/pheanstalk": "2.1.*",
|
|
"phpunit/phpunit": "4.0.*"
|
|
},
|
|
"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": "Creator of Laravel"
|
|
}
|
|
],
|
|
"description": "The Laravel Framework.",
|
|
"keywords": [
|
|
"framework",
|
|
"laravel"
|
|
],
|
|
"time": "2014-04-10 13:22:14"
|
|
},
|
|
{
|
|
"name": "laravelbook/ardent",
|
|
"version": "v2.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laravelbook/ardent.git",
|
|
"reference": "0a0238b8040abc1c71401ce27a8edf2619fa5bed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laravelbook/ardent/zipball/0a0238b8040abc1c71401ce27a8edf2619fa5bed",
|
|
"reference": "0a0238b8040abc1c71401ce27a8edf2619fa5bed",
|
|
"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": "Developer"
|
|
},
|
|
{
|
|
"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-25 20:39:04"
|
|
},
|
|
{
|
|
"name": "maximebf/debugbar",
|
|
"version": "1.9.14",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maximebf/php-debugbar.git",
|
|
"reference": "ab02c692d2bdad1009639f6ba319576af590620c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/ab02c692d2bdad1009639f6ba319576af590620c",
|
|
"reference": "ab02c692d2bdad1009639f6ba319576af590620c",
|
|
"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-04-25 16:30:40"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "25b16e801979098cb2f120e697bfce454b18bf23"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23",
|
|
"reference": "25b16e801979098cb2f120e697bfce454b18bf23",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "~2.4, >2.4.8",
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
"graylog2/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",
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"raven/raven": "Allow sending log messages to a Sentry server",
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.10.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-06-04 16:30:04"
|
|
},
|
|
{
|
|
"name": "nesbot/carbon",
|
|
"version": "1.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
"reference": "b94de7192b01d0e80794eae984dcc773220ab0dc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/b94de7192b01d0e80794eae984dcc773220ab0dc",
|
|
"reference": "b94de7192b01d0e80794eae984dcc773220ab0dc",
|
|
"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-05-13 02:29:30"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "0.9.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
"reference": "5960ecfc105011b8d1bfedf7647b4b8989dbcb4c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5960ecfc105011b8d1bfedf7647b4b8989dbcb4c",
|
|
"reference": "5960ecfc105011b8d1bfedf7647b4b8989dbcb4c",
|
|
"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-04-19 20:26:05"
|
|
},
|
|
{
|
|
"name": "omnipay/2checkout",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/2checkout.git",
|
|
"reference": "8524a471e5f88baeea09903ec6d6bd89bc21fdd0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/2checkout/zipball/8524a471e5f88baeea09903ec6d6bd89bc21fdd0",
|
|
"reference": "8524a471e5f88baeea09903ec6d6bd89bc21fdd0",
|
|
"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-4": {
|
|
"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": "2014-04-14 11:16:11"
|
|
},
|
|
{
|
|
"name": "omnipay/authorizenet",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/authorizenet.git",
|
|
"reference": "6d93223205d42d824622b2874339db9ff4aa3ebf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/authorizenet/zipball/6d93223205d42d824622b2874339db9ff4aa3ebf",
|
|
"reference": "6d93223205d42d824622b2874339db9ff4aa3ebf",
|
|
"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-4": {
|
|
"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-04-14 16:05:59"
|
|
},
|
|
{
|
|
"name": "omnipay/buckaroo",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/buckaroo.git",
|
|
"reference": "d7774d25721e6f4936707fbaba0c24fec6269c38"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/buckaroo/zipball/d7774d25721e6f4936707fbaba0c24fec6269c38",
|
|
"reference": "d7774d25721e6f4936707fbaba0c24fec6269c38",
|
|
"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-4": {
|
|
"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-04-14 12:22:05"
|
|
},
|
|
{
|
|
"name": "omnipay/cardsave",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/cardsave.git",
|
|
"reference": "191060a2b7a804e4267330c06ea6e855593eaa61"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/cardsave/zipball/191060a2b7a804e4267330c06ea6e855593eaa61",
|
|
"reference": "191060a2b7a804e4267330c06ea6e855593eaa61",
|
|
"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-4": {
|
|
"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": "2014-04-14 16:16:25"
|
|
},
|
|
{
|
|
"name": "omnipay/coinbase",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/coinbase.git",
|
|
"reference": "1cc3a826b688c0711a6d1566515c20313dec8143"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/coinbase/zipball/1cc3a826b688c0711a6d1566515c20313dec8143",
|
|
"reference": "1cc3a826b688c0711a6d1566515c20313dec8143",
|
|
"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-4": {
|
|
"Omnipay\\Coinbase\\": "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/coinbase/contributors"
|
|
}
|
|
],
|
|
"description": "Coinbase driver for the Omnipay payment processing library",
|
|
"homepage": "https://github.com/omnipay/coinbase",
|
|
"keywords": [
|
|
"coinbase",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment"
|
|
],
|
|
"time": "2014-05-12 05:31:05"
|
|
},
|
|
{
|
|
"name": "omnipay/common",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/common.git",
|
|
"reference": "f7d50ce82f3528e7402500d8722391ebb69070b8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/common/zipball/f7d50ce82f3528e7402500d8722391ebb69070b8",
|
|
"reference": "f7d50ce82f3528e7402500d8722391ebb69070b8",
|
|
"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",
|
|
"Coinbase",
|
|
"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": "2014-05-12 00:54:17"
|
|
},
|
|
{
|
|
"name": "omnipay/dummy",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/dummy.git",
|
|
"reference": "56044c0c1a601ecb575ff4876328af0a49ce938b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/dummy/zipball/56044c0c1a601ecb575ff4876328af0a49ce938b",
|
|
"reference": "56044c0c1a601ecb575ff4876328af0a49ce938b",
|
|
"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-4": {
|
|
"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": "2014-04-14 11:25:19"
|
|
},
|
|
{
|
|
"name": "omnipay/eway",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/eway.git",
|
|
"reference": "734349355c2c2726e715be979fac5ae63748d879"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/eway/zipball/734349355c2c2726e715be979fac5ae63748d879",
|
|
"reference": "734349355c2c2726e715be979fac5ae63748d879",
|
|
"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-4": {
|
|
"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-04-14 11:25:43"
|
|
},
|
|
{
|
|
"name": "omnipay/firstdata",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/firstdata.git",
|
|
"reference": "19da8c84cc810ae2fe8399c70d908b157fd60459"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/firstdata/zipball/19da8c84cc810ae2fe8399c70d908b157fd60459",
|
|
"reference": "19da8c84cc810ae2fe8399c70d908b157fd60459",
|
|
"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-4": {
|
|
"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": "2014-04-14 11:25:45"
|
|
},
|
|
{
|
|
"name": "omnipay/gocardless",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/gocardless.git",
|
|
"reference": "b84f9386fe4ec2a712c7572716876d4b8798f0ef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/gocardless/zipball/b84f9386fe4ec2a712c7572716876d4b8798f0ef",
|
|
"reference": "b84f9386fe4ec2a712c7572716876d4b8798f0ef",
|
|
"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-4": {
|
|
"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": "2014-04-14 11:27:59"
|
|
},
|
|
{
|
|
"name": "omnipay/manual",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/manual.git",
|
|
"reference": "9b978a4c0a7e0a1328bccc9ceae9242622d3632c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/manual/zipball/9b978a4c0a7e0a1328bccc9ceae9242622d3632c",
|
|
"reference": "9b978a4c0a7e0a1328bccc9ceae9242622d3632c",
|
|
"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-4": {
|
|
"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": "2014-06-15 19:00:07"
|
|
},
|
|
{
|
|
"name": "omnipay/migs",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/migs.git",
|
|
"reference": "9f8869590f248be1623fc067651d132a2b4bf81f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/migs/zipball/9f8869590f248be1623fc067651d132a2b4bf81f",
|
|
"reference": "9f8869590f248be1623fc067651d132a2b4bf81f",
|
|
"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-4": {
|
|
"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": "2014-04-14 12:22:20"
|
|
},
|
|
{
|
|
"name": "omnipay/mollie",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/mollie.git",
|
|
"reference": "59bdc0afdf9ec432ce32e10d50bd623756fc228e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/mollie/zipball/59bdc0afdf9ec432ce32e10d50bd623756fc228e",
|
|
"reference": "59bdc0afdf9ec432ce32e10d50bd623756fc228e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/common": "~2.2"
|
|
},
|
|
"require-dev": {
|
|
"omnipay/tests": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"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-04-14 11:26:02"
|
|
},
|
|
{
|
|
"name": "omnipay/multisafepay",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/multisafepay.git",
|
|
"reference": "1eadd507153a7393edcd92455ec032b30174e027"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/multisafepay/zipball/1eadd507153a7393edcd92455ec032b30174e027",
|
|
"reference": "1eadd507153a7393edcd92455ec032b30174e027",
|
|
"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-4": {
|
|
"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-04-14 16:15:59"
|
|
},
|
|
{
|
|
"name": "omnipay/netaxept",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/netaxept.git",
|
|
"reference": "f731e9d98057f23e357edf2568ea14fffc4767ac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/netaxept/zipball/f731e9d98057f23e357edf2568ea14fffc4767ac",
|
|
"reference": "f731e9d98057f23e357edf2568ea14fffc4767ac",
|
|
"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-4": {
|
|
"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": "2014-04-14 11:26:06"
|
|
},
|
|
{
|
|
"name": "omnipay/netbanx",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/netbanx.git",
|
|
"reference": "096c89afa088a22c3dc1aa1cb12a553f4d954cdd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/netbanx/zipball/096c89afa088a22c3dc1aa1cb12a553f4d954cdd",
|
|
"reference": "096c89afa088a22c3dc1aa1cb12a553f4d954cdd",
|
|
"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-4": {
|
|
"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": "2014-04-14 12:22:59"
|
|
},
|
|
{
|
|
"name": "omnipay/omnipay",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/omnipay.git",
|
|
"reference": "7aadce55949d198fb6a273b99c6948e714e74251"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/omnipay/zipball/7aadce55949d198fb6a273b99c6948e714e74251",
|
|
"reference": "7aadce55949d198fb6a273b99c6948e714e74251",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/2checkout": "~2.0",
|
|
"omnipay/authorizenet": "~2.0",
|
|
"omnipay/buckaroo": "~2.0",
|
|
"omnipay/cardsave": "~2.0",
|
|
"omnipay/coinbase": "~2.0",
|
|
"omnipay/common": "~2.3.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",
|
|
"coinbase",
|
|
"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": "2014-05-12 01:11:38"
|
|
},
|
|
{
|
|
"name": "omnipay/payfast",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/payfast.git",
|
|
"reference": "edae26145dc3075d5857b8630606e5c2ddbe6890"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/payfast/zipball/edae26145dc3075d5857b8630606e5c2ddbe6890",
|
|
"reference": "edae26145dc3075d5857b8630606e5c2ddbe6890",
|
|
"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-4": {
|
|
"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": "2014-04-14 11:26:10"
|
|
},
|
|
{
|
|
"name": "omnipay/payflow",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/payflow.git",
|
|
"reference": "271ce635923eb66c1de5bb9a902c39fa98ac9d31"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/payflow/zipball/271ce635923eb66c1de5bb9a902c39fa98ac9d31",
|
|
"reference": "271ce635923eb66c1de5bb9a902c39fa98ac9d31",
|
|
"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-4": {
|
|
"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-04-14 11:26:12"
|
|
},
|
|
{
|
|
"name": "omnipay/paymentexpress",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/paymentexpress.git",
|
|
"reference": "37e9f893fc6b87fdd64a5e6d1282b52c583d5dec"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/paymentexpress/zipball/37e9f893fc6b87fdd64a5e6d1282b52c583d5dec",
|
|
"reference": "37e9f893fc6b87fdd64a5e6d1282b52c583d5dec",
|
|
"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-4": {
|
|
"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": [
|
|
"direct payment solutions",
|
|
"dps",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"pay",
|
|
"payment",
|
|
"payment express",
|
|
"paymentexpress",
|
|
"pxaccess",
|
|
"pxpay",
|
|
"pxpost"
|
|
],
|
|
"time": "2014-05-19 16:04:33"
|
|
},
|
|
{
|
|
"name": "omnipay/paypal",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/paypal.git",
|
|
"reference": "1c7ac319ab80993d14bf9d3bf43872cf522bcd70"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/paypal/zipball/1c7ac319ab80993d14bf9d3bf43872cf522bcd70",
|
|
"reference": "1c7ac319ab80993d14bf9d3bf43872cf522bcd70",
|
|
"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-4": {
|
|
"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-04-08 08:12:59"
|
|
},
|
|
{
|
|
"name": "omnipay/pin",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/pin.git",
|
|
"reference": "04e778e9689882d4c40419263014068b69b93168"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/pin/zipball/04e778e9689882d4c40419263014068b69b93168",
|
|
"reference": "04e778e9689882d4c40419263014068b69b93168",
|
|
"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-4": {
|
|
"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": "2014-04-14 11:26:15"
|
|
},
|
|
{
|
|
"name": "omnipay/sagepay",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/sagepay.git",
|
|
"reference": "cf655b3ba1d9e7f66991768af06e3da898a28812"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/sagepay/zipball/cf655b3ba1d9e7f66991768af06e3da898a28812",
|
|
"reference": "cf655b3ba1d9e7f66991768af06e3da898a28812",
|
|
"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-4": {
|
|
"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-04-10 02:24:11"
|
|
},
|
|
{
|
|
"name": "omnipay/securepay",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/securepay.git",
|
|
"reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/securepay/zipball/09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
|
|
"reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
|
|
"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-4": {
|
|
"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-04-14 11:26:20"
|
|
},
|
|
{
|
|
"name": "omnipay/stripe",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/stripe.git",
|
|
"reference": "99c82dc42c7c0b9ec58d8c4fb917f3dc5d1c23e2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/stripe/zipball/99c82dc42c7c0b9ec58d8c4fb917f3dc5d1c23e2",
|
|
"reference": "99c82dc42c7c0b9ec58d8c4fb917f3dc5d1c23e2",
|
|
"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-4": {
|
|
"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-04-08 07:07:41"
|
|
},
|
|
{
|
|
"name": "omnipay/targetpay",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/targetpay.git",
|
|
"reference": "7274721c97f6f8ad3d2a8b4dea474ac548c45bac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/targetpay/zipball/7274721c97f6f8ad3d2a8b4dea474ac548c45bac",
|
|
"reference": "7274721c97f6f8ad3d2a8b4dea474ac548c45bac",
|
|
"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-4": {
|
|
"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": "2014-04-14 12:23:56"
|
|
},
|
|
{
|
|
"name": "omnipay/worldpay",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/omnipay/worldpay.git",
|
|
"reference": "d45390a79de5d0601b065657ec25cacdf7954fd4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/omnipay/worldpay/zipball/d45390a79de5d0601b065657ec25cacdf7954fd4",
|
|
"reference": "d45390a79de5d0601b065657ec25cacdf7954fd4",
|
|
"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-4": {
|
|
"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": "2014-05-14 05:02:40"
|
|
},
|
|
{
|
|
"name": "patchwork/utf8",
|
|
"version": "v1.1.24",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git",
|
|
"reference": "40f552c019956f446553b19f7de2da2f9c74d730"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/40f552c019956f446553b19f7de2da2f9c74d730",
|
|
"reference": "40f552c019956f446553b19f7de2da2f9c74d730",
|
|
"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-06-17 08:23:06"
|
|
},
|
|
{
|
|
"name": "patricktalmadge/bootstrapper",
|
|
"version": "dev-develop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/patricktalmadge/bootstrapper.git",
|
|
"reference": "6c38f7efdb2d909c8d43dd33bb8fe0df276b20c1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/patricktalmadge/bootstrapper/zipball/6c38f7efdb2d909c8d43dd33bb8fe0df276b20c1",
|
|
"reference": "6c38f7efdb2d909c8d43dd33bb8fe0df276b20c1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"anahkiasen/html-object": "~1",
|
|
"anahkiasen/underscore-php": "~1",
|
|
"illuminate/html": "~4.1",
|
|
"illuminate/support": "~4.1",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "*",
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"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-06-17 15:45:54"
|
|
},
|
|
{
|
|
"name": "phpseclib/phpseclib",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
|
"reference": "9716d9b7e5db7a42275fbc09f9558240098f2f18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/9716d9b7e5db7a42275fbc09f9558240098f2f18",
|
|
"reference": "9716d9b7e5db7a42275fbc09f9558240098f2f18",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phing/phing": "2.7.*",
|
|
"phpunit/phpunit": "4.0.*",
|
|
"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/",
|
|
"System": "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-06-17 09:37:36"
|
|
},
|
|
{
|
|
"name": "predis/predis",
|
|
"version": "0.8.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrk/predis.git",
|
|
"reference": "18853d1dbb7d35f7c60bcb161447b16c0753e2a3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nrk/predis/zipball/18853d1dbb7d35f7c60bcb161447b16c0753e2a3",
|
|
"reference": "18853d1dbb7d35f7c60bcb161447b16c0753e2a3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"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-06-10 08:58:02"
|
|
},
|
|
{
|
|
"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": "d760dccb15e8db668c52359f8eb0ce3ecd37ce82"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/stackphp/builder/zipball/d760dccb15e8db668c52359f8eb0ce3ecd37ce82",
|
|
"reference": "d760dccb15e8db668c52359f8eb0ce3ecd37ce82",
|
|
"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-05-19 00:39:19"
|
|
},
|
|
{
|
|
"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": "5c80003d5772de6120b5429f4b2f6e22957d4a07"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/5c80003d5772de6120b5429f4b2f6e22957d4a07",
|
|
"reference": "5c80003d5772de6120b5429f4b2f6e22957d4a07",
|
|
"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-05-12 09:27:48"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Console",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Console.git",
|
|
"reference": "24f723436e62598c9dddee2a8573d6992504dc5d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/24f723436e62598c9dddee2a8573d6992504dc5d",
|
|
"reference": "24f723436e62598c9dddee2a8573d6992504dc5d",
|
|
"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-05-14 21:48:29"
|
|
},
|
|
{
|
|
"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": "268d0a51166edaf84dfcf043c57f273685cb7c93"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/268d0a51166edaf84dfcf043c57f273685cb7c93",
|
|
"reference": "268d0a51166edaf84dfcf043c57f273685cb7c93",
|
|
"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-05-12 09:27:48"
|
|
},
|
|
{
|
|
"name": "symfony/debug",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Debug",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Debug.git",
|
|
"reference": "6e721ae2cd7bde0f8dfa9c3186808a6c4140469c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Debug/zipball/6e721ae2cd7bde0f8dfa9c3186808a6c4140469c",
|
|
"reference": "6e721ae2cd7bde0f8dfa9c3186808a6c4140469c",
|
|
"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-04-30 06:22:28"
|
|
},
|
|
{
|
|
"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": "277c9b7763045d2e5b4e741e59d27415fa28d886"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/277c9b7763045d2e5b4e741e59d27415fa28d886",
|
|
"reference": "277c9b7763045d2e5b4e741e59d27415fa28d886",
|
|
"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-06-12 10:00:57"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
|
"reference": "7a4f4b42886f8c2e35acb1071f157a0b8eb1bd39"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/7a4f4b42886f8c2e35acb1071f157a0b8eb1bd39",
|
|
"reference": "7a4f4b42886f8c2e35acb1071f157a0b8eb1bd39",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.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.6-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-05-23 14:36:49"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Filesystem",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Filesystem.git",
|
|
"reference": "8ec53ca0a09cf07b58a62590b67166f4a39af81b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/8ec53ca0a09cf07b58a62590b67166f4a39af81b",
|
|
"reference": "8ec53ca0a09cf07b58a62590b67166f4a39af81b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-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-05-23 14:36:49"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Finder",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Finder.git",
|
|
"reference": "46295af1b1e24304b35d5f20f1bf1ec0c2c4934a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/46295af1b1e24304b35d5f20f1bf1ec0c2c4934a",
|
|
"reference": "46295af1b1e24304b35d5f20f1bf1ec0c2c4934a",
|
|
"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-05-22 13:46:01"
|
|
},
|
|
{
|
|
"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": "4dbd3a116c8effa12b927a92b576845c4bddfbef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/4dbd3a116c8effa12b927a92b576845c4bddfbef",
|
|
"reference": "4dbd3a116c8effa12b927a92b576845c4bddfbef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/expression-language": "~2.4"
|
|
},
|
|
"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-06-16 09:30:02"
|
|
},
|
|
{
|
|
"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": "1bf2554713702ed304a57cc12c4a674403dadd1f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/1bf2554713702ed304a57cc12c4a674403dadd1f",
|
|
"reference": "1bf2554713702ed304a57cc12c4a674403dadd1f",
|
|
"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-06-01 15:15:23"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Process",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Process.git",
|
|
"reference": "b6fd92d337a6038e8dfc8a6532c99916f8b646ac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/b6fd92d337a6038e8dfc8a6532c99916f8b646ac",
|
|
"reference": "b6fd92d337a6038e8dfc8a6532c99916f8b646ac",
|
|
"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-06-12 10:00:57"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Routing",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Routing.git",
|
|
"reference": "74229f66e16bce6d2415ca44d4756f8e7ea880f8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/74229f66e16bce6d2415ca44d4756f8e7ea880f8",
|
|
"reference": "74229f66e16bce6d2415ca44d4756f8e7ea880f8",
|
|
"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-04-23 14:04:21"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "2.4.x-dev",
|
|
"target-dir": "Symfony/Component/Translation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Translation.git",
|
|
"reference": "9a3941444487ea57acd38f5c61bee1e0c3f69293"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/9a3941444487ea57acd38f5c61bee1e0c3f69293",
|
|
"reference": "9a3941444487ea57acd38f5c61bee1e0c3f69293",
|
|
"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-05-22 13:46:01"
|
|
},
|
|
{
|
|
"name": "webpatser/laravel-countries",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webpatser/laravel-countries.git",
|
|
"reference": "bbd7cea0461bcaf034f957e04a0f830a13552bef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webpatser/laravel-countries/zipball/bbd7cea0461bcaf034f957e04a0f830a13552bef",
|
|
"reference": "bbd7cea0461bcaf034f957e04a0f830a13552bef",
|
|
"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-06-14 11:46:12"
|
|
},
|
|
{
|
|
"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": [
|
|
{
|
|
"name": "codeception/codeception",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/Codeception.git",
|
|
"reference": "40c4e46e3225dbb104d654ad83e569beec22c326"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/40c4e46e3225dbb104d654ad83e569beec22c326",
|
|
"reference": "40c4e46e3225dbb104d654ad83e569beec22c326",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"facebook/webdriver": "~0.4",
|
|
"guzzlehttp/guzzle": "4.*",
|
|
"php": ">=5.4.0",
|
|
"phpunit/phpunit": "~4.0",
|
|
"symfony/browser-kit": "~2.4",
|
|
"symfony/console": "~2.4",
|
|
"symfony/css-selector": "~2.4",
|
|
"symfony/dom-crawler": "~2.4,!=2.4.5",
|
|
"symfony/event-dispatcher": "~2.4",
|
|
"symfony/finder": "~2.4",
|
|
"symfony/yaml": "~2.4"
|
|
},
|
|
"require-dev": {
|
|
"facebook/php-sdk": "3.*",
|
|
"monolog/monolog": "*",
|
|
"videlalvaro/php-amqplib": "*"
|
|
},
|
|
"suggest": {
|
|
"codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
|
|
"codeception/specify": "BDD-style code blocks",
|
|
"codeception/verify": "BDD-style assertions",
|
|
"monolog/monolog": "Log test steps"
|
|
},
|
|
"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-06-06 00:12:20"
|
|
},
|
|
{
|
|
"name": "facebook/webdriver",
|
|
"version": "v0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/php-webdriver.git",
|
|
"reference": "342df507312ea5ae5337be47e16e4268d7ed661f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/342df507312ea5ae5337be47e16e4268d7ed661f",
|
|
"reference": "342df507312ea5ae5337be47e16e4268d7ed661f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.19"
|
|
},
|
|
"require-dev": {
|
|
"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": "2014-02-21 18:22:11"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "c57f300af7b288306a3665c89b930ea9b70ba214"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/c57f300af7b288306a3665c89b930ea9b70ba214",
|
|
"reference": "c57f300af7b288306a3665c89b930ea9b70ba214",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/streams": "~1.0",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "~4.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Guzzle will use specific adapters if cURL is present"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"time": "2014-06-10 17:18:37"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/streams",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/streams.git",
|
|
"reference": "cf0c8c33ca95cc147efba4c714f630ee44767180"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/streams/zipball/cf0c8c33ca95cc147efba4c714f630ee44767180",
|
|
"reference": "cf0c8c33ca95cc147efba4c714f630ee44767180",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Stream\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"stream"
|
|
],
|
|
"time": "2014-04-03 04:48:24"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "48b59bcb201db52fa8509dd764ab3422df82e3af"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48b59bcb201db52fa8509dd764ab3422df82e3af",
|
|
"reference": "48b59bcb201db52fa8509dd764ab3422df82e3af",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"phpunit/php-file-iterator": ">=1.3.0",
|
|
"phpunit/php-text-template": ">=1.2.0",
|
|
"phpunit/php-token-stream": ">=1.1.3",
|
|
"sebastian/environment": ">=1.0.0",
|
|
"sebastian/version": ">=1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-xdebug": ">=2.1.4",
|
|
"phpunit/phpunit": "4.2.*@dev"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "*",
|
|
"ext-xdebug": ">=2.2.1",
|
|
"ext-xmlwriter": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"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-05-26 12:16:12"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "1.3.4",
|
|
"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": "1.2.0",
|
|
"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": "1.0.5",
|
|
"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": "955c24b708f8bfd6a05f303217a8dac3a443d531"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/955c24b708f8bfd6a05f303217a8dac3a443d531",
|
|
"reference": "955c24b708f8bfd6a05f303217a8dac3a443d531",
|
|
"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": "2014-05-12 05:34:42"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "1a5575b9148c2d2f6cb19d1551597e5d9bbd402d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1a5575b9148c2d2f6cb19d1551597e5d9bbd402d",
|
|
"reference": "1a5575b9148c2d2f6cb19d1551597e5d9bbd402d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-pcre": "*",
|
|
"ext-reflection": "*",
|
|
"ext-spl": "*",
|
|
"php": ">=5.3.3",
|
|
"phpunit/php-code-coverage": "3.0.*@dev",
|
|
"phpunit/php-file-iterator": "~1.3.1",
|
|
"phpunit/php-text-template": "~1.2",
|
|
"phpunit/php-timer": "~1.0.2",
|
|
"phpunit/phpunit-mock-objects": "2.3.*@dev",
|
|
"sebastian/comparator": "~1.0",
|
|
"sebastian/diff": "~1.1",
|
|
"sebastian/environment": "~1.0",
|
|
"sebastian/exporter": "~1.0",
|
|
"sebastian/version": "~1.0",
|
|
"symfony/yaml": "~2.0"
|
|
},
|
|
"suggest": {
|
|
"phpunit/php-invoker": "~1.1"
|
|
},
|
|
"bin": [
|
|
"phpunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"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-06-17 01:59:42"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
"reference": "32f97c9198be565b6051983c70dc8d8e758725f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/32f97c9198be565b6051983c70dc8d8e758725f4",
|
|
"reference": "32f97c9198be565b6051983c70dc8d8e758725f4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"phpunit/php-text-template": "~1.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.3.*@dev"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"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-06-12 07:22:27"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
|
|
"reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"sebastian/diff": "~1.1",
|
|
"sebastian/exporter": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
|
"keywords": [
|
|
"comparator",
|
|
"compare",
|
|
"equality"
|
|
],
|
|
"time": "2014-05-11 23:00:21"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "ac84cfdec593945f36f24074d6ea17d296e86f76"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ac84cfdec593945f36f24074d6ea17d296e86f76",
|
|
"reference": "ac84cfdec593945f36f24074d6ea17d296e86f76",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
}
|
|
],
|
|
"description": "Diff implementation",
|
|
"homepage": "http://www.github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff"
|
|
],
|
|
"time": "2014-05-12 05:21:40"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
"reference": "10c7467da0622f7848cc5cadc0828c3359254df4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/10c7467da0622f7848cc5cadc0828c3359254df4",
|
|
"reference": "10c7467da0622f7848cc5cadc0828c3359254df4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"environment",
|
|
"hhvm"
|
|
],
|
|
"time": "2014-05-04 17:56:05"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "eb54a69388e5b7ea48561a65588f067fdda0c886"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/eb54a69388e5b7ea48561a65588f067fdda0c886",
|
|
"reference": "eb54a69388e5b7ea48561a65588f067fdda0c886",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net",
|
|
"role": "Lead"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
"keywords": [
|
|
"export",
|
|
"exporter"
|
|
],
|
|
"time": "2014-05-05 08:31:02"
|
|
},
|
|
{
|
|
"name": "sebastian/version",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
"reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
|
|
"reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
"time": "2014-03-07 15:35:33"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Yaml.git",
|
|
"reference": "b01d366060f33e18fd98b0008c41a01b0d25c95c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/b01d366060f33e18fd98b0008c41a01b0d25c95c",
|
|
"reference": "b01d366060f33e18fd98b0008c41a01b0d25c95c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-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-06-04 06:43:44"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"patricktalmadge/bootstrapper": 20,
|
|
"anahkiasen/former": 20,
|
|
"barryvdh/laravel-debugbar": 20,
|
|
"intervention/image": 20,
|
|
"webpatser/laravel-countries": 20,
|
|
"codeception/codeception": 20
|
|
},
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|