renommage en kletellier framework

This commit is contained in:
Gregory Letellier
2023-11-14 11:21:38 +01:00
parent 13c80f5642
commit f3515b3b60
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "kletellier/miniweb",
"description": "Mini website template",
"name": "greg/framework",
"description": "Mini MVC component",
"type": "project",
"license": "MIT",
"require": {
@@ -26,13 +26,13 @@
},
"autoload": {
"psr-4": {
"Kletellier\\MiniWeb\\": "src"
"Kletellier\\Framework\\": "src"
},
"files": ["src/helpers.php"]
},
"autoload-dev": {
"psr-4": {
"Kletellier\\MiniWeb\\tests\\": "tests/"
"Kletellier\\Framework\\tests\\": "tests/"
}
},
"config": {