-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Composer Test Scenarios ^3 (#75)
- Loading branch information
1 parent
7013e4c
commit 243ce46
Showing
22 changed files
with
1,163 additions
and
1,381 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
vendor | ||
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,38 +8,38 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"autoload":{ | ||
"psr-4":{ | ||
"Consolidation\\OutputFormatters\\": "src" | ||
"autoload": { | ||
"psr-4": { | ||
"Consolidation\\OutputFormatters\\": "../../src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Consolidation\\TestUtils\\": "tests/src" | ||
"Consolidation\\TestUtils\\": "../../tests/src" | ||
} | ||
}, | ||
"require": { | ||
"symfony/console": "^2.8", | ||
"php": ">=5.4.0", | ||
"dflydev/dot-access-data": "^1.1.0", | ||
"symfony/finder": "^2.5|^3|^4" | ||
}, | ||
"require-dev": { | ||
"g1a/composer-test-scenarios": "^2", | ||
"phpunit/phpunit": "^4.8.36", | ||
"g1a/composer-test-scenarios": "^3", | ||
"squizlabs/php_codesniffer": "^2.7", | ||
"symfony/console": "^2.8", | ||
"symfony/var-dumper": "^2.8|^3|^4", | ||
"victorjonsson/markdowndocs": "^1.3" | ||
}, | ||
"suggest": { | ||
"symfony/var-dumper": "For using the var_dump formatter" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"sort-packages": true, | ||
"platform": { | ||
"php": "5.4" | ||
"php": "5.4.8" | ||
}, | ||
"optimize-autoloader": true, | ||
"sort-packages": true, | ||
"vendor-dir": "../../vendor" | ||
}, | ||
"scripts": { | ||
|
@@ -55,19 +55,11 @@ | |
"@lint", | ||
"@unit", | ||
"@cs" | ||
], | ||
"scenario": "scenarios/install", | ||
"post-update-cmd": [ | ||
"create-scenario symfony4 'symfony/console:^4.0' 'phpunit/phpunit:^6' --platform-php '7.1.3'", | ||
"create-scenario symfony3 'symfony/console:^3.4' 'symfony/finder:^3.4' 'symfony/var-dumper:^3.4' --platform-php '5.6.32'", | ||
"create-scenario symfony2 'symfony/console:^2.8' 'phpunit/phpunit:^4.8.36' --remove 'satooshi/php-coveralls' --platform-php '5.4' --no-lockfile", | ||
"dependency-licenses" | ||
] | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "3.x-dev" | ||
} | ||
}, | ||
"minimum-stability": "stable" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,39 +8,40 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"autoload":{ | ||
"psr-4":{ | ||
"Consolidation\\OutputFormatters\\": "src" | ||
"autoload": { | ||
"psr-4": { | ||
"Consolidation\\OutputFormatters\\": "../../src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Consolidation\\TestUtils\\": "tests/src" | ||
"Consolidation\\TestUtils\\": "../../tests/src" | ||
} | ||
}, | ||
"require": { | ||
"symfony/console": "^3.4", | ||
"symfony/finder": "^3.4", | ||
"symfony/var-dumper": "^3.4", | ||
"php": ">=5.4.0", | ||
"dflydev/dot-access-data": "^1.1.0" | ||
}, | ||
"require-dev": { | ||
"g1a/composer-test-scenarios": "^2", | ||
"g1a/composer-test-scenarios": "^3", | ||
"php-coveralls/php-coveralls": "^1", | ||
"phpunit/phpunit": "^5.7.27", | ||
"satooshi/php-coveralls": "^2", | ||
"squizlabs/php_codesniffer": "^2.7", | ||
"symfony/console": "^3.4", | ||
"symfony/finder": "^3.4", | ||
"symfony/var-dumper": "^3.4", | ||
"symfony/var-dumper": "^2.8|^3|^4", | ||
"victorjonsson/markdowndocs": "^1.3" | ||
}, | ||
"suggest": { | ||
"symfony/var-dumper": "For using the var_dump formatter" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"sort-packages": true, | ||
"platform": { | ||
"php": "5.6.32" | ||
}, | ||
"optimize-autoloader": true, | ||
"sort-packages": true, | ||
"vendor-dir": "../../vendor" | ||
}, | ||
"scripts": { | ||
|
@@ -56,19 +57,11 @@ | |
"@lint", | ||
"@unit", | ||
"@cs" | ||
], | ||
"scenario": "scenarios/install", | ||
"post-update-cmd": [ | ||
"create-scenario symfony4 'symfony/console:^4.0' 'phpunit/phpunit:^6' --platform-php '7.1.3'", | ||
"create-scenario symfony3 'symfony/console:^3.4' 'symfony/finder:^3.4' 'symfony/var-dumper:^3.4' --platform-php '5.6.32'", | ||
"create-scenario symfony2 'symfony/console:^2.8' 'phpunit/phpunit:^4.8.36' --remove 'satooshi/php-coveralls' --platform-php '5.4' --no-lockfile", | ||
"dependency-licenses" | ||
] | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "3.x-dev" | ||
} | ||
}, | ||
"minimum-stability": "stable" | ||
} | ||
} |
Oops, something went wrong.