Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEssex committed Mar 14, 2022
1 parent 38e7699 commit 839fea8
Show file tree
Hide file tree
Showing 6 changed files with 2,964 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "mressex/cubex-translate",
"license": "MIT",
"description": "Translate Cubex Framework",
"authors": [
{
"name": "Kyle Essex",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.4",
"statickidz/php-google-translate-free": "^1.2",
"packaged/rwd": "^1.4",
"cubex/framework": "^4.18"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
"MrEssex\\CubexTranslate\\": "src/"
}
}
}
Loading

0 comments on commit 839fea8

Please sign in to comment.