diff --git a/.gitignore b/.gitignore index 7bf24da..2f87cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ /vendor -.idea -.svn -.vscode composer.phar composer.lock -.php_cs.cache -.DS_Store -Thumbs.db diff --git a/composer.json b/composer.json index ca4c5bb..50e1753 100644 --- a/composer.json +++ b/composer.json @@ -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": "lyf362345@gmail.com" } ], + "require": { + "php": ">5.2.0", + "awheel/framework": "^1.5", + "smarty/smarty": "^3.1" + }, "minimum-stability": "stable", "autoload": { "psr-4": {