Update composer.json

This commit is contained in:
Giuseppe Criscione 2018-07-06 22:10:00 +02:00
parent 1cbffe83c0
commit cade8acf6b
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,14 @@
{
"name": "giuscris/formwork",
"description": "A file-based Content Management System (CMS) to make and manage simple sites",
"type": "project",
"homepage": "https://github.com/giuscris/formwork",
"license": "MIT",
"authors": [
{
"name": "Giuseppe Criscione"
}
],
"autoload": {
"psr-4": {
"Formwork\\": "formwork/",

4
composer.lock generated
View File

@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ecc56ac0adf224791cb2b170ee59dffc",
"content-hash": "fb3a1d042de1fa42c56964acc89be2f3",
"packages": [
{
"name": "erusev/parsedown",