Skip to content

Commit

Permalink
refactor: update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Jul 26, 2024
1 parent b8a89cf commit ae7c93a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"ext-mbstring": "*",
"guzzlehttp/guzzle": "~7.2",
"ext-zlib": "*",
"ext-openssl": "*",
"vlucas/phpdotenv": "^5.6"
"ext-openssl": "*"
},
"require-dev": {
"phpunit/phpunit": "8.5.33"
"phpunit/phpunit": "8.5.33",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": { "Fingerprint\\ServerAPI\\" : "./src" }
},
"autoload-dev": {
"psr-4": { "Fingerprint\\ServerAPI\\" : "test/" }
}
}
}
3 changes: 2 additions & 1 deletion template/composer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"ext-openssl": "*"
},
"require-dev": {
"phpunit/phpunit": "8.5.33"
"phpunit/phpunit": "8.5.33",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": { "{{escapedInvokerPackage}}\\" : "{{srcBasePath}}/src" }
Expand Down

0 comments on commit ae7c93a

Please sign in to comment.