Skip to content
Snippets Groups Projects
Commit 0114d4e1 authored by Demian Katz's avatar Demian Katz
Browse files

Upgrade PHPLOC.

parent 830a5ac4
No related merge requests found
......@@ -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": "dfa2c0ba4d07da3c08db9de14e01be38",
"content-hash": "d72e0674e9241ac926153fbd51267765",
"packages": [
{
"name": "aferrandini/phpqrcode",
......@@ -4720,27 +4720,23 @@
},
{
"name": "phploc/phploc",
"version": "3.0.1",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phploc.git",
"reference": "74f917e6f80f291856989960d31afa44a4196859"
"reference": "7335bb2173c687759631fe4901db6897245f6e2b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/74f917e6f80f291856989960d31afa44a4196859",
"reference": "74f917e6f80f291856989960d31afa44a4196859",
"url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/7335bb2173c687759631fe4901db6897245f6e2b",
"reference": "7335bb2173c687759631fe4901db6897245f6e2b",
"shasum": ""
},
"require": {
"php": ">=5.6",
"sebastian/finder-facade": "~1.1",
"sebastian/git": "~2.1",
"sebastian/version": "~1.0.3|~2.0",
"symfony/console": "~2.5|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~5"
"php": "^5.6 || ^7.0",
"sebastian/finder-facade": "^1.1",
"sebastian/version": "^2.0",
"symfony/console": "^2.7|^3.0"
},
"bin": [
"phploc"
......@@ -4748,7 +4744,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "4.0-dev"
}
},
"autoload": {
......@@ -4769,7 +4765,7 @@
],
"description": "A tool for quickly measuring the size of a PHP project.",
"homepage": "https://github.com/sebastianbergmann/phploc",
"time": "2016-04-25T08:11:21+00:00"
"time": "2017-06-06T13:07:11+00:00"
},
{
"name": "phpmd/phpmd",
......@@ -5607,52 +5603,6 @@
"homepage": "https://github.com/sebastianbergmann/finder-facade",
"time": "2016-02-17T07:02:23+00:00"
},
{
"name": "sebastian/git",
"version": "2.1.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/git.git",
"reference": "815bbbc963cf35e5413df195aa29df58243ecd24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/git/zipball/815bbbc963cf35e5413df195aa29df58243ecd24",
"reference": "815bbbc963cf35e5413df195aa29df58243ecd24",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Simple wrapper for Git",
"homepage": "http://www.github.com/sebastianbergmann/git",
"keywords": [
"git"
],
"abandoned": true,
"time": "2017-01-23T20:57:12+00:00"
},
{
"name": "sebastian/global-state",
"version": "1.1.1",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment