Skip to content

Instantly share code, notes, and snippets.

@n1c0l4stournier
Created February 23, 2021 15:37
Show Gist options
  • Save n1c0l4stournier/5ce42323b4a6cea0e60a28faab89b297 to your computer and use it in GitHub Desktop.
Save n1c0l4stournier/5ce42323b4a6cea0e60a28faab89b297 to your computer and use it in GitHub Desktop.
Code quality testing with SonarQube and Gitlab CI for PHP applications - 04
{
"name": "linkbynet/demo-php-code-quality-testing-sonar-gitlab-ci",
"description": "Code quality testing with SonarQube and Gitlab CI for PHP applications",
"authors": [
{
"name": "Nicolas Tournier",
"email": "n.tournier@linkbynet.com"
}
],
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"LBN\\Demo\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LBN\\Tests\\": "tests/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment