mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Default require-dev packages to most recent minor version
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
"symfony/browser-kit": "2.1.*",
|
"symfony/browser-kit": "2.1.*",
|
||||||
"symfony/css-selector": "2.1.*",
|
"symfony/css-selector": "2.1.*",
|
||||||
"phpunit/phpunit": "3.7.*",
|
"phpunit/phpunit": "3.7.*",
|
||||||
"phpmd/phpmd": "1.4.0",
|
"phpmd/phpmd": "1.4.*",
|
||||||
"phploc/phploc": "1.7.4"
|
"phploc/phploc": "1.7.*"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
12
composer.lock
generated
12
composer.lock
generated
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"hash": "5d551d4122f4c231acabf1d23b1c4458",
|
"hash": "23b42eb82a97fc586f9c703879c08ac9",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "klaussilveira/gitter",
|
"name": "klaussilveira/gitter",
|
||||||
@@ -711,23 +711,23 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpmd/phpmd",
|
"name": "phpmd/phpmd",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/phpmd/phpmd.git",
|
"url": "git://github.com/phpmd/phpmd.git",
|
||||||
"reference": "1.4.0"
|
"reference": "1.4.1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/phpmd/phpmd/zipball/1.4.0",
|
"url": "https://github.com/phpmd/phpmd/archive/1.4.1.zip",
|
||||||
"reference": "1.4.0",
|
"reference": "1.4.1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"pdepend/pdepend": "*",
|
"pdepend/pdepend": "*",
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
},
|
},
|
||||||
"time": "2012-09-07 14:52:24",
|
"time": "2012-12-14 12:25:09",
|
||||||
"bin": [
|
"bin": [
|
||||||
"src/bin/phpmd"
|
"src/bin/phpmd"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user