PHP Classes

File: support/init

Recommend this page to a friend!
  Classes of Daniele Orlando   FluidXML   support/init   Download  
File: support/init
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FluidXML
Manipulate XML documents using a fluent interface
Author: By
Last change:
Date: 27 days ago
Size: 282 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash 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"