Update composer.json

This commit is contained in:
Hamid
2020-10-30 19:00:46 +03:30
parent bac7283313
commit 85cc40e7dd

View File

@@ -1,15 +1,20 @@
{
"name": "hamidsamak/pheditor",
"name": "pheditor/pheditor",
"type": "project",
"description": "php file editor",
"keywords": ["pheditor", "php", "file editor", "file manager"],
"homepage": "https://github.com/hamidsamak/pheditor",
"keywords": [
"pheditor",
"php",
"file editor",
"file manager"
],
"homepage": "https://github.com/pheditor/pheditor",
"license": "MIT",
"authors": [
{
"name": "Hamid Samak",
"email": "me@hamidsamak.ir",
"homepage": "http://hamidsamak.ir",
"homepage": "https://hamidsamak.ir",
"role": "Developer"
}
],
@@ -17,4 +22,4 @@
"php": ">=5.4.0"
},
"minimum-stability": "stable"
}
}