feat(master) fix composer

This commit is contained in:
Alexander Gansky 2015-12-16 14:27:14 +02:00
parent 7eb3a358a0
commit 7b18f99120
2 changed files with 313 additions and 210 deletions

View file

@ -1,39 +1,34 @@
{ {
"name" : "block8/phpci", "name": "block8/phpci",
"description" : "Simple continuous integration for PHP projects.", "description": "Simple continuous integration for PHP projects.",
"minimum-stability": "stable", "minimum-stability": "stable",
"type" : "library", "type": "library",
"keywords" : ["php", "phpci", "ci", "continuous", "integration", "testing", "phpunit", "continuous integration", "jenkins", "travis"], "keywords": ["php", "phpci", "ci", "continuous", "integration", "testing", "phpunit", "continuous integration", "jenkins", "travis"],
"homepage" : "http://www.phptesting.org/", "homepage": "http://www.phptesting.org/",
"license" : "BSD-2-Clause", "license": "BSD-2-Clause",
"authors": [ "authors": [
{ {
"name" : "Dan Cryer", "name": "Dan Cryer",
"email" : "dan.cryer@block8.co.uk", "email": "dan.cryer@block8.co.uk",
"homepage": "http://www.block8.co.uk", "homepage": "http://www.block8.co.uk",
"role" : "Developer" "role": "Developer"
} }
], ],
"support": { "support": {
"email" : "hello+phpci@block8.co.uk", "email": "hello+phpci@block8.co.uk",
"issues": "https://github.com/Block8/PHPCI/issues", "issues": "https://github.com/Block8/PHPCI/issues",
"source": "https://github.com/Block8/PHPCI" "source": "https://github.com/Block8/PHPCI"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"PHPCI\\": "PHPCI" "PHPCI\\": "PHPCI"
} }
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
"Tests\\PHPCI\\": "Tests/PHPCI/" "Tests\\PHPCI\\": "Tests/PHPCI/"
} }
}, },
"require": { "require": {
"php": ">=5.3.8", "php": ">=5.3.8",
"ext-pdo": "*", "ext-pdo": "*",
@ -51,9 +46,9 @@
"pda/pheanstalk": "~3.1", "pda/pheanstalk": "~3.1",
"maknz/slack": "~1.7", "maknz/slack": "~1.7",
"hipchat/hipchat-php": "~1.4", "hipchat/hipchat-php": "~1.4",
"mremi/flowdock": "~1.0" "mremi/flowdock": "~1.0",
"mindteam/phpci-symfony2-plugin": "dev-master"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.5", "phpunit/phpunit": "~4.5",
"phpmd/phpmd": "~2.0", "phpmd/phpmd": "~2.0",
@ -62,7 +57,7 @@
"phploc/phploc": "~2.0", "phploc/phploc": "~2.0",
"jakub-onderka/php-parallel-lint": "0.8.*" "jakub-onderka/php-parallel-lint": "0.8.*"
}, },
"minimum-stability": "dev",
"suggest": { "suggest": {
"block8/php-docblock-checker": "PHP Docblock Checker", "block8/php-docblock-checker": "PHP Docblock Checker",
"phpmd/phpmd": "PHP Mess Detector", "phpmd/phpmd": "PHP Mess Detector",

492
composer.lock generated

File diff suppressed because it is too large Load diff