|
|
@ -1,580 +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" |
|
|
|
], |
|
|
|
"hash": "6cce6f8ddf6f041bbf61a8c85f1cb7a3", |
|
|
|
"content-hash": "e9593bb6457c08a899298c347997dd68", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "akrabat/rka-ip-address-middleware", |
|
|
|
"version": "0.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/akrabat/rka-ip-address-middleware.git", |
|
|
|
"reference": "1c9947fdbaad04614e8b15d55f191f11c39293d1" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/akrabat/rka-ip-address-middleware/zipball/1c9947fdbaad04614e8b15d55f191f11c39293d1", |
|
|
|
"reference": "1c9947fdbaad04614e8b15d55f191f11c39293d1", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"psr/http-message": "^1.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^4.8", |
|
|
|
"squizlabs/php_codesniffer": "^2.3", |
|
|
|
"zendframework/zend-diactoros": "^1.1" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"RKA\\Middleware\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"BSD-3-Clause" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Rob Allen", |
|
|
|
"email": "rob@akrabat.com", |
|
|
|
"homepage": "http://akrabat.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PSR-7 Middleware that determines the client IP address and stores it as an ServerRequest attribute", |
|
|
|
"homepage": "http://github.com/akrabat/rka-ip-address-middleware", |
|
|
|
"keywords": [ |
|
|
|
"IP", |
|
|
|
"middleware", |
|
|
|
"psr7" |
|
|
|
], |
|
|
|
"time": "2015-11-06 10:38:17" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "container-interop/container-interop", |
|
|
|
"version": "1.1.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": "" |
|
|
|
}, |
|
|
|
"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.)", |
|
|
|
"time": "2014-12-30 15:22:37" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "monolog/monolog", |
|
|
|
"version": "1.20.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/Seldaek/monolog.git", |
|
|
|
"reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037", |
|
|
|
"reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037", |
|
|
|
"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-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" |
|
|
|
}, |
|
|
|
"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" |
|
|
|
], |
|
|
|
"time": "2016-07-02 14:02:10" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nikic/fast-route", |
|
|
|
"version": "v1.0.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nikic/FastRoute.git", |
|
|
|
"reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/8ea928195fa9b907f0d6e48312d323c1a13cc2af", |
|
|
|
"reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af", |
|
|
|
"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": "nikic@php.net" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Fast request router for PHP", |
|
|
|
"keywords": [ |
|
|
|
"router", |
|
|
|
"routing" |
|
|
|
], |
|
|
|
"time": "2016-06-12 19:08:51" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "pimple/pimple", |
|
|
|
"version": "v3.0.2", |
|
|
|
"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" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "3.0.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": "2015-09-11 15:10:35" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/http-message", |
|
|
|
"version": "1.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" |
|
|
|
}, |
|
|
|
"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", |
|
|
|
"keywords": [ |
|
|
|
"http", |
|
|
|
"http-message", |
|
|
|
"psr", |
|
|
|
"psr-7", |
|
|
|
"request", |
|
|
|
"response" |
|
|
|
], |
|
|
|
"time": "2015-05-04 20:22:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/log", |
|
|
|
"version": "1.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": "" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-0": { |
|
|
|
"Psr\\Log\\": "" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "PHP-FIG", |
|
|
|
"homepage": "http://www.php-fig.org/" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Common interface for logging libraries", |
|
|
|
"keywords": [ |
|
|
|
"log", |
|
|
|
"psr", |
|
|
|
"psr-3" |
|
|
|
], |
|
|
|
"time": "2012-12-21 11:40:51" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "slim/php-view", |
|
|
|
"version": "2.1.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/slimphp/PHP-View.git", |
|
|
|
"reference": "8bae5b10d10c51596ef8d8113b3b63678718adcb" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/slimphp/PHP-View/zipball/8bae5b10d10c51596ef8d8113b3b63678718adcb", |
|
|
|
"reference": "8bae5b10d10c51596ef8d8113b3b63678718adcb", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"psr/http-message": "^1.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^5.0", |
|
|
|
"slim/slim": "^3.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Slim\\Views\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Glenn Eggleton", |
|
|
|
"email": "geggleto@gmail.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Render PHP view scripts into a PSR-7 Response object.", |
|
|
|
"keywords": [ |
|
|
|
"framework", |
|
|
|
"php", |
|
|
|
"phtml", |
|
|
|
"renderer", |
|
|
|
"slim", |
|
|
|
"template", |
|
|
|
"view" |
|
|
|
], |
|
|
|
"time": "2016-03-04 09:48:50" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "slim/slim", |
|
|
|
"version": "3.4.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/slimphp/Slim.git", |
|
|
|
"reference": "a132385f736063d00632b52b3f8a389fe66fe4fa" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/a132385f736063d00632b52b3f8a389fe66fe4fa", |
|
|
|
"reference": "a132385f736063d00632b52b3f8a389fe66fe4fa", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"container-interop/container-interop": "^1.1", |
|
|
|
"nikic/fast-route": "^1.0", |
|
|
|
"php": ">=5.5.0", |
|
|
|
"pimple/pimple": "^3.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": "http://slimframework.com", |
|
|
|
"keywords": [ |
|
|
|
"api", |
|
|
|
"framework", |
|
|
|
"micro", |
|
|
|
"router" |
|
|
|
], |
|
|
|
"time": "2016-05-25 11:23:38" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "slim/twig-view", |
|
|
|
"version": "2.1.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/slimphp/Twig-View.git", |
|
|
|
"reference": "16fded26a44b8e8e0e041f1cff32afa21daeb284" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/16fded26a44b8e8e0e041f1cff32afa21daeb284", |
|
|
|
"reference": "16fded26a44b8e8e0e041f1cff32afa21daeb284", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.5.0", |
|
|
|
"psr/http-message": "^1.0", |
|
|
|
"twig/twig": "^1.18" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^4.8.0" |
|
|
|
}, |
|
|
|
"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 templating component", |
|
|
|
"homepage": "http://slimframework.com", |
|
|
|
"keywords": [ |
|
|
|
"framework", |
|
|
|
"slim", |
|
|
|
"template", |
|
|
|
"twig", |
|
|
|
"view" |
|
|
|
], |
|
|
|
"time": "2016-03-13 20:58:41" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "twig/twig", |
|
|
|
"version": "v1.24.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/twigphp/Twig.git", |
|
|
|
"reference": "3566d311a92aae4deec6e48682dc5a4528c4a512" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512", |
|
|
|
"reference": "3566d311a92aae4deec6e48682dc5a4528c4a512", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.2.7" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"symfony/debug": "~2.7", |
|
|
|
"symfony/phpunit-bridge": "~2.7" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.24-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-0": { |
|
|
|
"Twig_": "lib/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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", |
|
|
|
"homepage": "http://twig.sensiolabs.org/contributors", |
|
|
|
"role": "Contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP", |
|
|
|
"homepage": "http://twig.sensiolabs.org", |
|
|
|
"keywords": [ |
|
|
|
"templating" |
|
|
|
], |
|
|
|
"time": "2016-05-30 09:11:59" |
|
|
|
} |
|
|
|
], |
|
|
|
"packages-dev": [], |
|
|
|
"aliases": [], |
|
|
|
"minimum-stability": "stable", |
|
|
|
"stability-flags": [], |
|
|
|
"prefer-stable": false, |
|
|
|
"prefer-lowest": false, |
|
|
|
"platform": { |
|
|
|
"php": ">=5.5.0" |
|
|
|
}, |
|
|
|
"platform-dev": [] |
|
|
|
} |