Skip to content

Commit d3fd722

Browse files
Guido Gröönmrts
authored andcommitted
WE2-756 Changed library name
1 parent 5091909 commit d3fd722

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -34,7 +34,7 @@
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": {

0 commit comments

Comments
 (0)