Update read me, composer

This commit is contained in:
James Cole 2016-01-07 10:21:57 +01:00
parent 47ccc513ad
commit 4e1bb5fbac
3 changed files with 12 additions and 6 deletions

View File

@ -11,8 +11,6 @@
"Firefly III" is a financial manager. It can help you keep track of expenses, income, budgets and everything in between. It even supports credit cards, shared
household accounts and savings accounts! It's pretty fancy. You should use it to save and organise money.
_Firefly is a system you'll have install yourself on webhosting of your choosing._
Personal financial management is pretty difficult, and everybody has their own approach to it. Some people
make budgets, other people limit their cashflow by throwing away their credit cards, others try to increase
their current cashflow. There are tons of ways to save and earn money.
@ -26,6 +24,11 @@ To get to know Firefly, and to see if it fits you, check out these resources:
- The [full description](https://github.com/JC5/firefly-iii/wiki/full-description), which will tell you how Firefly works,
and the philosophy behind it.
#### A quick technical overview
Firefly is a system you'll have install yourself on webhosting of your choosing. It needs PHP and MySQL. The current version of Firefly III requires PHP 5.6.4 or
higher. Soon, this will be PHP 7.0.0 or higher.
#### About the name (should you care)
@ -92,7 +95,7 @@ is open source software under active development, and it is in no way guaranteed
## Translations
Firefly III is currently available in Dutch and English. Support for other languages is being worked on. I can use
Firefly III is currently available in Dutch and English. Support for other languages is being worked on. I could use
your help. Checkout [Crowdin](https://crowdin.com/project/firefly-iii) for more information.
## Credits

View File

@ -21,6 +21,7 @@
},
"require": {
"laravel/framework": "5.1.*",
"php": ">=5.6.4",
"davejamesmiller/laravel-breadcrumbs": "~3.0",
"watson/validating": "~1.0",
"doctrine/dbal": "~2.5",

8
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "2f4443ab101d6d183e59b7fb09f2be53",
"content-hash": "06813b05eaffa30d69f8827b7d058a50",
"hash": "35ee47a928ca01f96176d94b1bdbd800",
"content-hash": "1d6d8db5b01d70aed4926680b5236331",
"packages": [
{
"name": "classpreloader/classpreloader",
@ -3029,6 +3029,8 @@
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"php": ">=5.6.4"
},
"platform-dev": []
}