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 2f23b58 commit 7e36526
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,12 +35,10 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"matthiasnoback/symfony-dependency-injection-test": "^2.3",
"sllh/composer-lint": "^1.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/expression-language": "^3.4 || ^4.0",
"symfony/framework-bundle": "^3.4 || ^4.0",
"symfony/phpunit-bridge": "^4.0"
"symfony/framework-bundle": "^3.4 || ^4.0"
},
"suggest": {
"symfony/framework-bundle": "If you want to use symfony"
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 7e36526

Please sign in to comment.