diff --git a/.gitattributes b/.gitattributes index 7921cf762d4cbc68464d4f60233bd76a7424fffb..f1bbd120cfb3ce4cafd3833941d509fb0c2937f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -130,7 +130,7 @@ TODO text .nycrc text .prettierrc text .prettierignore text -*.lock text -diff +*.lock text package-lock.json text -diff *.npmignore text *.toml text diff --git a/webapp/composer.json b/webapp/composer.json index dc29e7a394ee2f1e9ac10b75f08363f215a1fdc8..896068f212832ca2f003f29ab9c6bad14bf44974 100644 --- a/webapp/composer.json +++ b/webapp/composer.json @@ -1,6 +1,13 @@ { "type": "project", - "license": "proprietary", + "name": "adullact/comptoir", + "description": "Comptoir_du_libre aims at connecting local governments, libre softwares and services providers via a lightweigh web interface", + "homepage": "https://comptoir-du-libre.org/", + "license": "AGPL-3.0-or-later", + "support": { + "source": "https://gitlab.adullact.net/Comptoir/comptoir", + "issues": "https://gitlab.adullact.net/Comptoir/comptoir/issues" + }, "require": { "php": "^7.2.5", "ext-ctype": "*", @@ -80,5 +87,8 @@ "allow-contrib": false, "require": "5.0.*" } - } + }, + "minimum-stability": "stable", + "prefer-stable": true + } diff --git a/webapp/composer.lock b/webapp/composer.lock index df5dd0b9c11fbe6145254989cbf776e4ff14309d..05358d529bfee106f9dcf12c2e60f3d727ee3097 100644 --- a/webapp/composer.lock +++ b/webapp/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "f0aa134c748f7bb4398f0b93f0f19bb9", + "content-hash": "5ce838d303cb26ce5438b31e0eb53541", "packages": [ { "name": "doctrine/annotations", @@ -6743,7 +6743,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": [], - "prefer-stable": false, + "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^7.2.5",