Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 512 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 512 Bytes

Скачать репозиторий

git clone https://github.com/webcoder-club/php-qa.git

Установить PHP последней версии, в данном случае 7.2:

brew update
brew install php72
brew install composer

Установить зависимости?

composer install

Что я сделал для того, чтобы сохранить зависимости в composer.lock?

require --dev phpunit/phpunit ^6.5