Skip to content

Commit

Permalink
Replace autoload-dev request to composer global
Browse files Browse the repository at this point in the history
  • Loading branch information
uginroot committed Feb 18, 2020
1 parent 48cdc86 commit d6d5614
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@
"uginroot/php-set": "^1.0",
"doctrine/orm": "~2.0|~3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1@dev"
},
"scripts": {
"test" : [
"\"./vendor/bin/phpunit.bat\" --bootstrap \"./vendor/autoload.php\" --testdox \"./test\""
"phpunit --bootstrap \"./vendor/autoload.php\" --testdox \"./test\""
]
}
}

0 comments on commit d6d5614

Please sign in to comment.