Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

tommy-muehle/phive-composer-plugin-devenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phive-composer-plugin-devenv

Development environment to create the Composer plugin for PHIVE.
Based on Composer plugin devenv.

Install

git clone https://github.com/tommy-muehle/phive-composer-plugin-devenv
cd phive-composer-plugin-devenv
git submodule update --init --recursive

Usage

Update the plugin to initialize

docker-compose run --rm composer global update --prefer-dist

Run tests

Requires an existing "phpunit" executable in the bin directory (plugin/bin).

docker-compose run --rm plugin bin/phpunit -c phpunit.xml.dist

Run PHPStan

docker-compose run --rm phpstan analyse src tests --level=5

Run Humbug

docker-compose run --rm humbug

Releases

No releases published

Packages

No packages published