mirror of
https://github.com/danog/danog.github.io.git
synced 2024-12-02 09:27:48 +01:00
Create example-composer.json
This commit is contained in:
parent
cb91e9bf11
commit
7814090e32
31
example-composer.json
Normal file
31
example-composer.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
// 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",
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user