mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-25 15:01:16 +02:00
Updated application dependencies
This commit is contained in:
59
composer.lock
generated
59
composer.lock
generated
@@ -1234,16 +1234,16 @@
|
||||
},
|
||||
{
|
||||
"name": "slim/slim",
|
||||
"version": "4.4.0",
|
||||
"version": "4.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/slimphp/Slim.git",
|
||||
"reference": "207acac048652a35d4762a737d59e317aedc02df"
|
||||
"reference": "5613cbb521081ed676d5d7eb3e44f2b80a818c24"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/slimphp/Slim/zipball/207acac048652a35d4762a737d59e317aedc02df",
|
||||
"reference": "207acac048652a35d4762a737d59e317aedc02df",
|
||||
"url": "https://api.github.com/repos/slimphp/Slim/zipball/5613cbb521081ed676d5d7eb3e44f2b80a818c24",
|
||||
"reference": "5613cbb521081ed676d5d7eb3e44f2b80a818c24",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1254,7 +1254,8 @@
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"psr/http-server-handler": "^1.0",
|
||||
"psr/http-server-middleware": "^1.0"
|
||||
"psr/http-server-middleware": "^1.0",
|
||||
"psr/log": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"adriansuter/php-autoload-override": "^1.0",
|
||||
@@ -1267,8 +1268,8 @@
|
||||
"phpspec/prophecy": "^1.10",
|
||||
"phpstan/phpstan": "^0.11.5",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"slim/http": "^0.7",
|
||||
"slim/psr7": "^0.3",
|
||||
"slim/http": "^1.0",
|
||||
"slim/psr7": "^1.0",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
},
|
||||
"suggest": {
|
||||
@@ -1322,33 +1323,33 @@
|
||||
"micro",
|
||||
"router"
|
||||
],
|
||||
"time": "2020-01-05T03:51:47+00:00"
|
||||
"time": "2020-04-14T20:49:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "slim/twig-view",
|
||||
"version": "3.0.0",
|
||||
"version": "3.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/slimphp/Twig-View.git",
|
||||
"reference": "46bc497bada017c24e6736f80af1baa8c6cc71d3"
|
||||
"reference": "36f7a04ca9e58ef926dc25cd0110f629668cb3f0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/46bc497bada017c24e6736f80af1baa8c6cc71d3",
|
||||
"reference": "46bc497bada017c24e6736f80af1baa8c6cc71d3",
|
||||
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/36f7a04ca9e58ef926dc25cd0110f629668cb3f0",
|
||||
"reference": "36f7a04ca9e58ef926dc25cd0110f629668cb3f0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1",
|
||||
"php": "^7.2",
|
||||
"psr/http-message": "^1.0",
|
||||
"slim/slim": "^4.0",
|
||||
"twig/twig": "^2.8|^3.0"
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^0.11.15",
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"psr/http-factory": "^1.0",
|
||||
"squizlabs/php_codesniffer": "^3.4.2"
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -1372,7 +1373,7 @@
|
||||
"homepage": "http://www.lgse.com"
|
||||
}
|
||||
],
|
||||
"description": "Slim Framework 4 view helper built on top of the Twig (2 and 3) templating component",
|
||||
"description": "Slim Framework 4 view helper built on top of the Twig 3 templating component",
|
||||
"homepage": "https://www.slimframework.com",
|
||||
"keywords": [
|
||||
"framework",
|
||||
@@ -1381,7 +1382,7 @@
|
||||
"twig",
|
||||
"view"
|
||||
],
|
||||
"time": "2019-12-02T23:40:24+00:00"
|
||||
"time": "2020-03-13T18:08:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
@@ -2039,7 +2040,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tightenco/collect",
|
||||
"version": "v7.5.2",
|
||||
"version": "v7.6.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tightenco/collect.git",
|
||||
@@ -2773,16 +2774,16 @@
|
||||
},
|
||||
{
|
||||
"name": "friendsofphp/php-cs-fixer",
|
||||
"version": "v2.16.2",
|
||||
"version": "v2.16.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
||||
"reference": "c460a3cbaa58f983fe026cd52c45950bf61e9239"
|
||||
"reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c460a3cbaa58f983fe026cd52c45950bf61e9239",
|
||||
"reference": "c460a3cbaa58f983fe026cd52c45950bf61e9239",
|
||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
|
||||
"reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2860,7 +2861,7 @@
|
||||
}
|
||||
],
|
||||
"description": "A tool to automatically fix PHP code style",
|
||||
"time": "2020-04-10T21:08:06+00:00"
|
||||
"time": "2020-04-15T18:51:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "johnkary/phpunit-speedtrap",
|
||||
@@ -4245,16 +4246,16 @@
|
||||
},
|
||||
{
|
||||
"name": "sebastian/environment",
|
||||
"version": "5.0.2",
|
||||
"version": "5.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/environment.git",
|
||||
"reference": "c39c1db0a5cffc98173f3de5a17d489d1043fd7b"
|
||||
"reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c39c1db0a5cffc98173f3de5a17d489d1043fd7b",
|
||||
"reference": "c39c1db0a5cffc98173f3de5a17d489d1043fd7b",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c753f04d68cd489b6973cf9b4e505e191af3b05c",
|
||||
"reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4294,7 +4295,7 @@
|
||||
"environment",
|
||||
"hhvm"
|
||||
],
|
||||
"time": "2020-03-31T12:14:15+00:00"
|
||||
"time": "2020-04-14T13:36:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/exporter",
|
||||
|
Reference in New Issue
Block a user