Provide proper composer info about project

This commit is contained in:
Daniel Siepmann 2020-10-20 20:23:33 +02:00
parent 5041f13884
commit fe0bee63e0
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 4 additions and 2 deletions

View file

@ -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
View file

@ -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",