Slim update
This commit is contained in:
parent
4ecb43fe0b
commit
cc3f662cb7
2 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
"type": "project",
|
||||
"require": {
|
||||
"smarty/smarty": "~3.1.29",
|
||||
"slim/slim": "~3.6.0",
|
||||
"slim/slim": "~3.7.0",
|
||||
"mathmarques/smarty-view": "~1.1.0",
|
||||
"symfony/yaml": "~3.2.0",
|
||||
"symfony/process": "~3.2.0",
|
||||
|
|
16
composer.lock
generated
16
composer.lock
generated
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "d05704ba949e6f47232b57935a19052e",
|
||||
"content-hash": "c0677a19c185d6050389bc3078f4b554",
|
||||
"hash": "a9a615aa21e6ae6bc4f980de187cb701",
|
||||
"content-hash": "cbf8089486d9ab0599ff3d7c22f045a7",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aura/session",
|
||||
|
@ -490,16 +490,16 @@
|
|||
},
|
||||
{
|
||||
"name": "slim/slim",
|
||||
"version": "3.6.0",
|
||||
"version": "3.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/slimphp/Slim.git",
|
||||
"reference": "a685fe91a9435e1432e8eeb7cf516e2f5cee7f64"
|
||||
"reference": "4254e40d81559e35cdf856bcbaca5f3af468b7ef"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/slimphp/Slim/zipball/a685fe91a9435e1432e8eeb7cf516e2f5cee7f64",
|
||||
"reference": "a685fe91a9435e1432e8eeb7cf516e2f5cee7f64",
|
||||
"url": "https://api.github.com/repos/slimphp/Slim/zipball/4254e40d81559e35cdf856bcbaca5f3af468b7ef",
|
||||
"reference": "4254e40d81559e35cdf856bcbaca5f3af468b7ef",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -549,14 +549,14 @@
|
|||
}
|
||||
],
|
||||
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
|
||||
"homepage": "http://slimframework.com",
|
||||
"homepage": "https://slimframework.com",
|
||||
"keywords": [
|
||||
"api",
|
||||
"framework",
|
||||
"micro",
|
||||
"router"
|
||||
],
|
||||
"time": "2016-11-20 20:48:49"
|
||||
"time": "2016-12-20 20:30:47"
|
||||
},
|
||||
{
|
||||
"name": "smarty/smarty",
|
||||
|
|
Loading…
Reference in a new issue