Skip to content

Commit 159c575

Browse files
Mihkel Kivisildmrts
Mihkel Kivisild
authored andcommitted
Merging ocsp-php library into web-eid-authtoken-validation-php libary
WE2-920 Signed-off-by: Mihkel Kivisild <mihkel.kivisild@cgi.com>
1 parent a8a0a49 commit 159c575

30 files changed

+1938
-160
lines changed

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"plugins": ["@prettier/plugin-php"]
3+
}

composer.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,10 @@
2525
"web_eid\\web_eid_authtoken_validation_php\\": ["tests"]
2626
}
2727
},
28-
"repositories": [
29-
{
30-
"type": "vcs",
31-
"url": "https://github.com/web-eid/ocsp-php.git"
32-
}
33-
],
3428
"require": {
3529
"php": ">=8.1",
3630
"phpseclib/phpseclib": "3.0.*",
3731
"guzzlehttp/psr7": "2.6.*",
38-
"web-eid/ocsp-php": "1.1.*",
3932
"psr/log": "^3.0"
4033
},
4134
"scripts": {

0 commit comments

Comments
 (0)