2018-04-28 12:20:07 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2018-10-13 22:29:32 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
2018-04-28 12:20:07 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2018-11-11 16:02:50 +00:00
|
|
|
"content-hash": "c1434c69fd6bdbfc70c7ca0b185ffdc9",
|
2018-04-28 12:20:07 +00:00
|
|
|
"packages": [
|
2018-11-11 16:02:50 +00:00
|
|
|
{
|
|
|
|
"name": "container-interop/container-interop",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/container-interop/container-interop.git",
|
|
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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.)",
|
|
|
|
"homepage": "https://github.com/container-interop/container-interop",
|
|
|
|
"time": "2017-02-14T19:40:03+00:00"
|
|
|
|
},
|
2018-04-28 12:20:07 +00:00
|
|
|
{
|
|
|
|
"name": "league/flysystem",
|
2018-11-11 16:02:50 +00:00
|
|
|
"version": "1.0.48",
|
2018-04-28 12:20:07 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/flysystem.git",
|
2018-11-11 16:02:50 +00:00
|
|
|
"reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa"
|
2018-04-28 12:20:07 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-11 16:02:50 +00:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a6ded5b2f6055e2db97b4b859fdfca2b952b78aa",
|
|
|
|
"reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa",
|
2018-04-28 12:20:07 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-09-21 22:05:31 +00:00
|
|
|
"ext-fileinfo": "*",
|
2018-04-28 12:20:07 +00:00
|
|
|
"php": ">=5.5.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"league/flysystem-sftp": "<1.0.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpspec/phpspec": "^3.4",
|
2018-09-07 15:55:32 +00:00
|
|
|
"phpunit/phpunit": "^5.7.10"
|
2018-04-28 12:20:07 +00:00
|
|
|
},
|
|
|
|
"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": "info@frenky.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
],
|
2018-11-11 16:02:50 +00:00
|
|
|
"time": "2018-10-15T13:53:10+00:00"
|
2018-04-28 12:20:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "monolog/monolog",
|
2018-11-11 16:02:50 +00:00
|
|
|
"version": "1.24.0",
|
2018-04-28 12:20:07 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
2018-11-11 16:02:50 +00:00
|
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
|
2018-04-28 12:20:07 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-11 16:02:50 +00:00
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
|
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
2018-04-28 12:20:07 +00:00
|
|
|
"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": "j.boggiano@seld.be",
|
|
|
|
"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"
|
|
|
|
],
|
2018-11-11 16:02:50 +00:00
|
|
|
"time": "2018-11-05T09:00:11+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "nikic/fast-route",
|
|
|
|
"version": "v1.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nikic/FastRoute.git",
|
|
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.35|~5.7"
|
|
|
|
},
|
|
|
|
"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": "nikic@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Fast request router for PHP",
|
|
|
|
"keywords": [
|
|
|
|
"router",
|
|
|
|
"routing"
|
|
|
|
],
|
|
|
|
"time": "2018-02-13T20:26:39+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pimple/pimple",
|
|
|
|
"version": "v3.2.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
|
|
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
|
|
|
|
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0",
|
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "^3.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Pimple": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
|
|
"keywords": [
|
|
|
|
"container",
|
|
|
|
"dependency injection"
|
|
|
|
],
|
|
|
|
"time": "2018-01-21T07:42:36+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/container",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
|
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/http-message",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
|
|
|
"time": "2016-08-06T14:39:51+00:00"
|
2018-04-28 12:20:07 +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"
|
|
|
|
],
|
2018-05-01 11:49:03 +00:00
|
|
|
"time": "2016-10-10T12:19:37+00:00"
|
2018-04-28 12:20:07 +00:00
|
|
|
},
|
2018-11-11 16:02:50 +00:00
|
|
|
{
|
|
|
|
"name": "slim/slim",
|
|
|
|
"version": "3.11.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/slimphp/Slim.git",
|
|
|
|
"reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/d378e70431e78ee92ee32ddde61ecc72edf5dc0a",
|
|
|
|
"reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"container-interop/container-interop": "^1.2",
|
|
|
|
"nikic/fast-route": "^1.0",
|
|
|
|
"php": ">=5.5.0",
|
|
|
|
"pimple/pimple": "^3.0",
|
|
|
|
"psr/container": "^1.0",
|
|
|
|
"psr/http-message": "^1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.0",
|
|
|
|
"squizlabs/php_codesniffer": "^2.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Slim\\": "Slim"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Rob Allen",
|
|
|
|
"email": "rob@akrabat.com",
|
|
|
|
"homepage": "http://akrabat.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Josh Lockhart",
|
|
|
|
"email": "hello@joshlockhart.com",
|
|
|
|
"homepage": "https://joshlockhart.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gabriel Manricks",
|
|
|
|
"email": "gmanricks@me.com",
|
|
|
|
"homepage": "http://gabrielmanricks.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Andrew Smith",
|
|
|
|
"email": "a.smith@silentworks.co.uk",
|
|
|
|
"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": "https://slimframework.com",
|
|
|
|
"keywords": [
|
|
|
|
"api",
|
|
|
|
"framework",
|
|
|
|
"micro",
|
|
|
|
"router"
|
|
|
|
],
|
|
|
|
"time": "2018-09-16T10:54:21+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "slim/twig-view",
|
|
|
|
"version": "2.4.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/slimphp/Twig-View.git",
|
|
|
|
"reference": "78386c01a97f7870462b38fff759dad649da9efc"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/78386c01a97f7870462b38fff759dad649da9efc",
|
|
|
|
"reference": "78386c01a97f7870462b38fff759dad649da9efc",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.0",
|
|
|
|
"psr/http-message": "^1.0",
|
|
|
|
"twig/twig": "^1.18|^2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8|^5.7",
|
|
|
|
"slim/slim": "^3.10"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Slim\\Views\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Josh Lockhart",
|
|
|
|
"email": "hello@joshlockhart.com",
|
|
|
|
"homepage": "http://joshlockhart.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Slim Framework 3 view helper built on top of the Twig 2 templating component",
|
|
|
|
"homepage": "http://slimframework.com",
|
|
|
|
"keywords": [
|
|
|
|
"framework",
|
|
|
|
"slim",
|
|
|
|
"template",
|
|
|
|
"twig",
|
|
|
|
"view"
|
|
|
|
],
|
|
|
|
"time": "2018-05-07T10:54:29+00:00"
|
|
|
|
},
|
2018-07-23 08:55:25 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2018-11-11 16:02:50 +00:00
|
|
|
"version": "v1.10.0",
|
2018-07-23 08:55:25 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2018-10-13 22:29:32 +00:00
|
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
|
2018-07-23 08:55:25 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-10-13 22:29:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
|
2018-07-23 08:55:25 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2018-10-13 22:29:32 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
2018-07-23 08:55:25 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-10-13 22:29:32 +00:00
|
|
|
"dev-master": "1.9-dev"
|
2018-07-23 08:55:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
2018-10-13 22:29:32 +00:00
|
|
|
"time": "2018-08-06T14:22:27+00:00"
|
2018-07-23 08:55:25 +00:00
|
|
|
},
|
2018-04-28 12:20:07 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2018-11-11 16:02:50 +00:00
|
|
|
"version": "v1.10.0",
|
2018-04-28 12:20:07 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2018-11-11 16:02:50 +00:00
|
|
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
|
2018-04-28 12:20:07 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-11 16:02:50 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
|
|
|
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
|
2018-04-28 12:20:07 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-10-13 22:29:32 +00:00
|
|
|
"dev-master": "1.9-dev"
|
2018-04-28 12:20:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"mbstring",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2018-11-11 16:02:50 +00:00
|
|
|
"time": "2018-09-21T13:07:52+00:00"
|
2018-04-28 12:20:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2018-07-23 08:55:25 +00:00
|
|
|
"version": "v2.5.0",
|
2018-04-28 12:20:07 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2018-07-23 08:55:25 +00:00
|
|
|
"reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
|
2018-04-28 12:20:07 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-07-23 08:55:25 +00:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
|
|
|
|
"reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
|
2018-04-28 12:20:07 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.0",
|
2018-07-23 08:55:25 +00:00
|
|
|
"symfony/polyfill-ctype": "^1.8",
|
2018-04-28 12:20:07 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/container": "^1.0",
|
|
|
|
"symfony/debug": "^2.7",
|
|
|
|
"symfony/phpunit-bridge": "^3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-07-23 08:55:25 +00:00
|
|
|
"dev-master": "2.5-dev"
|
2018-04-28 12:20:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Twig_": "lib/"
|
|
|
|
},
|
|
|
|
"psr-4": {
|
|
|
|
"Twig\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Armin Ronacher",
|
|
|
|
"email": "armin.ronacher@active-4.com",
|
|
|
|
"role": "Project Founder"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Twig Team",
|
2018-07-23 08:55:25 +00:00
|
|
|
"homepage": "https://twig.symfony.com/contributors",
|
2018-04-28 12:20:07 +00:00
|
|
|
"role": "Contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
2018-07-23 08:55:25 +00:00
|
|
|
"homepage": "https://twig.symfony.com",
|
2018-04-28 12:20:07 +00:00
|
|
|
"keywords": [
|
|
|
|
"templating"
|
|
|
|
],
|
2018-07-23 08:55:25 +00:00
|
|
|
"time": "2018-07-13T07:18:09+00:00"
|
2018-04-28 12:20:07 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
2018-06-04 19:05:22 +00:00
|
|
|
"platform": {
|
2018-10-13 22:29:32 +00:00
|
|
|
"php": ">=7.1",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-pdo": "*"
|
2018-06-04 19:05:22 +00:00
|
|
|
},
|
2018-04-28 12:20:07 +00:00
|
|
|
"platform-dev": []
|
|
|
|
}
|