|
@@ -1,2398 +0,0 @@
|
|
|
-{
|
|
|
- "_readme": [
|
|
|
- "This file locks the dependencies of your project to a known state",
|
|
|
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
- "This file is @generated automatically"
|
|
|
- ],
|
|
|
- "content-hash": "6f0a081033b60d9210ddc4b7561ffb4a",
|
|
|
- "packages": [
|
|
|
- {
|
|
|
- "name": "danielstjules/stringy",
|
|
|
- "version": "1.10.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/danielstjules/Stringy.git",
|
|
|
- "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
|
|
|
- "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-mbstring": "*",
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Stringy\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/Create.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Daniel St. Jules",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "http://www.danielstjules.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A string manipulation library with multibyte support",
|
|
|
- "homepage": "https://github.com/danielstjules/Stringy",
|
|
|
- "keywords": [
|
|
|
- "UTF",
|
|
|
- "helpers",
|
|
|
- "manipulation",
|
|
|
- "methods",
|
|
|
- "multibyte",
|
|
|
- "string",
|
|
|
- "utf-8",
|
|
|
- "utility",
|
|
|
- "utils"
|
|
|
- ],
|
|
|
- "time": "2015-07-23T00:54:12+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "doctrine/inflector",
|
|
|
- "version": "v1.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/doctrine/inflector.git",
|
|
|
- "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
|
- "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.2"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "4.*"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Doctrine\\Common\\Inflector\\": "lib/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Roman Borschel",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Benjamin Eberlei",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Guilherme Blanco",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jonathan Wage",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Johannes Schmitt",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
|
- "homepage": "http://www.doctrine-project.org",
|
|
|
- "keywords": [
|
|
|
- "inflection",
|
|
|
- "pluralize",
|
|
|
- "singularize",
|
|
|
- "string"
|
|
|
- ],
|
|
|
- "time": "2015-11-06T14:35:42+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/auth",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/auth.git",
|
|
|
- "reference": "3f1c8ecbfa53304ce050b8dbb94c244c8ed28998"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/auth/zipball/3f1c8ecbfa53304ce050b8dbb94c244c8ed28998",
|
|
|
- "reference": "3f1c8ecbfa53304ce050b8dbb94c244c8ed28998",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/http": "5.0.*",
|
|
|
- "illuminate/session": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "nesbot/carbon": "~1.0",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "illuminate/console": "Required to use the auth:clear-resets command (5.0.*)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Auth\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Auth package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-05-21T18:01:35+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/bus",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/bus.git",
|
|
|
- "reference": "66bf578bd44c8247448f57c5e64a96342569ddab"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/bus/zipball/66bf578bd44c8247448f57c5e64a96342569ddab",
|
|
|
- "reference": "66bf578bd44c8247448f57c5e64a96342569ddab",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/pipeline": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Bus\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Bus package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-05-19T15:38:59+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/cache",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/cache.git",
|
|
|
- "reference": "84883c5f48295b1f5a9683e9d0a1e3bdd0f0d860"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/cache/zipball/84883c5f48295b1f5a9683e9d0a1e3bdd0f0d860",
|
|
|
- "reference": "84883c5f48295b1f5a9683e9d0a1e3bdd0f0d860",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "nesbot/carbon": "~1.0",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "illuminate/database": "Required to use the database cache driver (5.0.*).",
|
|
|
- "illuminate/filesystem": "Required to use the file cache driver (5.0.*).",
|
|
|
- "illuminate/redis": "Required to use the redis cache driver (5.0.*)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Cache\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Cache package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-04-07T17:53:27+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/config",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/config.git",
|
|
|
- "reference": "d50babe28caab658bf0a1bc8b1a85e5aaf80c96e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/config/zipball/d50babe28caab658bf0a1bc8b1a85e5aaf80c96e",
|
|
|
- "reference": "d50babe28caab658bf0a1bc8b1a85e5aaf80c96e",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Config\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Config package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-03-07T15:07:05+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/console",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/console.git",
|
|
|
- "reference": "8dfb1047f8628ca6313437ea9de10899a680b281"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/console/zipball/8dfb1047f8628ca6313437ea9de10899a680b281",
|
|
|
- "reference": "8dfb1047f8628ca6313437ea9de10899a680b281",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "nesbot/carbon": "~1.0",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/console": "2.6.*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "guzzlehttp/guzzle": "Required to use the thenPing method on schedules (~5.0).",
|
|
|
- "mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
|
|
|
- "nesbot/carbon": "Required to use scheduling component (~1.0).",
|
|
|
- "symfony/process": "Required to use scheduling component (2.6.*)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Console\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Console package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-05-28T22:24:21+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/container",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/container.git",
|
|
|
- "reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/container/zipball/aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6",
|
|
|
- "reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Container\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Container package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-05-29T20:16:27+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/contracts",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/contracts.git",
|
|
|
- "reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/contracts/zipball/b8b11d78724a6f8a62be3b1dfa20fa372f861398",
|
|
|
- "reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Contracts\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Contracts package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-05-15T07:22:28+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/cookie",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/cookie.git",
|
|
|
- "reference": "0ecdd94277a10b3d94c1efdab92d4d1cf2834114"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/cookie/zipball/0ecdd94277a10b3d94c1efdab92d4d1cf2834114",
|
|
|
- "reference": "0ecdd94277a10b3d94c1efdab92d4d1cf2834114",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/http-foundation": "2.6.*",
|
|
|
- "symfony/http-kernel": "2.6.*"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Cookie\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Cookie package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-03-26T16:16:33+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/database",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/database.git",
|
|
|
- "reference": "6d79bb678a91123a15418863af901d2145b50349"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/database/zipball/6d79bb678a91123a15418863af901d2145b50349",
|
|
|
- "reference": "6d79bb678a91123a15418863af901d2145b50349",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/container": "5.0.*",
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "nesbot/carbon": "~1.0",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
|
|
|
- "illuminate/console": "Required to use the database commands (5.0.*).",
|
|
|
- "illuminate/events": "Required to use the observers with Eloquent (5.0.*).",
|
|
|
- "illuminate/filesystem": "Required to use the migrations (5.0.*)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Database\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Database package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "keywords": [
|
|
|
- "database",
|
|
|
- "laravel",
|
|
|
- "orm",
|
|
|
- "sql"
|
|
|
- ],
|
|
|
- "time": "2015-06-02T13:39:10+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/encryption",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/encryption.git",
|
|
|
- "reference": "007c350c79b1b25915a836bf7c0cd8664624f5de"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/encryption/zipball/007c350c79b1b25915a836bf7c0cd8664624f5de",
|
|
|
- "reference": "007c350c79b1b25915a836bf7c0cd8664624f5de",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-openssl": "*",
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/security-core": "2.6.*"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Encryption\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Encryption package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-03-26T16:16:33+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/events",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/events.git",
|
|
|
- "reference": "6e7f7af69bf7cc19840af4dd6b9c830c2ef27309"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/events/zipball/6e7f7af69bf7cc19840af4dd6b9c830c2ef27309",
|
|
|
- "reference": "6e7f7af69bf7cc19840af4dd6b9c830c2ef27309",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/container": "5.0.*",
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Events\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Events package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-05-11T12:49:26+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/filesystem",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/filesystem.git",
|
|
|
- "reference": "04c31739a153122c64feebf2ac37cfe1901e2da7"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/filesystem/zipball/04c31739a153122c64feebf2ac37cfe1901e2da7",
|
|
|
- "reference": "04c31739a153122c64feebf2ac37cfe1901e2da7",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "league/flysystem": "~1.0",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/finder": "2.6.*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "league/flysystem-aws-s3-v2": "Required to use the Flysystem S3 driver (~1.0).",
|
|
|
- "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Filesystem\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Filesystem package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-05-15T07:22:28+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/hashing",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/hashing.git",
|
|
|
- "reference": "3d0ddb2824821f5008176581b9dccd8ef567aea4"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/hashing/zipball/3d0ddb2824821f5008176581b9dccd8ef567aea4",
|
|
|
- "reference": "3d0ddb2824821f5008176581b9dccd8ef567aea4",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "ircmaxell/password-compat": "~1.0",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Hashing\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Hashing package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-03-25T16:42:17+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/http",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/http.git",
|
|
|
- "reference": "fa4cf7513250b5cf51df89977767e31aecdcd5e2"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/http/zipball/fa4cf7513250b5cf51df89977767e31aecdcd5e2",
|
|
|
- "reference": "fa4cf7513250b5cf51df89977767e31aecdcd5e2",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/session": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/http-foundation": "2.6.*",
|
|
|
- "symfony/http-kernel": "2.6.*"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Http\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Http package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-04-23T15:20:57+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/pagination",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/pagination.git",
|
|
|
- "reference": "cb0a9730ae986c4b343eaa59ab3f179447c6b308"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/pagination/zipball/cb0a9730ae986c4b343eaa59ab3f179447c6b308",
|
|
|
- "reference": "cb0a9730ae986c4b343eaa59ab3f179447c6b308",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Pagination\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Pagination package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-03-26T17:28:59+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/pipeline",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/pipeline.git",
|
|
|
- "reference": "5a67a6ae00aba65a01bc1f998e4f67224b51f6c3"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/pipeline/zipball/5a67a6ae00aba65a01bc1f998e4f67224b51f6c3",
|
|
|
- "reference": "5a67a6ae00aba65a01bc1f998e4f67224b51f6c3",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Pipeline\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Pipeline package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-03-07T15:07:05+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/queue",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/queue.git",
|
|
|
- "reference": "fe1c41854702853843feae4ba662ec4c2e52799a"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/queue/zipball/fe1c41854702853843feae4ba662ec4c2e52799a",
|
|
|
- "reference": "fe1c41854702853843feae4ba662ec4c2e52799a",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/console": "5.0.*",
|
|
|
- "illuminate/container": "5.0.*",
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/http": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "nesbot/carbon": "~1.0",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/process": "2.6.*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "aws/aws-sdk-php": "Required to use the SQS queue driver (~2.4).",
|
|
|
- "illuminate/redis": "Required to use the redis queue driver (5.0.*).",
|
|
|
- "iron-io/iron_mq": "Required to use the iron queue driver (~1.5).",
|
|
|
- "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Queue\\": ""
|
|
|
- },
|
|
|
- "classmap": [
|
|
|
- "IlluminateQueueClosure.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Queue package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-06-02T13:15:19+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/session",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/session.git",
|
|
|
- "reference": "4d6f722aeff17e042586ec4ea586b135aa78c333"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/session/zipball/4d6f722aeff17e042586ec4ea586b135aa78c333",
|
|
|
- "reference": "4d6f722aeff17e042586ec4ea586b135aa78c333",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "nesbot/carbon": "~1.0",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/finder": "2.6.*",
|
|
|
- "symfony/http-foundation": "2.6.*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "illuminate/console": "Required to use the session:table command (5.0.*)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Session\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Session package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-04-15T19:35:48+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/support",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/support.git",
|
|
|
- "reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/support/zipball/32a12f97029b624fc0f9454e7ca69eaafef49c5d",
|
|
|
- "reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "danielstjules/stringy": "~1.8",
|
|
|
- "doctrine/inflector": "~1.0",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
|
|
|
- "symfony/var-dumper": "Required to use the dd function (2.6.*)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Support\\": ""
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "helpers.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Support package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-06-04T12:15:51+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/translation",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/translation.git",
|
|
|
- "reference": "e45bbf8111197d7b6fc9ebbc9de21971ea058bf2"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/translation/zipball/e45bbf8111197d7b6fc9ebbc9de21971ea058bf2",
|
|
|
- "reference": "e45bbf8111197d7b6fc9ebbc9de21971ea058bf2",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/filesystem": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/translation": "2.6.*"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Translation\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Translation package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-03-26T16:06:10+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/validation",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/validation.git",
|
|
|
- "reference": "595ec05c4cd75946da5551be7adf8170a18e6edd"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/validation/zipball/595ec05c4cd75946da5551be7adf8170a18e6edd",
|
|
|
- "reference": "595ec05c4cd75946da5551be7adf8170a18e6edd",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/container": "5.0.*",
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/http-foundation": "2.6.*",
|
|
|
- "symfony/translation": "2.6.*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "illuminate/database": "Required to use the database presence verifier (5.0.*)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Validation\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Validation package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-03-26T17:28:59+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "illuminate/view",
|
|
|
- "version": "v5.0.33",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/view.git",
|
|
|
- "reference": "d74b73b29da43ee3abdd494dcbfd2d6fff4a1999"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/view/zipball/d74b73b29da43ee3abdd494dcbfd2d6fff4a1999",
|
|
|
- "reference": "d74b73b29da43ee3abdd494dcbfd2d6fff4a1999",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/container": "5.0.*",
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/filesystem": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\View\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate View package.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "time": "2015-04-23T13:53:55+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ircmaxell/password-compat",
|
|
|
- "version": "v1.0.4",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ircmaxell/password_compat.git",
|
|
|
- "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
|
|
|
- "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "4.*"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "lib/password.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Anthony Ferrara",
|
|
|
- "email": "[email protected]",
|
|
|
- "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": "2014-11-20T16:49:30+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "laravel/lumen",
|
|
|
- "version": "v5.0.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/laravel/lumen.git",
|
|
|
- "reference": "d28be75b5f5c6e45641d6babfd8c4e59a09504e5"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laravel/lumen/zipball/d28be75b5f5c6e45641d6babfd8c4e59a09504e5",
|
|
|
- "reference": "d28be75b5f5c6e45641d6babfd8c4e59a09504e5",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "laravel/lumen-framework": "5.0.*",
|
|
|
- "vlucas/phpdotenv": "~1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
- },
|
|
|
- "type": "project",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "App\\": "app/"
|
|
|
- },
|
|
|
- "classmap": [
|
|
|
- "database/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "description": "The Laravel Lumen Framework.",
|
|
|
- "keywords": [
|
|
|
- "framework",
|
|
|
- "laravel",
|
|
|
- "lumen"
|
|
|
- ],
|
|
|
- "time": "2015-04-16T01:32:22+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "laravel/lumen-framework",
|
|
|
- "version": "v5.0.10",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/laravel/lumen-framework.git",
|
|
|
- "reference": "e448d32592afb4fbc29ff91d850215cb9e3a24ba"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/e448d32592afb4fbc29ff91d850215cb9e3a24ba",
|
|
|
- "reference": "e448d32592afb4fbc29ff91d850215cb9e3a24ba",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "illuminate/auth": "5.0.*",
|
|
|
- "illuminate/bus": "5.0.*",
|
|
|
- "illuminate/cache": "5.0.*",
|
|
|
- "illuminate/config": "5.0.*",
|
|
|
- "illuminate/console": "5.0.*",
|
|
|
- "illuminate/container": "5.0.*",
|
|
|
- "illuminate/contracts": "5.0.*",
|
|
|
- "illuminate/cookie": "5.0.*",
|
|
|
- "illuminate/database": "5.0.*",
|
|
|
- "illuminate/encryption": "5.0.*",
|
|
|
- "illuminate/events": "5.0.*",
|
|
|
- "illuminate/filesystem": "5.0.*",
|
|
|
- "illuminate/hashing": "5.0.*",
|
|
|
- "illuminate/http": "5.0.*",
|
|
|
- "illuminate/pagination": "5.0.*",
|
|
|
- "illuminate/queue": "5.0.*",
|
|
|
- "illuminate/session": "5.0.*",
|
|
|
- "illuminate/support": "5.0.*",
|
|
|
- "illuminate/translation": "5.0.*",
|
|
|
- "illuminate/validation": "5.0.*",
|
|
|
- "illuminate/view": "5.0.*",
|
|
|
- "monolog/monolog": "~1.0",
|
|
|
- "mtdowling/cron-expression": "~1.0",
|
|
|
- "nikic/fast-route": "0.4.*",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "symfony/http-foundation": "2.6.*",
|
|
|
- "symfony/http-kernel": "2.6.*",
|
|
|
- "symfony/security-core": "2.6.*",
|
|
|
- "symfony/var-dumper": "2.6.*"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mockery/mockery": "~0.9",
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "vlucas/phpdotenv": "Required to use .env files (~1.0)."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Laravel\\Lumen\\": "src/"
|
|
|
- },
|
|
|
- "classmap": [
|
|
|
- "src/Foundation"
|
|
|
- ],
|
|
|
- "files": [
|
|
|
- "src/helpers.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Laravel Lumen Framework.",
|
|
|
- "homepage": "http://laravel.com",
|
|
|
- "keywords": [
|
|
|
- "framework",
|
|
|
- "laravel",
|
|
|
- "lumen"
|
|
|
- ],
|
|
|
- "time": "2015-05-21T18:04:31+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "league/flysystem",
|
|
|
- "version": "1.0.42",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/thephpleague/flysystem.git",
|
|
|
- "reference": "09eabc54e199950041aef258a85847676496fe8e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/09eabc54e199950041aef258a85847676496fe8e",
|
|
|
- "reference": "09eabc54e199950041aef258a85847676496fe8e",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.5.9"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "league/flysystem-sftp": "<1.0.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-fileinfo": "*",
|
|
|
- "phpspec/phpspec": "^3.4",
|
|
|
- "phpunit/phpunit": "^5.7"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-fileinfo": "Required for MimeType",
|
|
|
- "ext-ftp": "Allows you to use FTP server storage",
|
|
|
- "ext-openssl": "Allows you to use FTPS server storage",
|
|
|
- "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
|
|
- "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
|
|
- "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
|
|
- "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
|
|
- "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
|
|
- "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
|
|
- "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
|
|
|
- "league/flysystem-webdav": "Allows you to use WebDAV storage",
|
|
|
- "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
|
|
|
- "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
|
|
|
- "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "League\\Flysystem\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Frank de Jonge",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Filesystem abstraction: Many filesystems, one API.",
|
|
|
- "keywords": [
|
|
|
- "Cloud Files",
|
|
|
- "WebDAV",
|
|
|
- "abstraction",
|
|
|
- "aws",
|
|
|
- "cloud",
|
|
|
- "copy.com",
|
|
|
- "dropbox",
|
|
|
- "file systems",
|
|
|
- "files",
|
|
|
- "filesystem",
|
|
|
- "filesystems",
|
|
|
- "ftp",
|
|
|
- "rackspace",
|
|
|
- "remote",
|
|
|
- "s3",
|
|
|
- "sftp",
|
|
|
- "storage"
|
|
|
- ],
|
|
|
- "time": "2018-01-27T16:03:56+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "monolog/monolog",
|
|
|
- "version": "1.23.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Seldaek/monolog.git",
|
|
|
- "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
|
|
|
- "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0",
|
|
|
- "psr/log": "~1.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/log-implementation": "1.0.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
|
- "doctrine/couchdb": "~1.0@dev",
|
|
|
- "graylog2/gelf-php": "~1.0",
|
|
|
- "jakub-onderka/php-parallel-lint": "0.9",
|
|
|
- "php-amqplib/php-amqplib": "~2.4",
|
|
|
- "php-console/php-console": "^3.1.3",
|
|
|
- "phpunit/phpunit": "~4.5",
|
|
|
- "phpunit/phpunit-mock-objects": "2.3.0",
|
|
|
- "ruflin/elastica": ">=0.90 <3.0",
|
|
|
- "sentry/sentry": "^0.13",
|
|
|
- "swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
|
- },
|
|
|
- "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",
|
|
|
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
|
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
- "php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
|
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
|
- "sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Monolog\\": "src/Monolog"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jordi Boggiano",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "http://seld.be"
|
|
|
- }
|
|
|
- ],
|
|
|
- "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": "2017-06-19T01:22:40+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mtdowling/cron-expression",
|
|
|
- "version": "v1.2.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/mtdowling/cron-expression.git",
|
|
|
- "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
|
|
|
- "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.2"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "~4.0|~5.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Cron\\": "src/Cron/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
|
|
|
- "keywords": [
|
|
|
- "cron",
|
|
|
- "schedule"
|
|
|
- ],
|
|
|
- "time": "2017-01-23T04:29:33+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nesbot/carbon",
|
|
|
- "version": "1.23.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
- "reference": "4a874a39b2b00d7e0146cd46fab6f47c41ce9e65"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a874a39b2b00d7e0146cd46fab6f47c41ce9e65",
|
|
|
- "reference": "4a874a39b2b00d7e0146cd46fab6f47c41ce9e65",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0",
|
|
|
- "symfony/translation": "~2.6 || ~3.0 || ~4.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "friendsofphp/php-cs-fixer": "~2",
|
|
|
- "phpunit/phpunit": "^4.8.35 || ^5.7"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.23-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Carbon\\": "src/Carbon/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Brian Nesbitt",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "http://nesbot.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A simple API extension for DateTime.",
|
|
|
- "homepage": "http://carbon.nesbot.com",
|
|
|
- "keywords": [
|
|
|
- "date",
|
|
|
- "datetime",
|
|
|
- "time"
|
|
|
- ],
|
|
|
- "time": "2018-02-28T09:22:05+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nikic/fast-route",
|
|
|
- "version": "v0.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/nikic/FastRoute.git",
|
|
|
- "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
|
|
|
- "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "FastRoute\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Nikita Popov",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Fast request router for PHP",
|
|
|
- "keywords": [
|
|
|
- "router",
|
|
|
- "routing"
|
|
|
- ],
|
|
|
- "time": "2015-02-26T15:33:07+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "paragonie/random_compat",
|
|
|
- "version": "v1.4.2",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/paragonie/random_compat.git",
|
|
|
- "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/965cdeb01fdcab7653253aa81d40441d261f1e66",
|
|
|
- "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.2.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "4.*|5.*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "lib/random.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Paragon Initiative Enterprises",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "https://paragonie.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
|
- "keywords": [
|
|
|
- "csprng",
|
|
|
- "pseudorandom",
|
|
|
- "random"
|
|
|
- ],
|
|
|
- "time": "2017-03-13T16:22:52+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/log",
|
|
|
- "version": "1.0.2",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/log.git",
|
|
|
- "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
|
- "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Log\\": "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",
|
|
|
- "homepage": "https://github.com/php-fig/log",
|
|
|
- "keywords": [
|
|
|
- "log",
|
|
|
- "psr",
|
|
|
- "psr-3"
|
|
|
- ],
|
|
|
- "time": "2016-10-10T12:19:37+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/console",
|
|
|
- "version": "v2.6.13",
|
|
|
- "target-dir": "Symfony/Component/Console",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/console.git",
|
|
|
- "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359",
|
|
|
- "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "psr/log": "~1.0",
|
|
|
- "symfony/event-dispatcher": "~2.1",
|
|
|
- "symfony/phpunit-bridge": "~2.7",
|
|
|
- "symfony/process": "~2.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "psr/log": "For using the console logger",
|
|
|
- "symfony/event-dispatcher": "",
|
|
|
- "symfony/process": ""
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.6-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Symfony\\Component\\Console\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony Console Component",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2015-07-26T09:08:40+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/debug",
|
|
|
- "version": "v2.8.34",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/debug.git",
|
|
|
- "reference": "35e36287fc0fdc8a08f70efcd4865ae6d8a6ee55"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/debug/zipball/35e36287fc0fdc8a08f70efcd4865ae6d8a6ee55",
|
|
|
- "reference": "35e36287fc0fdc8a08f70efcd4865ae6d8a6ee55",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.9",
|
|
|
- "psr/log": "~1.0"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/class-loader": "~2.2|~3.0.0",
|
|
|
- "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.8-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\Debug\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony Debug Component",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2018-01-18T22:12:33+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/event-dispatcher",
|
|
|
- "version": "v2.8.34",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
- "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d64be24fc1eba62f9daace8a8918f797fc8e87cc",
|
|
|
- "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.9"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "psr/log": "~1.0",
|
|
|
- "symfony/config": "^2.0.5|~3.0.0",
|
|
|
- "symfony/dependency-injection": "~2.6|~3.0.0",
|
|
|
- "symfony/expression-language": "~2.6|~3.0.0",
|
|
|
- "symfony/stopwatch": "~2.3|~3.0.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/dependency-injection": "",
|
|
|
- "symfony/http-kernel": ""
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.8-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\EventDispatcher\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony EventDispatcher Component",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2018-01-03T07:36:31+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/finder",
|
|
|
- "version": "v2.6.13",
|
|
|
- "target-dir": "Symfony/Component/Finder",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/finder.git",
|
|
|
- "reference": "203a10f928ae30176deeba33512999233181dd28"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/finder/zipball/203a10f928ae30176deeba33512999233181dd28",
|
|
|
- "reference": "203a10f928ae30176deeba33512999233181dd28",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/phpunit-bridge": "~2.7"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.6-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Symfony\\Component\\Finder\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony Finder Component",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2015-07-09T16:02:48+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/http-foundation",
|
|
|
- "version": "v2.6.13",
|
|
|
- "target-dir": "Symfony/Component/HttpFoundation",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/http-foundation.git",
|
|
|
- "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c",
|
|
|
- "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/expression-language": "~2.4",
|
|
|
- "symfony/phpunit-bridge": "~2.7"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.6-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": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony HttpFoundation Component",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2015-07-22T10:08:40+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/http-kernel",
|
|
|
- "version": "v2.6.13",
|
|
|
- "target-dir": "Symfony/Component/HttpKernel",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/http-kernel.git",
|
|
|
- "reference": "cdd991d304fed833514dc44d6aafcf19397c26cb"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/cdd991d304fed833514dc44d6aafcf19397c26cb",
|
|
|
- "reference": "cdd991d304fed833514dc44d6aafcf19397c26cb",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3",
|
|
|
- "psr/log": "~1.0",
|
|
|
- "symfony/debug": "~2.6,>=2.6.2",
|
|
|
- "symfony/event-dispatcher": "~2.6,>=2.6.7",
|
|
|
- "symfony/http-foundation": "~2.5,>=2.5.4"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/browser-kit": "~2.3",
|
|
|
- "symfony/class-loader": "~2.1",
|
|
|
- "symfony/config": "~2.0,>=2.0.5",
|
|
|
- "symfony/console": "~2.3",
|
|
|
- "symfony/css-selector": "~2.0,>=2.0.5",
|
|
|
- "symfony/dependency-injection": "~2.2",
|
|
|
- "symfony/dom-crawler": "~2.0,>=2.0.5",
|
|
|
- "symfony/expression-language": "~2.4",
|
|
|
- "symfony/finder": "~2.0,>=2.0.5",
|
|
|
- "symfony/phpunit-bridge": "~2.7",
|
|
|
- "symfony/process": "~2.0,>=2.0.5",
|
|
|
- "symfony/routing": "~2.2",
|
|
|
- "symfony/stopwatch": "~2.3",
|
|
|
- "symfony/templating": "~2.2",
|
|
|
- "symfony/translation": "~2.0,>=2.0.5",
|
|
|
- "symfony/var-dumper": "~2.6"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/browser-kit": "",
|
|
|
- "symfony/class-loader": "",
|
|
|
- "symfony/config": "",
|
|
|
- "symfony/console": "",
|
|
|
- "symfony/dependency-injection": "",
|
|
|
- "symfony/finder": "",
|
|
|
- "symfony/var-dumper": ""
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.6-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Symfony\\Component\\HttpKernel\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony HttpKernel Component",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2016-01-14T10:11:16+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/process",
|
|
|
- "version": "v2.6.13",
|
|
|
- "target-dir": "Symfony/Component/Process",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/process.git",
|
|
|
- "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/process/zipball/57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
|
|
|
- "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/phpunit-bridge": "~2.7"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.6-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Symfony\\Component\\Process\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony Process Component",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2015-06-30T16:10:16+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/security-core",
|
|
|
- "version": "v2.6.13",
|
|
|
- "target-dir": "Symfony/Component/Security/Core",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/security-core.git",
|
|
|
- "reference": "813cf2aaacccbbe1a4705aef8d4ac0d79d993a76"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/security-core/zipball/813cf2aaacccbbe1a4705aef8d4ac0d79d993a76",
|
|
|
- "reference": "813cf2aaacccbbe1a4705aef8d4ac0d79d993a76",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "paragonie/random_compat": "~1.0",
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ircmaxell/password-compat": "1.0.*",
|
|
|
- "psr/log": "~1.0",
|
|
|
- "symfony/event-dispatcher": "~2.1",
|
|
|
- "symfony/expression-language": "~2.6",
|
|
|
- "symfony/http-foundation": "~2.4",
|
|
|
- "symfony/phpunit-bridge": "~2.7",
|
|
|
- "symfony/translation": "~2.0,>=2.0.5",
|
|
|
- "symfony/validator": "~2.5,>=2.5.5"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
|
|
|
- "symfony/event-dispatcher": "",
|
|
|
- "symfony/expression-language": "For using the expression voter",
|
|
|
- "symfony/http-foundation": "",
|
|
|
- "symfony/validator": "For using the user password constraint"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.6-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Symfony\\Component\\Security\\Core\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony Security Component - Core Library",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2016-01-14T09:04:34+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/translation",
|
|
|
- "version": "v2.6.13",
|
|
|
- "target-dir": "Symfony/Component/Translation",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/translation.git",
|
|
|
- "reference": "d84291215b5892834dd8ca8ee52f9cbdb8274904"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/translation/zipball/d84291215b5892834dd8ca8ee52f9cbdb8274904",
|
|
|
- "reference": "d84291215b5892834dd8ca8ee52f9cbdb8274904",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "psr/log": "~1.0",
|
|
|
- "symfony/config": "~2.3,>=2.3.12",
|
|
|
- "symfony/intl": "~2.3",
|
|
|
- "symfony/phpunit-bridge": "~2.7",
|
|
|
- "symfony/yaml": "~2.2"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "psr/log": "To use logging capability in translator",
|
|
|
- "symfony/config": "",
|
|
|
- "symfony/yaml": ""
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.6-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Symfony\\Component\\Translation\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony Translation Component",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "time": "2015-07-08T05:59:48+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/var-dumper",
|
|
|
- "version": "v2.6.13",
|
|
|
- "target-dir": "Symfony/Component/VarDumper",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/var-dumper.git",
|
|
|
- "reference": "5fba957a30161d8724aade093593cd22f815bea2"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/5fba957a30161d8724aade093593cd22f815bea2",
|
|
|
- "reference": "5fba957a30161d8724aade093593cd22f815bea2",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/phpunit-bridge": "~2.7"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-symfony_debug": ""
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.6-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "Resources/functions/dump.php"
|
|
|
- ],
|
|
|
- "psr-0": {
|
|
|
- "Symfony\\Component\\VarDumper\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Nicolas Grekas",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony mechanism for exploring and dumping PHP variables",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "debug",
|
|
|
- "dump"
|
|
|
- ],
|
|
|
- "time": "2015-07-01T10:03:42+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "vlucas/phpdotenv",
|
|
|
- "version": "v1.1.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/vlucas/phpdotenv.git",
|
|
|
- "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
|
|
|
- "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.2"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Dotenv": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Vance Lucas",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "http://www.vancelucas.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
|
- "homepage": "http://github.com/vlucas/phpdotenv",
|
|
|
- "keywords": [
|
|
|
- "dotenv",
|
|
|
- "env",
|
|
|
- "environment"
|
|
|
- ],
|
|
|
- "time": "2015-05-30T15:59:26+00:00"
|
|
|
- }
|
|
|
- ],
|
|
|
- "packages-dev": [],
|
|
|
- "aliases": [],
|
|
|
- "minimum-stability": "stable",
|
|
|
- "stability-flags": [],
|
|
|
- "prefer-stable": false,
|
|
|
- "prefer-lowest": false,
|
|
|
- "platform": [],
|
|
|
- "platform-dev": []
|
|
|
-}
|