From 4e1bb5fbac7c1490de7f9848f332b0eb08885418 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 7 Jan 2016 10:21:57 +0100 Subject: [PATCH] Update read me, composer --- README.md | 9 ++++++--- composer.json | 1 + composer.lock | 8 +++++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f96bf5bca4..9c903b7412 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index a7c91bf9ee..47b7746e25 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 9ccc274e09..943a47391f 100644 --- a/composer.lock +++ b/composer.lock @@ -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": [] }