|
[ |
|
{ |
|
"name": "psr/log", |
|
"version": "1.0.0", |
|
"version_normalized": "1.0.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/log.git", |
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
|
"shasum": "" |
|
}, |
|
"time": "2012-12-21 11:40:51", |
|
"type": "library", |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-0": { |
|
"Psr\\Log\\": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for logging libraries", |
|
"keywords": [ |
|
"log", |
|
"psr", |
|
"psr-3" |
|
] |
|
}, |
|
{ |
|
"name": "monolog/monolog", |
|
"version": "1.17.2", |
|
"version_normalized": "1.17.2.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Seldaek/monolog.git", |
|
"reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24", |
|
"reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24", |
|
"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", |
|
"doctrine/couchdb": "~1.0@dev", |
|
"graylog2/gelf-php": "~1.0", |
|
"jakub-onderka/php-parallel-lint": "0.9", |
|
"php-console/php-console": "^3.1.3", |
|
"phpunit/phpunit": "~4.5", |
|
"phpunit/phpunit-mock-objects": "2.3.0", |
|
"raven/raven": "^0.13", |
|
"ruflin/elastica": ">=0.90 <3.0", |
|
"swiftmailer/swiftmailer": "~5.3", |
|
"videlalvaro/php-amqplib": "~2.4" |
|
}, |
|
"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", |
|
"php-console/php-console": "Allow sending log messages to Google Chrome", |
|
"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", |
|
"videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
|
}, |
|
"time": "2015-10-14 12:51:02", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.16.x-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"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" |
|
] |
|
}, |
|
{ |
|
"name": "psr/http-message", |
|
"version": "1.0", |
|
"version_normalized": "1.0.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/http-message.git", |
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"time": "2015-05-04 20:22:00", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Http\\Message\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for HTTP messages", |
|
"keywords": [ |
|
"http", |
|
"http-message", |
|
"psr", |
|
"psr-7", |
|
"request", |
|
"response" |
|
] |
|
}, |
|
{ |
|
"name": "slim/php-view", |
|
"version": "2.0.6", |
|
"version_normalized": "2.0.6.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/slimphp/PHP-View.git", |
|
"reference": "a4dcd7e64b56b0c1875a8cd48daf065e6066c7f9" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/slimphp/PHP-View/zipball/a4dcd7e64b56b0c1875a8cd48daf065e6066c7f9", |
|
"reference": "a4dcd7e64b56b0c1875a8cd48daf065e6066c7f9", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"psr/http-message": "^1.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^4.0", |
|
"slim/slim": "^3.0" |
|
}, |
|
"time": "2015-12-08 13:06:39", |
|
"type": "library", |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-4": { |
|
"Slim\\Views\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Glenn Eggleton", |
|
"email": "[email protected]" |
|
} |
|
], |
|
"description": "Render PHP view scripts into a PSR-7 Response object.", |
|
"keywords": [ |
|
"framework", |
|
"php", |
|
"phtml", |
|
"renderer", |
|
"slim", |
|
"template", |
|
"view" |
|
] |
|
}, |
|
{ |
|
"name": "pimple/pimple", |
|
"version": "v3.0.2", |
|
"version_normalized": "3.0.2.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/silexphp/Pimple.git", |
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a", |
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"time": "2015-09-11 15:10:35", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.0.x-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-0": { |
|
"Pimple": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "[email protected]" |
|
} |
|
], |
|
"description": "Pimple, a simple Dependency Injection Container", |
|
"homepage": "http://pimple.sensiolabs.org", |
|
"keywords": [ |
|
"container", |
|
"dependency injection" |
|
] |
|
}, |
|
{ |
|
"name": "nikic/fast-route", |
|
"version": "v0.6.0", |
|
"version_normalized": "0.6.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/nikic/FastRoute.git", |
|
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22", |
|
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.4.0" |
|
}, |
|
"time": "2015-06-18 19:15:47", |
|
"type": "library", |
|
"installation-source": "dist", |
|
"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" |
|
] |
|
}, |
|
{ |
|
"name": "container-interop/container-interop", |
|
"version": "1.1.0", |
|
"version_normalized": "1.1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/container-interop/container-interop.git", |
|
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", |
|
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", |
|
"shasum": "" |
|
}, |
|
"time": "2014-12-30 15:22:37", |
|
"type": "library", |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-4": { |
|
"Interop\\Container\\": "src/Interop/Container/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)" |
|
}, |
|
{ |
|
"name": "slim/slim", |
|
"version": "3.1.0", |
|
"version_normalized": "3.1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/slimphp/Slim.git", |
|
"reference": "03b44a4b41896ba42c78bbd5fa172cd79e650496" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/03b44a4b41896ba42c78bbd5fa172cd79e650496", |
|
"reference": "03b44a4b41896ba42c78bbd5fa172cd79e650496", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"container-interop/container-interop": "^1.1", |
|
"nikic/fast-route": "^0.6", |
|
"php": ">=5.5.0", |
|
"pimple/pimple": "^3.0", |
|
"psr/http-message": "^1.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^4.0", |
|
"squizlabs/php_codesniffer": "^2.5" |
|
}, |
|
"time": "2016-01-08 15:37:50", |
|
"type": "library", |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-4": { |
|
"Slim\\": "Slim" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Rob Allen", |
|
"email": "[email protected]", |
|
"homepage": "http://akrabat.com" |
|
}, |
|
{ |
|
"name": "Josh Lockhart", |
|
"email": "[email protected]", |
|
"homepage": "https://joshlockhart.com" |
|
}, |
|
{ |
|
"name": "Gabriel Manricks", |
|
"email": "[email protected]", |
|
"homepage": "http://gabrielmanricks.com" |
|
}, |
|
{ |
|
"name": "Andrew Smith", |
|
"email": "[email protected]", |
|
"homepage": "http://silentworks.co.uk" |
|
} |
|
], |
|
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", |
|
"homepage": "http://slimframework.com", |
|
"keywords": [ |
|
"api", |
|
"framework", |
|
"micro", |
|
"router" |
|
] |
|
}, |
|
{ |
|
"name": "doctrine/inflector", |
|
"version": "v1.1.0", |
|
"version_normalized": "1.1.0.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.*" |
|
}, |
|
"time": "2015-11-06 14:35:42", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.1.x-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"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" |
|
] |
|
}, |
|
{ |
|
"name": "illuminate/contracts", |
|
"version": "v5.2.28", |
|
"version_normalized": "5.2.28.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/illuminate/contracts.git", |
|
"reference": "411b851962c211078ade7664a6976e77a78cd2a5" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/illuminate/contracts/zipball/411b851962c211078ade7664a6976e77a78cd2a5", |
|
"reference": "411b851962c211078ade7664a6976e77a78cd2a5", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.5.9" |
|
}, |
|
"time": "2016-03-07 20:37:17", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.2-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"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" |
|
}, |
|
{ |
|
"name": "paragonie/random_compat", |
|
"version": "v1.4.1", |
|
"version_normalized": "1.4.1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/paragonie/random_compat.git", |
|
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774", |
|
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774", |
|
"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." |
|
}, |
|
"time": "2016-03-18 20:34:03", |
|
"type": "library", |
|
"installation-source": "dist", |
|
"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" |
|
] |
|
}, |
|
{ |
|
"name": "illuminate/support", |
|
"version": "v5.2.28", |
|
"version_normalized": "5.2.28.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/illuminate/support.git", |
|
"reference": "e4aa03c5f26db752e838354a7d71b85e6138f4ec" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/illuminate/support/zipball/e4aa03c5f26db752e838354a7d71b85e6138f4ec", |
|
"reference": "e4aa03c5f26db752e838354a7d71b85e6138f4ec", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/inflector": "~1.0", |
|
"ext-mbstring": "*", |
|
"illuminate/contracts": "5.2.*", |
|
"paragonie/random_compat": "~1.4", |
|
"php": ">=5.5.9" |
|
}, |
|
"suggest": { |
|
"illuminate/filesystem": "Required to use the composer class (5.2.*).", |
|
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).", |
|
"symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).", |
|
"symfony/process": "Required to use the composer class (2.8.*|3.0.*).", |
|
"symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)." |
|
}, |
|
"time": "2016-03-30 18:18:45", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.2-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"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" |
|
}, |
|
{ |
|
"name": "illuminate/container", |
|
"version": "v5.2.28", |
|
"version_normalized": "5.2.28.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/illuminate/container.git", |
|
"reference": "1e156f8017490f5583ab161030bf839c77c95e54" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/illuminate/container/zipball/1e156f8017490f5583ab161030bf839c77c95e54", |
|
"reference": "1e156f8017490f5583ab161030bf839c77c95e54", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"illuminate/contracts": "5.2.*", |
|
"php": ">=5.5.9" |
|
}, |
|
"time": "2016-03-16 17:19:17", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.2-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"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" |
|
}, |
|
{ |
|
"name": "illuminate/events", |
|
"version": "v5.2.28", |
|
"version_normalized": "5.2.28.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/illuminate/events.git", |
|
"reference": "5a5e5d72bf3a2d01d8b15e89440026a60bc4a81b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/illuminate/events/zipball/5a5e5d72bf3a2d01d8b15e89440026a60bc4a81b", |
|
"reference": "5a5e5d72bf3a2d01d8b15e89440026a60bc4a81b", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"illuminate/container": "5.2.*", |
|
"illuminate/contracts": "5.2.*", |
|
"illuminate/support": "5.2.*", |
|
"php": ">=5.5.9" |
|
}, |
|
"time": "2016-01-01 01:00:19", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.2-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"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" |
|
}, |
|
{ |
|
"name": "symfony/finder", |
|
"version": "v3.0.4", |
|
"version_normalized": "3.0.4.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/finder.git", |
|
"reference": "c54e407b35bc098916704e9fd090da21da4c4f52" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52", |
|
"reference": "c54e407b35bc098916704e9fd090da21da4c4f52", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.5.9" |
|
}, |
|
"time": "2016-03-10 11:13:05", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.0-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Finder\\": "" |
|
}, |
|
"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 Finder Component", |
|
"homepage": "https://symfony.com" |
|
}, |
|
{ |
|
"name": "illuminate/filesystem", |
|
"version": "v5.2.28", |
|
"version_normalized": "5.2.28.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/illuminate/filesystem.git", |
|
"reference": "e197f38660beab95743d9d5565d0f11d956288ea" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/e197f38660beab95743d9d5565d0f11d956288ea", |
|
"reference": "e197f38660beab95743d9d5565d0f11d956288ea", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"illuminate/contracts": "5.2.*", |
|
"illuminate/support": "5.2.*", |
|
"php": ">=5.5.9", |
|
"symfony/finder": "2.8.*|3.0.*" |
|
}, |
|
"suggest": { |
|
"league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).", |
|
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
|
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)." |
|
}, |
|
"time": "2016-03-21 14:55:26", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.2-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"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" |
|
}, |
|
{ |
|
"name": "illuminate/view", |
|
"version": "v5.2.28", |
|
"version_normalized": "5.2.28.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/illuminate/view.git", |
|
"reference": "a0e77662f06eaae851469ebf132868c9024a259d" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/illuminate/view/zipball/a0e77662f06eaae851469ebf132868c9024a259d", |
|
"reference": "a0e77662f06eaae851469ebf132868c9024a259d", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"illuminate/container": "5.2.*", |
|
"illuminate/contracts": "5.2.*", |
|
"illuminate/events": "5.2.*", |
|
"illuminate/filesystem": "5.2.*", |
|
"illuminate/support": "5.2.*", |
|
"php": ">=5.5.9" |
|
}, |
|
"time": "2016-03-28 15:19:10", |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.2-dev" |
|
} |
|
}, |
|
"installation-source": "dist", |
|
"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" |
|
}, |
|
{ |
|
"name": "philo/laravel-blade", |
|
"version": "v3.1", |
|
"version_normalized": "3.1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/PhiloNL/Laravel-Blade.git", |
|
"reference": "3f0ce2ee198604c53c25188110e6d7b5e887527a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/PhiloNL/Laravel-Blade/zipball/3f0ce2ee198604c53c25188110e6d7b5e887527a", |
|
"reference": "3f0ce2ee198604c53c25188110e6d7b5e887527a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"illuminate/events": "~5", |
|
"illuminate/view": "~5" |
|
}, |
|
"time": "2015-12-04 09:42:42", |
|
"type": "library", |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-4": { |
|
"Philo\\Blade\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Philo Hermans", |
|
"email": "[email protected]" |
|
} |
|
], |
|
"description": "Use the simple and yet powerful Laravel Blade templating engine as a standalone component.", |
|
"keywords": [ |
|
"blade", |
|
"laravel" |
|
] |
|
}, |
|
{ |
|
"name": "hiropeke/slim-blade-view", |
|
"version": "0.1.1", |
|
"version_normalized": "0.1.1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/hiropeke/Slim-Blade-View.git", |
|
"reference": "9cdea69285acbf712463b38a9bb0b5ce23c4c98c" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/hiropeke/Slim-Blade-View/zipball/9cdea69285acbf712463b38a9bb0b5ce23c4c98c", |
|
"reference": "9cdea69285acbf712463b38a9bb0b5ce23c4c98c", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"illuminate/view": "5.*", |
|
"philo/laravel-blade": "3.*", |
|
"psr/http-message": "^1.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^5.0", |
|
"slim/slim": "^3.0" |
|
}, |
|
"time": "2016-03-11 02:32:00", |
|
"type": "library", |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-4": { |
|
"Slim\\Views\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Hiroaki Matsuura", |
|
"email": "[email protected]" |
|
} |
|
], |
|
"description": "Slim Framework 3 view helper built on the Blade component", |
|
"keywords": [ |
|
"blade", |
|
"framework", |
|
"renderer", |
|
"slim", |
|
"template", |
|
"view" |
|
] |
|
} |
|
] |