diff --git a/composer.lock b/composer.lock index 893a973..6d6b650 100644 --- a/composer.lock +++ b/composer.lock @@ -1,39 +1,39 @@ { "_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", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "bcb53845822474a3723f125c156ff9a5", "packages": [ { "name": "mobiledetect/mobiledetectlib", - "version": "2.8.28", + "version": "2.8.32", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "65cd802dad5e85cb8f0ab1ba54ae5fdca765062b" + "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/65cd802dad5e85cb8f0ab1ba54ae5fdca765062b", - "reference": "65cd802dad5e85cb8f0ab1ba54ae5fdca765062b", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/ec69a0c381b5fe44547680d3c7db6ced08e5abb3", + "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { - "phpunit/phpunit": "~4.8|5.7" + "phpunit/phpunit": "~4.8.35||~5.7" }, "type": "library", "autoload": { - "classmap": [ - "Mobile_Detect.php" - ], "psr-0": { "Detection": "namespaced/" - } + }, + "classmap": [ + "Mobile_Detect.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -56,7 +56,11 @@ "mobile detector", "php mobile detect" ], - "time": "2017-12-09T09:59:47+00:00" + "support": { + "issues": "https://github.com/serbanghita/Mobile-Detect/issues", + "source": "https://github.com/serbanghita/Mobile-Detect/tree/devel" + }, + "time": "2018-06-03T13:13:04+00:00" }, { "name": "vlucas/phpdotenv", @@ -116,5 +120,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }