PHP Classes

File: support/tools/init

Recommend this page to a friend!
  Classes of Daniele Orlando   FluidXML   support/tools/init   Download  
File: support/tools/init
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FluidXML
Manipulate XML documents using a fluent interface
Author: By
Last change: Internal cleanup and code coverage completion.
Date: 8 years ago
Size: 283 bytes
 

Contents

Class file image Download
#!/usr/bin/env sh cd "$(dirname "$0")" . "./.common.sh" cd ../.. if ! chkcmd 'composer'; then echo ' error: "composer" command not found.' exit 1 fi mkdir -pv "sandbox" mkdir -pv "sandbox/composer" composer install -d "." --no-interaction rm -f "./composer.lock"