PHP Classes

File: vendor/mongodb/mongodb/Makefile

Recommend this page to a friend!
  Classes of LAGGOUNE Walid   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/Makefile   Download  
File: vendor/mongodb/mongodb/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 370 bytes
 

Contents

Class file image Download
.PHONY: composer test COMPOSER_ARGS=update --no-interaction --prefer-source composer: @command -v composer >/dev/null 2>&1; \ if test $$? -eq 0; then \ composer $(COMPOSER_ARGS); \ elif test -r composer.phar; then \ php composer.phar $(COMPOSER_ARGS); \ else \ echo >&2 "Cannot find composer; aborting."; \ false; \ fi test: composer vendor/bin/phpunit