Merge pull request #80 from Seldaek/inception
Make composer use itself for installing itself to install itselfpull/87/merge
commit
2b476ce2c4
|
@ -1,18 +0,0 @@
|
||||||
[submodule "src/Symfony/Component/Process"]
|
|
||||||
path = src/Symfony/Component/Process
|
|
||||||
url = http://github.com/symfony/Process.git
|
|
||||||
[submodule "src/Symfony/Component/Finder"]
|
|
||||||
path = src/Symfony/Component/Finder
|
|
||||||
url = http://github.com/symfony/Finder.git
|
|
||||||
[submodule "src/Symfony/Component/Config"]
|
|
||||||
path = src/Symfony/Component/Config
|
|
||||||
url = http://github.com/symfony/Config.git
|
|
||||||
[submodule "src/Symfony/Component/ClassLoader"]
|
|
||||||
path = src/Symfony/Component/ClassLoader
|
|
||||||
url = http://github.com/symfony/ClassLoader.git
|
|
||||||
[submodule "src/Symfony/Component/BrowserKit"]
|
|
||||||
path = src/Symfony/Component/BrowserKit
|
|
||||||
url = http://github.com/symfony/BrowserKit.git
|
|
||||||
[submodule "src/Symfony/Component/Console"]
|
|
||||||
path = src/Symfony/Component/Console
|
|
||||||
url = https://github.com/symfony/Console.git
|
|
|
@ -1,7 +1,12 @@
|
||||||
#!/usr/bin/env php
|
#!/usr/bin/env php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require __DIR__.'/../tests/bootstrap.php';
|
if (!@include __DIR__.'/../vendor/.composer/autoload.php') {
|
||||||
|
die('You must set up the project dependencies, run the following commands:
|
||||||
|
wget http://getcomposer.org/composer.phar
|
||||||
|
php composer.phar install
|
||||||
|
');
|
||||||
|
}
|
||||||
|
|
||||||
use Composer\Composer;
|
use Composer\Composer;
|
||||||
use Composer\Installer;
|
use Composer\Installer;
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit fd0cb960f526238bad7dc28fee24ba91d6858e06
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit c00f87add0823f8f71c4f572595152bf7b2b2daf
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 7e4fecbf8a592268f94704deb6c8ab0f3345af90
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 20df560af4faa32b0925029f46ecf0ecdc435728
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 83d148b10f3acf2a1d1cc427386a1d3d1a125206
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 83186a5f106f33c1c8f8163eef5860ac64ad7679
|
|
Loading…
Reference in New Issue