File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Add the following lines to `composer.json` to include the Web eID authentication
2020
2121``` json
2222"require" : {
23- "web_eid/web_eid_authtoken_validation_php " : " dev-main" ,
24- "web_eid/ocsp_php " : " dev-main" ,
23+ "web-eid/web-eid-authtoken-validation-php " : " dev-main" ,
24+ "web-eid/ocsp-php " : " dev-main" ,
2525},
2626"repositories" : [
2727 {
Original file line number Diff line number Diff line change 11{
2- "name" : " web_eid/web_eid_authtoken_validation_php " ,
2+ "name" : " web-eid/web-eid-authtoken-validation-php " ,
33 "description" : " Web eID authentication token validation library for PHP" ,
44 "license" : " MIT" ,
55 "type" : " library" ,
3434 "require" : {
3535 "phpseclib/phpseclib" : " 3.0.14" ,
3636 "guzzlehttp/psr7" : " 2.4.3" ,
37- "web_eid/ocsp_php " : " dev-main" ,
37+ "web-eid/ocsp-php " : " dev-main" ,
3838 "psr/log" : " ^3.0"
3939 },
4040 "scripts" : {
You can’t perform that action at this time.
0 commit comments