Skip to content
Snippets Groups Projects
Commit 34244099 authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Composer: fix composer.json

parent 98018de5
No related branches found
No related tags found
No related merge requests found
{
"name": "framasoft/framadate",
"description": "Application to facilitate the schedule of events or classic polls",
"keywords": "poll",
"keywords": [
"poll"
],
"version": "0.9.0",
"license": "CeCILL-B",
......@@ -12,6 +14,8 @@
},
"autoload": {
"psr-4": {"Framadate\\": "app/classes/Framadate/"}
"psr-4": {
"Framadate\\": "app/classes/Framadate/"
}
}
}
......@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "f74efbf4d641243e743a7e0c7587d227",
"hash": "4bf9a3fa30eb400c9ed140dd2d6fa266",
"packages": [
{
"name": "smarty/smarty",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment