php7-mysql-data/Kapitel_10/Lektion_5/vendor/sebastian/code-unit-reverse-lookup
2016-08-21 00:15:10 +02:00
..
src Initiale Version 2016-08-21 00:15:10 +02:00
tests Initiale Version 2016-08-21 00:15:10 +02:00
.gitignore Initiale Version 2016-08-21 00:15:10 +02:00
.php_cs Initiale Version 2016-08-21 00:15:10 +02:00
.travis.yml Initiale Version 2016-08-21 00:15:10 +02:00
build.xml Initiale Version 2016-08-21 00:15:10 +02:00
ChangeLog.md Initiale Version 2016-08-21 00:15:10 +02:00
composer.json Initiale Version 2016-08-21 00:15:10 +02:00
LICENSE Initiale Version 2016-08-21 00:15:10 +02:00
phpunit.xml Initiale Version 2016-08-21 00:15:10 +02:00
README.md Initiale Version 2016-08-21 00:15:10 +02:00

code-unit-reverse-lookup

Looks up which function or method a line of code belongs to.

Installation

To add this component as a local, per-project dependency to your project, simply add a dependency on sebastian/code-unit-reverse-lookup to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on version 1.0 of this component:

{
    "require": {
        "sebastian/code-unit-reverse-lookup": "~1.0"
    }
}