rogervila / php-sonarqube-scanner
Run SonarQube Scanner with composer
Installs: 144 406
Dependents: 5
Suggesters: 0
Security: 0
Stars: 17
Watchers: 4
Forks: 5
Open Issues: 3
Requires
- ext-zip: *
- crysalead/dir: ^2.0
- danieljharvey/php-git-branch: ^1.1
- tivie/php-os-detector: ^1.1
Requires (Dev)
- creativestyle/app-http-server-mock: ^1.0
- phpunit/phpunit: ^7.0 || ^8.0 || ^9.0
- symfony/process: ^4.1 || ^5.0
This package is auto-updated.
Last update: 2024-10-16 13:47:14 UTC
README
Run SonarQube Scanner with composer
Usage
Install the package as a dev requirement
composer require rogervila/php-sonarqube-scanner --dev
Run with composer
vendor/bin/sonar-scanner
Defaults
If the package finds that there are missing properties, it will try provide them automatically from your project's composer.json
file.
License
This project is open-sourced software licensed under the MIT license.