Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir
Commits
1f52cb47
Commit
1f52cb47
authored
Feb 26, 2020
by
Fabrice Gangler
🎨
Committed by
Fabrice Gangler
Feb 27, 2020
Browse files
FIX(composer.json): fix license + add some usefull properties
composer.json schema
https://getcomposer.org/doc/04-schema.md
Refs:
#5
parent
7868cd5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
1f52cb47
...
@@ -130,7 +130,7 @@ TODO text
...
@@ -130,7 +130,7 @@ TODO text
.nycrc text
.nycrc text
.prettierrc text
.prettierrc text
.prettierignore text
.prettierignore text
*.lock text
-diff
*.lock text
package-lock.json text -diff
package-lock.json text -diff
*.npmignore text
*.npmignore text
*.toml text
*.toml text
...
...
webapp/composer.json
View file @
1f52cb47
{
{
"type"
:
"project"
,
"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"
:
{
"require"
:
{
"php"
:
"^7.2.5"
,
"php"
:
"^7.2.5"
,
"ext-ctype"
:
"*"
,
"ext-ctype"
:
"*"
,
...
@@ -80,5 +87,8 @@
...
@@ -80,5 +87,8 @@
"allow-contrib"
:
false
,
"allow-contrib"
:
false
,
"require"
:
"5.0.*"
"require"
:
"5.0.*"
}
}
}
},
"minimum-stability"
:
"stable"
,
"prefer-stable"
:
true
}
}
webapp/composer.lock
View file @
1f52cb47
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
"This file is @generated automatically"
],
],
"content-hash": "
f0aa134c748f7bb4398f0b93f0f19bb9
",
"content-hash": "
5ce838d303cb26ce5438b31e0eb53541
",
"packages": [
"packages": [
{
{
"name": "doctrine/annotations",
"name": "doctrine/annotations",
...
@@ -6743,7 +6743,7 @@
...
@@ -6743,7 +6743,7 @@
"aliases": [],
"aliases": [],
"minimum-stability": "stable",
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": [],
"prefer-stable":
fals
e,
"prefer-stable":
tru
e,
"prefer-lowest": false,
"prefer-lowest": false,
"platform": {
"platform": {
"php": "^7.2.5",
"php": "^7.2.5",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment