Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

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 556c6b3 commit 83d1121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions composer.json
Expand Up @@ -44,9 +44,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"matthiasnoback/symfony-dependency-injection-test": "^2.3",
"sllh/composer-lint": "^1.0",
"symfony/phpunit-bridge": "^4.0"
"sllh/composer-lint": "^1.0"
},
"config": {
"sort-packages": true
Expand Down
4 changes: 3 additions & 1 deletion vendor-bin/test/composer.json
@@ -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 83d1121

Please sign in to comment.