Skip to content

Commit

Permalink
lx finish
Browse files Browse the repository at this point in the history
  • Loading branch information
funco committed Oct 26, 2018
0 parents commit 3e28af1
Show file tree
Hide file tree
Showing 11 changed files with 2,949 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 @@
test
vendor
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "funco/multi-article",
"description": "Multi site article publishing tool",
"license": "Apache-2.0",
"authors": [
{
"name": "funco",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"EFrame\\MultiArticle\\": "src",
"EFrame\\MultiArticle\\Publisher\\Lx\\": "src/Publisher/Lx"
}
},
"require": {
"lexiangla/openapi": "dev-master"
}
}
Loading

0 comments on commit 3e28af1

Please sign in to comment.