This repository has been archived on 2026-03-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blog-slim.old/composer.json
2026-02-22 17:22:35 +01:00

26 lines
562 B
JSON

{
"name": "netig/blog-slim",
"description": "Playing with Slim PHP Framework...",
"homepage": "https://git.netig.net/julien/blog-slim",
"license": "MIT",
"authors": [
{
"name": "Julien",
"email": "julien.deb@netig.net",
"homepage": "https://netig.net"
}
],
"require": {
"slim/slim": "4.*",
"slim/psr7":"*",
"illuminate/database":"*",
"twig/twig":"*",
"slim/twig-view":"*"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}