From 9de0367c04e3c137fc4f879ff2c03e4b8ad75941 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..5adc2cad 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": "245627d4f43a32dbc1257fadec7b37e4", "packages": [ { "name": "beberlei/assert",