Skip to content

Commit ef80730

Browse files
committed
Update README.md
1 parent 2be0943 commit ef80730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ I think that everyone has their own idea of simple. In this case I want to acco
1111
* Dependency injection/Configuration autocompletes in PhpStorm 10+
1212
* PSR-2 compliant
1313
* Per environment configuration.
14-
* PHP 5.4 and PHP 7 compatible.
14+
* PHP 5.6 and PHP 7 compatible.
1515
* Easy to debug from end to end. I want to hit very little code from the request to the custom logic in the controller.
1616
* A handful of common simple objects that you can optionally use, I'll decide as I go.
1717
* REST verbs are identified and handled in the router to make it easy to GET/PUT/POST...
@@ -53,7 +53,7 @@ The put method then ensures that the person is logged in, validates the data, ge
5353
## Install/Create a project
5454
Setup your environment for developing in. I've installed Centos 7 in a VM.
5555

56-
Install php 5.4+ or php 7 (Unless you want to be brave and test something I haven't) feel free to install your persistance mechanism, I'm also installing mysql and mysql-server.
56+
Install php 5.6+ or php 7 (Unless you want to be brave and test something I haven't) feel free to install your persistance mechanism, I'm also installing mysql and mysql-server.
5757

5858
Make sure you can bring up the default web page for your installation.
5959

0 commit comments

Comments
 (0)