Skip to content

Commit

Permalink
Update composer.json for using composer
Browse files Browse the repository at this point in the history
  • Loading branch information
penobit committed Jan 7, 2021
1 parent 688588c commit e7bfe65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "stichoza/google-translate-php",
"name": "penobit/google-translate-php",
"description": "Free Google Translate API PHP Package",
"keywords": ["google", "translate", "translator", "php"],
"license": "MIT",
"homepage": "http://github.com/Stichoza/google-translate-php",
"homepage": "http://github.com/Penobit/google-translate-php",
"authors": [
{
"name": "Levan Velijanashvili",
"email": "me@stichoza.com"
"name": "Penobit",
"email": "info@penobit.com"
}
],
"require": {
Expand All @@ -21,12 +21,12 @@
},
"autoload": {
"psr-4": {
"Stichoza\\GoogleTranslate\\": "src/"
"Penobit\\GoogleTranslate\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Stichoza\\GoogleTranslate\\Tests\\": "tests/"
"Penobit\\GoogleTranslate\\Tests\\": "tests/"
}
}
}

0 comments on commit e7bfe65

Please sign in to comment.