mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 09:44:08 +02:00
change package name in composer.json
This commit is contained in:
parent
2fc714cc9c
commit
030e398c66
1 changed files with 5 additions and 1 deletions
|
|
@ -1,11 +1,15 @@
|
||||||
{
|
{
|
||||||
"name" : "icewind/smb",
|
"name" : "mmelyp/smb",
|
||||||
"description" : "php wrapper for smbclient and libsmbclient-php",
|
"description" : "php wrapper for smbclient and libsmbclient-php",
|
||||||
"license" : "MIT",
|
"license" : "MIT",
|
||||||
"authors" : [
|
"authors" : [
|
||||||
{
|
{
|
||||||
"name" : "Robin Appelman",
|
"name" : "Robin Appelman",
|
||||||
"email": "icewind@owncloud.com"
|
"email": "icewind@owncloud.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "Manuel Mely",
|
||||||
|
"email": "mmely@mmely.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require" : {
|
"require" : {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue