Skip to content

Commit

Permalink
Moved test dependencies to vendor-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 18, 2018
1 parent 2cdf0b0 commit 18e3586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"matthiasnoback/symfony-dependency-injection-test": "^2.3",
"php-http/message-factory": "^1.0",
"php-http/mock-client": "^1.0",
"sllh/composer-lint": "^1.0",
"symfony/phpunit-bridge": "^4.0"
"sllh/composer-lint": "^1.0"
},
"suggest": {
"cache/adapter-bundle": "Symfony cache adapter",
Expand Down
4 changes: 3 additions & 1 deletion vendor-bin/test/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"require": {
"phpunit/phpunit": "^6.5"
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"phpunit/phpunit": "^7.4",
"symfony/phpunit-bridge": "^4.1"
}
}

0 comments on commit 18e3586

Please sign in to comment.