Skip to content

Commit fa39a85

Browse files
committed
use no-api true to fix error Could not authenticate against github.com
1 parent f3b76ad commit fa39a85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@
170170
"repositories" : [
171171
{
172172
"type" : "vcs",
173-
"url" : "https://github.com/samsonasik/Stringy"
173+
"url" : "https://github.com/samsonasik/Stringy",
174+
"no-api": true
174175
}
175176
],
176177
"minimum-stability": "dev",

0 commit comments

Comments
 (0)