Provide proper composer info about project
This commit is contained in:
parent
5041f13884
commit
fe0bee63e0
2 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
|
"name": "danielsiepmann/timetracking",
|
||||||
|
"description": "Web app to track times on tasks.",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "proprietary",
|
"license": "proprietary",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2.5",
|
"php": "^7.3.0",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
"composer/package-versions-deprecated": "^1.11",
|
"composer/package-versions-deprecated": "^1.11",
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "b184ca700fecdaee9df358903fecf7a4",
|
"content-hash": "619de2ebf9720ae1643b2e798c5a7355",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/package-versions-deprecated",
|
"name": "composer/package-versions-deprecated",
|
||||||
|
|
Loading…
Reference in a new issue