1 Star 1 Fork 0

H3 / h3

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
composer.json 585 Bytes
Copy Edit Raw Blame History
H3 authored 2020-04-27 07:36 . fix case sensitive
{
"name": "h3/h3",
"description": "An highly effecient php mvc framework",
"type": "project",
"license": "MIT",
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
},
"require": {
"php": ">=5.3.3",
"h3/framework": "dev-master"
},
"autoload": {
"files":["vendor/h3/framework/init.php"],
"psr-4":{
"Ctrl\\" :"usr/ctrl",
"Ctrl\\H3\\" :"usr/ctrl/h3",
"Ctrl\\Admin\\" :"usr/ctrl/admin",
"Model\\" :"usr/model",
"Auth\\":"usr/auth"
}
}
}
PHP
1
https://gitee.com/lai2020/h3.git
git@gitee.com:lai2020/h3.git
lai2020
h3
h3
master

Search