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",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"php": "^7.3.0",
|
||||
"ext-ctype": "*",
|
||||
"ext-iconv": "*",
|
||||
"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",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "b184ca700fecdaee9df358903fecf7a4",
|
||||
"content-hash": "619de2ebf9720ae1643b2e798c5a7355",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/package-versions-deprecated",
|
||||
|
|
Loading…
Reference in a new issue