Skip to content

Commit

Permalink
Update tests for output formatters 34 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Oct 21, 2018
1 parent 87cf8d4 commit e8d3de6
Show file tree
Hide file tree
Showing 17 changed files with 321 additions and 140 deletions.
11 changes: 6 additions & 5 deletions LICENSE
Expand Up @@ -12,10 +12,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
DEPENDENCY LICENSES:

Name Version License
consolidation/output-formatters 3.2.1 MIT
consolidation/output-formatters 3.4.0 MIT
dflydev/dot-access-data v1.1.0 MIT
psr/log 1.0.2 MIT
symfony/console v3.4.15 MIT
symfony/debug v3.4.15 MIT
symfony/event-dispatcher v3.4.15 MIT
symfony/finder v3.4.15 MIT
symfony/console v3.4.17 MIT
symfony/debug v3.4.17 MIT
symfony/event-dispatcher v3.4.17 MIT
symfony/finder v3.4.17 MIT
symfony/polyfill-mbstring v1.9.0 MIT
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": ">=5.4.0",
"consolidation/output-formatters": "^3.1.12",
"consolidation/output-formatters": "^3.4",
"psr/log": "^1",
"symfony/console": "^2.8|^3|^4",
"symfony/event-dispatcher": "^2.5|^3|^4",
Expand Down
154 changes: 107 additions & 47 deletions composer.lock

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

2 changes: 1 addition & 1 deletion phpunit.xml.dist
@@ -1,7 +1,7 @@
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="annotation-command">
<directory prefix="test" suffix=".php">tests</directory>
<directory prefix="" suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<logging>
Expand Down
2 changes: 1 addition & 1 deletion scenarios/phpunit4/composer.json
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": ">=5.4.0",
"consolidation/output-formatters": "^3.1.12",
"consolidation/output-formatters": "^3.4",
"psr/log": "^1",
"symfony/console": "^2.8|^3|^4",
"symfony/event-dispatcher": "^2.5|^3|^4",
Expand Down

0 comments on commit e8d3de6

Please sign in to comment.