Skip to content

Commit

Permalink
moved symfony/dotenv to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dankovalenko-paysera committed Oct 16, 2024
1 parent 91e5550 commit e5911f4
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 144 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"php": ">=7.4",
"ext-simplexml": "*",
"ext-openssl": "*",
"ext-libxml": "*",
"symfony/dotenv": "^5"
"ext-libxml": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand All @@ -27,7 +26,8 @@
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"mockery/mockery": "^1.6",
"ext-xdebug": "*"
"ext-xdebug": "*",
"symfony/dotenv": "^5"
},
"scripts": {
"phpunit": "php ./vendor/phpunit/phpunit/phpunit tests"
Expand Down
281 changes: 140 additions & 141 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5911f4

Please sign in to comment.