Julian Exner,
Franz Thoma,
Franziska Hinkelmann
Antwerp Belgium, 2015-01-23
We are software consultants at TNG Technology Consulting GmbH in Munich, Germany. Working mainly on PHP legacy code for a large telco client.
Sample composer.json
file:
{
"name": "TngWorkshop",
"type": "project",
"autoload": {
"psr-0": { "": "src/" }
},
"require": {
"php": ">=5.3.3",
"apache/log4php": "~2.3"
}
}
composer install
in the same directory will download the required dependencies to the vendor/
directorycomposer.lock
file, this file contains the exact versions that were downloaded.Jenkins -> Back to Dashboard -> New Item
Scroll down
Back to Dashboard -> UnitTests -> Configure
julian.exner@tngtech.com
franz.thoma@tngtech.com
franziska.hinkelmann@tngtech.com