Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
qingrenyanlei committed Jun 30, 2020
1 parent 939f815 commit 3e51479
Show file tree
Hide file tree
Showing 13 changed files with 2,685 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "covercms/support",
"type": "library",
"description": "CoverCMS support library",
"keywords": [
"covercms"
],
"license": "Apache-2.0",
"authors": [
{
"name": "Mr moon",
"email": "createsmart@163.com"
}
],
"minimum-stability": "stable",
"require": {
"php": "^7.1",
"ext-mbstring": "*",
"ext-ctype": "*",
"ext-json": "*",
"monolog/monolog": "1.23 || ^2.0"
},
"autoload": {
"psr-4": {
"CoverCMS\\Support\\": "src/"
}
}
}
Loading

0 comments on commit 3e51479

Please sign in to comment.