mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
667 B
667 B
Meritoo Common Library
Development-related information
Getting started
Docker
Build, create and start Docker's containers by running command:
docker-compose up -d
Composer
Install packages by running command:
docker-compose run composer install
Update packages by running command:
docker-compose run composer update
Tests
Rebuild project and run tests by running command:
docker-compose exec php-cli phing
Run tests only by running command:
docker-compose exec php-cli phpunit