|
@@ -232,79 +232,6 @@
|
|
|
"dependency injection"
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- "name": "slim/slim",
|
|
|
- "version": "3.9.0",
|
|
|
- "version_normalized": "3.9.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/slimphp/Slim.git",
|
|
|
- "reference": "575a8b53a0a489447915029c69680156cd355304"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/slimphp/Slim/zipball/575a8b53a0a489447915029c69680156cd355304",
|
|
|
- "reference": "575a8b53a0a489447915029c69680156cd355304",
|
|
|
- "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"
|
|
|
- },
|
|
|
- "time": "2017-11-04T08:46:46+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
"name": "twig/twig",
|
|
|
"version": "v1.35.0",
|
|
@@ -372,57 +299,6 @@
|
|
|
"templating"
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- "name": "symfony/yaml",
|
|
|
- "version": "v2.8.30",
|
|
|
- "version_normalized": "2.8.30.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/yaml.git",
|
|
|
- "reference": "d819bf267e901727141fe828ae888486fd21236e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/yaml/zipball/d819bf267e901727141fe828ae888486fd21236e",
|
|
|
- "reference": "d819bf267e901727141fe828ae888486fd21236e",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.9"
|
|
|
- },
|
|
|
- "time": "2017-11-05T15:25:56+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.8-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\Yaml\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony Yaml Component",
|
|
|
- "homepage": "https://symfony.com"
|
|
|
- },
|
|
|
{
|
|
|
"name": "slim/twig-view",
|
|
|
"version": "2.3.0",
|
|
@@ -674,10 +550,134 @@
|
|
|
"parser"
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "slim/slim",
|
|
|
+ "version": "3.9.2",
|
|
|
+ "version_normalized": "3.9.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/slimphp/Slim.git",
|
|
|
+ "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118",
|
|
|
+ "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "time": "2017-11-26T19:13:09+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/yaml",
|
|
|
+ "version": "v2.8.31",
|
|
|
+ "version_normalized": "2.8.31.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/yaml.git",
|
|
|
+ "reference": "d819bf267e901727141fe828ae888486fd21236e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/d819bf267e901727141fe828ae888486fd21236e",
|
|
|
+ "reference": "d819bf267e901727141fe828ae888486fd21236e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.9"
|
|
|
+ },
|
|
|
+ "time": "2017-11-05T15:25:56+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Yaml\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony Yaml Component",
|
|
|
+ "homepage": "https://symfony.com"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/event-dispatcher",
|
|
|
- "version": "v3.3.12",
|
|
|
- "version_normalized": "3.3.12.0",
|
|
|
+ "version": "v3.3.13",
|
|
|
+ "version_normalized": "3.3.13.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|