Skip to content

Commit c8eaf83

Browse files
authored
Create composer.json
1 parent 24a3baa commit c8eaf83

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "peterujah/php-google-translator",
3+
"description": "PHP Google Javascript Website Translator Plugin",
4+
"keywords": ["google", "translate", "translator", "php", "translating"],
5+
"license": "MIT",
6+
"type": "library",
7+
"homepage": "https://github.com/peterujah/php-google-translator",
8+
"authors": [
9+
{
10+
"name": "Ujah Chigozie",
11+
"email": "[email protected]"
12+
}
13+
],
14+
"require": {
15+
"php": "^7.0 || ^8"
16+
},
17+
"autoload": {
18+
"psr-4": {
19+
"PeterUjah\\NanoBlock\\GTranslator\\": "src/"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)