Skip to content

Commit

Permalink
Use factored-out project greg-1-anderson/composer-test-scenarios.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Dec 1, 2017
1 parent 4a9ceba commit f0b8045
Show file tree
Hide file tree
Showing 20 changed files with 151 additions and 4,113 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ matrix:
- php: 7.1
env: 'SCENARIO=symfony4'
- php: 7.0.11
env: 'SCENARIO=symfony3 HIGHEST_LOWEST="update"'
env: 'HIGHEST_LOWEST="update"'
- php: 7.0.11
- php: 5.6
- php: 5.5
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Expand Up @@ -22,6 +22,7 @@
"require-dev": {
"phpunit/phpunit": "^4.8|^5.5.4",
"satooshi/php-coveralls": "^1.0.2|dev-master",
"greg-1-anderson/composer-test-scenarios": "^1",
"squizlabs/php_codesniffer": "^2.7"
},
"scripts": {
Expand All @@ -37,8 +38,11 @@
"@unit",
"@cs"
],
"scenario": "tests/scripts/install-scenario",
"post-update-cmd": "tests/scripts/prep-dependencies"
"scenario": "scenarios/install",
"post-update-cmd": [
"create-scenario symfony4 'symfony/console:^4.0'",
"create-scenario symfony2 'symfony/console:^2.8' --platform-php '5.4' --no-lockfile"
]
},
"config": {
"optimize-autoloader": true,
Expand Down
34 changes: 33 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0b8045

Please sign in to comment.