Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Put composer global libs in Neard (Issue neard/neard#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 27, 2017
1 parent b7bbd98 commit a059c7a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion bin/composer1.0-dev-edf14da/composer.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@php "%~dp0composer.phar" %*
@echo off
set COMPOSER_HOME=%~dp0
@php "%~dp0composer.phar" %*
4 changes: 3 additions & 1 deletion bin/composer1.0.0/composer.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@php "%~dp0composer.phar" %*
@echo off
set COMPOSER_HOME=%~dp0
@php "%~dp0composer.phar" %*
4 changes: 3 additions & 1 deletion bin/composer1.1.0/composer.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@php "%~dp0composer.phar" %*
@echo off
set COMPOSER_HOME=%~dp0
@php "%~dp0composer.phar" %*
4 changes: 3 additions & 1 deletion bin/composer1.1.2/composer.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@php "%~dp0composer.phar" %*
@echo off
set COMPOSER_HOME=%~dp0
@php "%~dp0composer.phar" %*
4 changes: 3 additions & 1 deletion bin/composer1.2.1/composer.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@php "%~dp0composer.phar" %*
@echo off
set COMPOSER_HOME=%~dp0
@php "%~dp0composer.phar" %*
4 changes: 3 additions & 1 deletion bin/composer1.4.2/composer.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@php "%~dp0composer.phar" %*
@echo off
set COMPOSER_HOME=%~dp0
@php "%~dp0composer.phar" %*

0 comments on commit a059c7a

Please sign in to comment.