Skip to content

Commit 8957106

Browse files
authored
Merge pull request #188 from ByteInternet/composer_auth_non_encoded
ComposerAuth: Handle non base64 contents
2 parents 994d2c2 + 60e2990 commit 8957106

File tree

6 files changed

+479
-300
lines changed

6 files changed

+479
-300
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"src/Deployer/functions.php"
3636
]
3737
},
38+
"autoload-dev": {
39+
"psr-4": {
40+
"Hypernode\\Deploy\\Tests\\": "tests/"
41+
}
42+
},
3843
"require-dev": {
3944
"phpro/grumphp-shim": "^1.13",
4045
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)