Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEssex committed Sep 30, 2022
0 parents commit 6a30486
Show file tree
Hide file tree
Showing 12 changed files with 3,235 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor
.idea
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "mressex/cubex-cli",
"autoload": {
"psr-4": {
"MrEssex\\CubexCli\\": "src/"
}
},
"authors": [
{
"name": "Kyle Essex",
"email": "kylegavinessex@hotmail.com"
}
],
"require": {
"cubex/framework": "^4.18",
"ext-json": "*"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
}
}
Loading

0 comments on commit 6a30486

Please sign in to comment.