timitao / phpunit-workshops
dev-base
2019-04-16 12:29 UTC
Requires
- php: >=7.1
- beberlei/assert: ^3.0
- phpunit/phpunit: ^7
Requires (Dev)
- phpstan/phpstan: ^0.10
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-10-29 05:11:04 UTC
README
PHPUnit workshops
Installation
Please, install before going to workshops.
Standard
-
Clone repository
git clone git@github.com:timiTao/PHPUnitWorkshops.git
-
Fetch all branches
git fetch --all
-
Install composer following link and next library:
composer install
Docker
-
Clone repository
git clone git@github.com:timiTao/PHPUnitWorkshops.git
-
Fetch all branches
git fetch --all
-
Install library by docker-composer
docker-compose run composer install
Contributors
- Tomasz Kunicki TimiTao [lead developer]