From e17a0e62530cfefc89f29097fadbce88599a6523 Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Thu, 11 Apr 2024 15:20:22 +0200 Subject: [PATCH] Sync lockfile and set a version number --- composer.json | 1 + composer.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 12d65a3c..ff87bdba 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "surfnet/stepup-ra", "license": "Apache-2.0", + "version": "0", "description": "The SURFnet Step-up Registration Authority application allows Registration Authorities to vet identities by combining a real-world identity, federated identity and a token.", "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 8dc09265..2fbb89e4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dc72940c164ad3cdb4cd0fc1f9710272", + "content-hash": "ecbb5f99cdf204d9a1f37690526f6316", "packages": [ { "name": "beberlei/assert",