Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
fengqi committed Apr 7, 2017
1 parent 492bac4 commit 3eab345
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/vendor
.idea
.svn
.vscode
composer.phar
composer.lock
.php_cs.cache
.DS_Store
Thumbs.db
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "awheel/view-smarty",
"description": "View for Awheel based smarty",
"type": "library",
"require": {
"smarty/smarty": "^3.1"
},
"license": "MIT",
"homepage": "http://awheel.com",
"authors": [
{
"name": "fengqi",
"email": "[email protected]"
}
],
"require": {
"php": ">5.2.0",
"awheel/framework": "^1.5",
"smarty/smarty": "^3.1"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3eab345

Please sign in to comment.