Fixing the horrors of overly long lines, misalignment, and incorrect use of new lines.

This commit is contained in:
Dan Cryer 2014-05-01 16:53:29 +01:00
commit 69ea47874f
19 changed files with 938 additions and 102 deletions

View file

@ -1,56 +1 @@
{
"name" : "block8/phpci",
"description" : "Simple continuous integration for PHP projects.",
"minimum-stability": "stable",
"type" : "library",
"keywords" : ["php", "phpci", "ci", "continuous", "integration", "testing", "phpunit", "continuous integration", "jenkins", "travis"],
"homepage" : "http://www.phptesting.org/",
"license" : "BSD-2-Clause",
"authors": [
{
"name" : "Dan Cryer",
"email" : "dan.cryer@block8.co.uk",
"homepage": "http://www.block8.co.uk",
"role" : "Developer"
}
],
"support": {
"email" : "hello+phpci@block8.co.uk",
"issues": "https://github.com/Block8/PHPCI/issues",
"source": "https://github.com/Block8/PHPCI"
},
"require": {
"php": ">=5.3.3",
"ext-mcrypt": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"block8/b8framework" : "~1.1",
"ircmaxell/password-compat": "~1.0",
"swiftmailer/swiftmailer" : "~5.0",
"symfony/yaml" : "~2.1",
"symfony/console" : "~2.1",
"psr/log": "~1.0",
"monolog/monolog": "~1.6",
"pimple/pimple": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"phpspec/prophecy-phpunit": "~1.0"
},
"suggest": {
"phpmd/phpmd": "PHP Mess Detector",
"sebastian/phpcpd": "PHP Copy/Paste Detector",
"squizlabs/php_codesniffer": "PHP Code Sniffer",
"phpspec/phpspec": "PHP Spec",
"fabpot/php-cs-fixer": "PHP Code Sniffer Fixer",
"phploc/phploc": "PHP Lines of Code",
"atoum/atoum": "Atoum",
"jakub-onderka/php-parallel-lint": "Parallel Linting Tool",
"behat/behat": "Behat BDD Testing"
}
}
{"name":"block8\/phpci","description":"Simple continuous integration for PHP projects.","minimum-stability":"stable","type":"library","keywords":["php","phpci","ci","continuous","integration","testing","phpunit","continuous integration","jenkins","travis"],"homepage":"http:\/\/www.phptesting.org\/","license":"BSD-2-Clause","authors":[{"name":"Dan Cryer","email":"dan.cryer@block8.co.uk","homepage":"http:\/\/www.block8.co.uk","role":"Developer"}],"support":{"email":"hello+phpci@block8.co.uk","issues":"https:\/\/github.com\/Block8\/PHPCI\/issues","source":"https:\/\/github.com\/Block8\/PHPCI"},"require":{"php":">=5.3.3","ext-mcrypt":"*","ext-pdo":"*","ext-pdo_mysql":"*","block8\/b8framework":"~1.1","ircmaxell\/password-compat":"~1.0","swiftmailer\/swiftmailer":"~5.0","symfony\/yaml":"~2.1","symfony\/console":"~2.1","psr\/log":"~1.0","monolog\/monolog":"~1.6","pimple\/pimple":"~1.1","phpmd\/phpmd":"1.5.0","squizlabs\/php_codesniffer":"1.5.2","phploc\/phploc":"2.0.4"},"require-dev":{"phpunit\/phpunit":"~3.7","phpspec\/prophecy-phpunit":"~1.0"},"suggest":{"phpmd\/phpmd":"PHP Mess Detector","sebastian\/phpcpd":"PHP Copy\/Paste Detector","squizlabs\/php_codesniffer":"PHP Code Sniffer","phpspec\/phpspec":"PHP Spec","fabpot\/php-cs-fixer":"PHP Code Sniffer Fixer","phploc\/phploc":"PHP Lines of Code","atoum\/atoum":"Atoum","jakub-onderka\/php-parallel-lint":"Parallel Linting Tool","behat\/behat":"Behat BDD Testing"}}