Update composer.json
- Add author homepage - Remove post-create-project-cmd script - Add archive exclude list
This commit is contained in:
parent
2ce832dbb8
commit
917ca1a4d6
|
@ -7,7 +7,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Hypolite Petovan",
|
||||
"email": "hypolite@mrpetovan.com"
|
||||
"email": "hypolite@mrpetovan.com",
|
||||
"homepage": "https://friendica.mrpetovan.com/profile/hypolite"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
|
@ -59,9 +60,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-create-project-cmd" : [
|
||||
"php bin/console.php install"
|
||||
"archive": {
|
||||
"exclude": [
|
||||
".idea",
|
||||
".github",
|
||||
".gitignore",
|
||||
"/tests",
|
||||
"/*.xml",
|
||||
"/composer.*",
|
||||
"!/vendor",
|
||||
"public/assets/vendor",
|
||||
"!public/assets/vendor/fontawesome/web-fonts-with-css",
|
||||
"!public/assets/vendor/bootstrap.native/dist"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue