]> git.pld-linux.org Git - packages/composer.git/blame - no-bundle-symfony.patch
up to git f134e09
[packages/composer.git] / no-bundle-symfony.patch
CommitLineData
f21c5b27
ER
1--- composer-master/src/Composer/Compiler.php~ 2013-04-01 22:37:46.000000000 +0300
2+++ composer-master/src/Composer/Compiler.php 2013-04-01 22:37:53.179095295 +0300
3@@ -84,7 +84,6 @@
4 ->ignoreVCS(true)
5 ->name('*.php')
6 ->exclude('Tests')
7- ->in(__DIR__.'/../../vendor/symfony/')
8 ->in(__DIR__.'/../../vendor/seld/jsonlint/src/')
9 ->in(__DIR__.'/../../vendor/justinrainbow/json-schema/src/')
10 ;
1550ab9f
ER
11--- composer-1.0.0-0.alpha7.0.17/composer.json~ 2013-11-11 15:41:21.000000000 +0200
12+++ composer-1.0.0-0.alpha7.0.17/composer.json 2013-11-13 09:38:09.329316303 +0200
f21c5b27
ER
13@@ -24,10 +24,7 @@
14 "require": {
15 "php": ">=5.3.2",
16 "justinrainbow/json-schema": "1.1.*",
17- "seld/jsonlint": "1.*",
1550ab9f
ER
18- "symfony/console": "~2.3",
19- "symfony/finder": "~2.2",
f21c5b27
ER
20- "symfony/process": "~2.1@dev"
21+ "seld/jsonlint": "1.*"
22 },
23 "require-dev": {
24 "phpunit/phpunit": "~3.7.10"
This page took 0.087791 seconds and 4 git commands to generate.