Skip to content

Commit cbfc42b

Browse files
committed
remove fixed dependancy
1 parent e7351b7 commit cbfc42b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

composer.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,14 @@
1212
"homepage": "https://github.com/Minishlink"
1313
}
1414
],
15-
"repositories": [
16-
{
17-
"type": "vcs",
18-
"url": "https://github.com/Minishlink/PHPASN1"
19-
}
20-
],
2115
"require": {
2216
"php": "^5.6 || ^7.0",
2317
"mdanter/ecc": "^0.4.0",
2418
"lib-openssl": "*",
2519
"spomky-labs/base64url": "^1.0",
2620
"spomky-labs/php-aes-gcm": "^1.2",
2721
"spomky-labs/jose": "^6.0",
28-
"guzzlehttp/guzzle": "^6.2",
29-
"fgrosse/phpasn1": "dev-fix_mbstring_overload as 1.5.2"
22+
"guzzlehttp/guzzle": "^6.2"
3023
},
3124
"require-dev": {
3225
"phpunit/phpunit": "4.8.*"

0 commit comments

Comments
 (0)