Skip to content

Commit

Permalink
Merge pull request #33 from VirgilSecurity/fix_extra_package
Browse files Browse the repository at this point in the history
move vlucas/phpdotenv to require-dev
  • Loading branch information
Qzich authored Dec 1, 2020
2 parents 1cef9cd + 76338e6 commit 851c16a
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 304 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"require": {
"php": ">=7.2",
"ext-curl": "*",
"vlucas/phpdotenv": "^2.5",
"virgil/crypto": "^6.1",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8"
"phpunit/phpunit": "^8",
"vlucas/phpdotenv": "^2.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 851c16a

Please sign in to comment.