PHP Classes

File: script/updatedeps

Recommend this page to a friend!
  Classes of Emil Kilhage   Symfony Task bundle   script/updatedeps   Download  
File: script/updatedeps
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Task bundle
Schedule task using cron with Symfony
Author: By
Last change:
Date: 7 years ago
Size: 350 bytes
 

Contents

Class file image Download
#!/bin/bash wget https://phar.phpunit.de/phpunit.phar mv -f phpunit.phar bin/ chmod +x bin/phpunit.phar ln -fs phpunit.phar bin/phpunit curl -sS https://getcomposer.org/installer | php -- --install-dir=bin ln -fs bin/composer composer.phar chmod +x bin/composer.phar ln -fs composer.phar bin/composer bin/composer self-update bin/composer update