Skip to content

Commit

Permalink
Bundle PHPLOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 27, 2014
1 parent 9835885 commit 6ebf006
Show file tree
Hide file tree
Showing 45 changed files with 3,532 additions and 27 deletions.
4 changes: 2 additions & 2 deletions components/bundle/composer.json
@@ -1,8 +1,8 @@
{
"require-dev": {
"phploc/phploc": "*",
"phpmd/phpmd" : "@stable",
"sebastian/phpcpd": "*",
"sebastian/phpdcd": "*",
"sebastian/phploc": "*"
"sebastian/phpdcd": "*"
}
}
98 changes: 97 additions & 1 deletion components/bundle/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/bundle/vendor/autoload.php
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer' . '/autoload_real.php';

return ComposerAutoloaderInit95532280817a0d988522eb50a228cd92::getLoader();
return ComposerAutoloaderInit14083e86eeb146b40d06f7dcca054f42::getLoader();
1 change: 1 addition & 0 deletions components/bundle/vendor/bin/phploc
8 changes: 8 additions & 0 deletions components/bundle/vendor/composer/autoload_classmap.php
Expand Up @@ -177,6 +177,7 @@
'PHP_Token_YIELD' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
'SebastianBergmann\\FinderFacade\\Configuration' => $vendorDir . '/sebastian/finder-facade/src/Configuration.php',
'SebastianBergmann\\FinderFacade\\FinderFacade' => $vendorDir . '/sebastian/finder-facade/src/FinderFacade.php',
'SebastianBergmann\\Git' => $vendorDir . '/sebastian/git/src/Git.php',
'SebastianBergmann\\PHPCPD\\CLI\\Application' => $vendorDir . '/sebastian/phpcpd/src/CLI/Application.php',
'SebastianBergmann\\PHPCPD\\CLI\\Command' => $vendorDir . '/sebastian/phpcpd/src/CLI/Command.php',
'SebastianBergmann\\PHPCPD\\CodeClone' => $vendorDir . '/sebastian/phpcpd/src/CodeClone.php',
Expand All @@ -193,6 +194,13 @@
'SebastianBergmann\\PHPDCD\\CLI\\Command' => $vendorDir . '/sebastian/phpdcd/src/CLI/Command.php',
'SebastianBergmann\\PHPDCD\\Detector' => $vendorDir . '/sebastian/phpdcd/src/Detector.php',
'SebastianBergmann\\PHPDCD\\Log\\Text' => $vendorDir . '/sebastian/phpdcd/src/Log/Text.php',
'SebastianBergmann\\PHPLOC\\Analyser' => $vendorDir . '/phploc/phploc/src/Analyser.php',
'SebastianBergmann\\PHPLOC\\CLI\\Application' => $vendorDir . '/phploc/phploc/src/CLI/Application.php',
'SebastianBergmann\\PHPLOC\\CLI\\Command' => $vendorDir . '/phploc/phploc/src/CLI/Command.php',
'SebastianBergmann\\PHPLOC\\Log\\CSV\\History' => $vendorDir . '/phploc/phploc/src/Log/CSV/History.php',
'SebastianBergmann\\PHPLOC\\Log\\CSV\\Single' => $vendorDir . '/phploc/phploc/src/Log/CSV/Single.php',
'SebastianBergmann\\PHPLOC\\Log\\Text' => $vendorDir . '/phploc/phploc/src/Log/Text.php',
'SebastianBergmann\\PHPLOC\\Log\\XML' => $vendorDir . '/phploc/phploc/src/Log/XML.php',
'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php',
'TheSeer\\fDOM\\CSS\\DollarEqualRule' => $vendorDir . '/theseer/fdomdocument/src/css/DollarEqualRule.php',
'TheSeer\\fDOM\\CSS\\NotRule' => $vendorDir . '/theseer/fdomdocument/src/css/NotRule.php',
Expand Down
8 changes: 4 additions & 4 deletions components/bundle/vendor/composer/autoload_real.php
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit95532280817a0d988522eb50a228cd92
class ComposerAutoloaderInit14083e86eeb146b40d06f7dcca054f42
{
private static $loader;

Expand All @@ -19,9 +19,9 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit95532280817a0d988522eb50a228cd92', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit14083e86eeb146b40d06f7dcca054f42', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit95532280817a0d988522eb50a228cd92', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit14083e86eeb146b40d06f7dcca054f42', 'loadClassLoader'));

$includePaths = require __DIR__ . '/include_paths.php';
array_push($includePaths, get_include_path());
Expand All @@ -48,7 +48,7 @@ public static function getLoader()
}
}

function composerRequire95532280817a0d988522eb50a228cd92($file)
function composerRequire14083e86eeb146b40d06f7dcca054f42($file)
{
require $file;
}
100 changes: 100 additions & 0 deletions components/bundle/vendor/composer/installed.json
Expand Up @@ -668,5 +668,105 @@
],
"description": "Dead Code Detector (DCD) for PHP code.",
"homepage": "https://github.com/sebastianbergmann/phpdcd"
},
{
"name": "sebastian/git",
"version": "1.2.0",
"version_normalized": "1.2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/git.git",
"reference": "a99fbc102e982c1404041ef3e4d431562b29bcba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/git/zipball/a99fbc102e982c1404041ef3e4d431562b29bcba",
"reference": "a99fbc102e982c1404041ef3e4d431562b29bcba",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2013-08-04 09:35:29",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"installation-source": "dist",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple wrapper for Git",
"homepage": "http://www.github.com/sebastianbergmann/git",
"keywords": [
"git"
]
},
{
"name": "phploc/phploc",
"version": "2.0.6",
"version_normalized": "2.0.6.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phploc.git",
"reference": "322ad07c112d5c6832abed4269d648cacff5959b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/322ad07c112d5c6832abed4269d648cacff5959b",
"reference": "322ad07c112d5c6832abed4269d648cacff5959b",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/finder-facade": "~1.1",
"sebastian/git": "~1.0",
"sebastian/version": "~1.0",
"symfony/console": "~2.2"
},
"time": "2014-06-25 08:11:02",
"bin": [
"phploc"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"installation-source": "dist",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "A tool for quickly measuring the size of a PHP project.",
"homepage": "https://github.com/sebastianbergmann/phploc"
}
]
1 change: 1 addition & 0 deletions components/bundle/vendor/phploc/phploc/.gitattributes
@@ -0,0 +1 @@
*.php diff=php
11 changes: 11 additions & 0 deletions components/bundle/vendor/phploc/phploc/.gitignore
@@ -0,0 +1,11 @@
build/phar
build/SebastianBergmann
build/phploc.bat
build/phploc.php
build/*.phar
build/*.tgz
.idea
cache.properties
composer.phar
composer.lock
vendor
22 changes: 22 additions & 0 deletions components/bundle/vendor/phploc/phploc/.travis.yml
@@ -0,0 +1,22 @@
language: php

before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev

php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

script: phpunit --configuration ./build/travis-ci.xml

matrix:
allow_failures:
- php: hhvm

notifications:
email: false
33 changes: 33 additions & 0 deletions components/bundle/vendor/phploc/phploc/LICENSE
@@ -0,0 +1,33 @@
phploc

Copyright (c) 2009-2014, Sebastian Bergmann <sebastian@phpunit.de>.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

* Neither the name of Sebastian Bergmann nor the names of his
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

0 comments on commit 6ebf006

Please sign in to comment.