Skip to content

Commit

Permalink
update composer : add excel to require
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid committed Feb 5, 2015
1 parent fdf3a7c commit cc00a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"sebastian/phpcpd": "*",
"illuminate/support": "4.2.*",
"squizlabs/php_codesniffer": "1.*",
"serverfireteam/rapyd-laravel" : "1.3.*"
"serverfireteam/rapyd-laravel" : "1.3.*",
"maatwebsite/excel": "~1.2.1"
},
"autoload": {

Expand Down

1 comment on commit cc00a60

@hamid
Copy link
Contributor Author

@hamid hamid commented on cc00a60 Feb 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alenoosh ... you had forget to add excel package to composer

Please sign in to comment.