Merge pull request #517 from GrahamCampbell/deps

Updated dependencies

* GrahamCampbell/deps:
  Updated dependencies
This commit is contained in:
Andreas Fischer 2014-12-03 12:30:12 +01:00
commit bce3c02126
2 changed files with 52 additions and 16 deletions

View File

@ -49,10 +49,10 @@
"php": ">=5.0.0" "php": ">=5.0.0"
}, },
"require-dev": { "require-dev": {
"phing/phing": "2.7.*", "phing/phing": "~2.7",
"phpunit/phpunit": "4.3.*", "phpunit/phpunit": "~4.0",
"sami/sami": "2.*", "sami/sami": "~2.0",
"squizlabs/php_codesniffer": "1.*" "squizlabs/php_codesniffer": "~1.5"
}, },
"suggest": { "suggest": {
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",

60
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "cac79a81262eec5434febc8ce93bba82", "hash": "dcec513bef49f692870f013fcfed86ab",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -159,25 +159,61 @@
}, },
{ {
"name": "phing/phing", "name": "phing/phing",
"version": "2.7.0", "version": "2.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phingofficial/phing.git", "url": "https://github.com/phingofficial/phing.git",
"reference": "bd2689790c620ac745b3ad29765c641a0dd5d007" "reference": "12af1264dd4c5b88e28ee787e829de13c5ec172e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phingofficial/phing/zipball/bd2689790c620ac745b3ad29765c641a0dd5d007", "url": "https://api.github.com/repos/phingofficial/phing/zipball/12af1264dd4c5b88e28ee787e829de13c5ec172e",
"reference": "bd2689790c620ac745b3ad29765c641a0dd5d007", "reference": "12af1264dd4c5b88e28ee787e829de13c5ec172e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2.0" "php": ">=5.2.0"
}, },
"require-dev": {
"ext-pdo_sqlite": "*",
"lastcraft/simpletest": "@dev",
"pdepend/pdepend": "1.x",
"pear-pear.php.net/http_request2": "2.2.x",
"pear-pear.php.net/net_growl": "2.7.x",
"pear-pear.php.net/pear_packagefilemanager": "1.7.x",
"pear-pear.php.net/pear_packagefilemanager2": "1.0.x",
"pear-pear.php.net/xml_serializer": "0.20.x",
"pear/pear_exception": "@dev",
"pear/versioncontrol_git": "@dev",
"pear/versioncontrol_svn": "@dev",
"phpdocumentor/phpdocumentor": "2.x",
"phploc/phploc": "2.x",
"phpunit/phpunit": ">=3.7",
"sebastian/phpcpd": "2.x",
"squizlabs/php_codesniffer": "1.5.x"
},
"suggest": {
"pdepend/pdepend": "PHP version of JDepend",
"pear/archive_tar": "Tar file management class",
"pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
"pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
"phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
"phploc/phploc": "A tool for quickly measuring the size of a PHP project",
"phpmd/phpmd": "PHP version of PMD tool",
"phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
"phpunit/phpunit": "The PHP Unit Testing Framework",
"sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
"tedivm/jshrink": "Javascript Minifier built in PHP"
},
"bin": [ "bin": [
"bin/phing" "bin/phing"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.9.x-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"classes/phing/" "classes/phing/"
@ -188,27 +224,27 @@
"classes" "classes"
], ],
"license": [ "license": [
"LGPL3" "LGPL-3.0"
], ],
"authors": [ "authors": [
{
"name": "Michiel Rook",
"email": "mrook@php.net",
"role": "Lead"
},
{ {
"name": "Phing Community", "name": "Phing Community",
"homepage": "http://www.phing.info/trac/wiki/Development/Contributors" "homepage": "http://www.phing.info/trac/wiki/Development/Contributors"
},
{
"name": "Michiel Rook",
"email": "mrook@php.net"
} }
], ],
"description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
"homepage": "http://www.phing.info/", "homepage": "http://www.phing.info/",
"keywords": [ "keywords": [
"build", "build",
"phing",
"task", "task",
"tool" "tool"
], ],
"time": "2014-02-13 13:17:59" "time": "2014-11-25 14:58:59"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",