mirror of
https://github.com/danog/danog.github.io.git
synced 2024-11-26 20:04:55 +01:00
32 lines
640 B
JSON
32 lines
640 B
JSON
|
{
|
||
|
// modify this
|
||
|
"name": "yourname/yourproject",
|
||
|
"description": "Project description",
|
||
|
"license": "AGPLv3",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Daniil Gentili",
|
||
|
"email": "daniil.gentili.dg@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"yourname\\YourProject\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
// DO NOT TOUCH THIS
|
||
|
"type": "project",
|
||
|
"require": {
|
||
|
"danog/madelineproto": "dev-master"
|
||
|
},
|
||
|
"repositories": [
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/danog/phpseclib"
|
||
|
}
|
||
|
],
|
||
|
"minimum-stability": "dev",
|
||
|
}
|