mirror of
https://github.com/netfun2000/pheditor.git
synced 2026-02-27 09:45:14 +08:00
25 lines
451 B
JSON
Executable File
25 lines
451 B
JSON
Executable File
{
|
|
"name": "pheditor/pheditor",
|
|
"type": "project",
|
|
"description": "php file editor",
|
|
"keywords": [
|
|
"pheditor",
|
|
"php",
|
|
"file editor",
|
|
"file manager"
|
|
],
|
|
"homepage": "https://github.com/pheditor/pheditor",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Hamid Samak",
|
|
"email": "me@hamidsamak.ir",
|
|
"homepage": "https://hamidsamak.ir",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"minimum-stability": "stable"
|
|
} |