Skip to content

Commit

Permalink
composer init
Browse files Browse the repository at this point in the history
  • Loading branch information
calabashdoll committed Sep 25, 2017
1 parent 93f8047 commit d2e4e0b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# CommonScript
- test 1
- test 2
- test 3
- four
- test 4
# CommonScript Package for PHP Composer #

This is a hello world package for php composer beginners tutorial.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "calabashdoll/calabashdoll",
"description": "this is a common script library",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "leo",
"email": "263068280@qq.com"
}
],
"require": {}
}

0 comments on commit d2e4e0b

Please sign in to comment.