Updated Composer dependencies

This commit is contained in:
Bernd Bestel
2018-04-19 19:47:38 +02:00
parent 9ddcdb3ab2
commit 0c85342404
2 changed files with 26 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
{ {
"require": { "require": {
"php": ">=7.0",
"slim/slim": "^3.8", "slim/slim": "^3.8",
"morris/lessql": "^0.3.4", "morris/lessql": "^0.3.4",
"pavlakis/slim-cli": "^1.0", "pavlakis/slim-cli": "^1.0",

53
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "12ebab60e283dfdab831d1cc22430d05", "content-hash": "6398ecdbf578b85c595fc1be9a40c021",
"packages": [ "packages": [
{ {
"name": "container-interop/container-interop", "name": "container-interop/container-interop",
@@ -106,7 +106,7 @@
}, },
{ {
"name": "illuminate/container", "name": "illuminate/container",
"version": "v5.6.16", "version": "v5.6.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/container.git", "url": "https://github.com/illuminate/container.git",
@@ -150,7 +150,7 @@
}, },
{ {
"name": "illuminate/contracts", "name": "illuminate/contracts",
"version": "v5.6.16", "version": "v5.6.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/contracts.git", "url": "https://github.com/illuminate/contracts.git",
@@ -194,7 +194,7 @@
}, },
{ {
"name": "illuminate/events", "name": "illuminate/events",
"version": "v5.6.16", "version": "v5.6.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/events.git", "url": "https://github.com/illuminate/events.git",
@@ -239,7 +239,7 @@
}, },
{ {
"name": "illuminate/filesystem", "name": "illuminate/filesystem",
"version": "v5.6.16", "version": "v5.6.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/filesystem.git", "url": "https://github.com/illuminate/filesystem.git",
@@ -291,16 +291,16 @@
}, },
{ {
"name": "illuminate/support", "name": "illuminate/support",
"version": "v5.6.16", "version": "v5.6.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/support.git", "url": "https://github.com/illuminate/support.git",
"reference": "fad0669f858423679497a17f973261cc32f9a5a8" "reference": "cc8d6f5cef3a901de6bb7d1b362102a6db001085"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/fad0669f858423679497a17f973261cc32f9a5a8", "url": "https://api.github.com/repos/illuminate/support/zipball/cc8d6f5cef3a901de6bb7d1b362102a6db001085",
"reference": "fad0669f858423679497a17f973261cc32f9a5a8", "reference": "cc8d6f5cef3a901de6bb7d1b362102a6db001085",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -344,11 +344,11 @@
], ],
"description": "The Illuminate Support package.", "description": "The Illuminate Support package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2018-04-05T21:19:22+00:00" "time": "2018-04-17T12:26:47+00:00"
}, },
{ {
"name": "illuminate/view", "name": "illuminate/view",
"version": "v5.6.16", "version": "v5.6.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/view.git", "url": "https://github.com/illuminate/view.git",
@@ -444,16 +444,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "1.25.0", "version": "1.26.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4" "reference": "e3d9014279133a3cccc01f6a691322a2d5a6a87b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e3d9014279133a3cccc01f6a691322a2d5a6a87b",
"reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4", "reference": "e3d9014279133a3cccc01f6a691322a2d5a6a87b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -465,14 +465,9 @@
"phpunit/phpunit": "^4.8.35 || ^5.7" "phpunit/phpunit": "^4.8.35 || ^5.7"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.23-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Carbon\\": "src/Carbon/" "": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -493,7 +488,7 @@
"datetime", "datetime",
"time" "time"
], ],
"time": "2018-03-19T15:50:49+00:00" "time": "2018-04-17T15:35:42+00:00"
}, },
{ {
"name": "nikic/fast-route", "name": "nikic/fast-route",
@@ -927,16 +922,16 @@
}, },
{ {
"name": "slim/slim", "name": "slim/slim",
"version": "3.9.2", "version": "3.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slimphp/Slim.git", "url": "https://github.com/slimphp/Slim.git",
"reference": "4086d0106cf5a7135c69fce4161fe355a8feb118" "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118", "url": "https://api.github.com/repos/slimphp/Slim/zipball/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748",
"reference": "4086d0106cf5a7135c69fce4161fe355a8feb118", "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -994,7 +989,7 @@
"micro", "micro",
"router" "router"
], ],
"time": "2017-11-26T19:13:09+00:00" "time": "2018-04-19T19:29:08+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
@@ -1235,6 +1230,8 @@
"stability-flags": [], "stability-flags": [],
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": {
"php": ">=7.0"
},
"platform-dev": [] "platform-dev": []
} }