Skip to content

Commit

Permalink
Merge pull request #1473 from pgalocha/4.0.x-remove-composer
Browse files Browse the repository at this point in the history
#1460 - Remove vlucas/phpdotenv package from composer.json
  • Loading branch information
Jeckerson authored Oct 9, 2020
2 parents cd854d7 + 6a78173 commit 575f456
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,23 @@
"ext-phalcon": "^4.0.0",
"psy/psysh": "~0.9",
"nikic/php-parser": "^4.2.4",
"phalcon/migrations": "^1.1",
"vlucas/phpdotenv": "^3.6"
"phalcon/migrations": "^1.1"
},
"require-dev": {
"humbug/box": "^3.8",
"codeception/codeception": "^3.1",
"codeception/codeception": "^4.0",
"phpdocumentor/reflection-docblock": "^4.3",
"phpunit/phpunit": "^8.0",
"codeception/specify": "^1.2",
"codeception/verify": "^1.2",
"squizlabs/php_codesniffer": "^3.5",
"phalcon/ide-stubs": "^4.0.0",
"vimeo/psalm": "^3.7"
"vimeo/psalm": "^3.7",
"vlucas/phpdotenv": "^4.1.8",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-asserts": "^1.3",
"codeception/module-cli": "^1.0"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit 575f456

Please sign in to comment.