Show if there's a new version available on the admin dashboard #143
This commit is contained in:
54
composer.lock
generated
54
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "6778fdaa04275c7824a22188522f844c",
|
||||
"content-hash": "9fc46733ea4ac9fb3c249612e2e302cf",
|
||||
"packages": [
|
||||
{
|
||||
"name": "arrilot/laravel-widgets",
|
||||
@@ -5130,6 +5130,58 @@
|
||||
],
|
||||
"time": "2015-02-23T12:40:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vierbergenlars/php-semver",
|
||||
"version": "3.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vierbergenlars/php-semver.git",
|
||||
"reference": "be22b86be4c1133acc42fd1685276792024af5f9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/be22b86be4c1133acc42fd1685276792024af5f9",
|
||||
"reference": "be22b86be4c1133acc42fd1685276792024af5f9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4"
|
||||
},
|
||||
"bin": [
|
||||
"bin/semver",
|
||||
"bin/update-versions"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"vierbergenlars\\SemVer\\": "src/",
|
||||
"vierbergenlars\\LibJs\\": "src/"
|
||||
},
|
||||
"classmap": [
|
||||
"src/vierbergenlars/SemVer/internal.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Lars Vierbergen",
|
||||
"email": "vierbergenlars@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "The Semantic Versioner for PHP",
|
||||
"keywords": [
|
||||
"semantic",
|
||||
"semver",
|
||||
"versioning"
|
||||
],
|
||||
"time": "2017-07-11T09:53:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vlucas/phpdotenv",
|
||||
"version": "v2.4.0",
|
||||
|
||||
Reference in New Issue
Block a user