diff --git a/README.md b/README.md index 6d18c73..0e683fb 100755 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ The Grunt.js task uses the built in web server in PHP 5.4 to host the docs on yo * Node.js * npm * Grunt.js -* PHP 5.5 or greater +* PHP 5.6 or greater This project contains a package.json file, so once you have the requirements installed, you can simply run a `npm install` and then `grunt` in the projects folder to start the local web server. By default the server will run at: http://localhost:8085 @@ -222,7 +222,7 @@ You can then point your browser to http://localhost:8086 ## PHP Requirements -Daux.io is compatible with PHP 5.5 and up. +Daux.io is compatible with PHP 5.6 and up. The reason is because some dependencies we have (mainly Symfony and Guzzle) do not support php 5.4 anymore. diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index f091d7c..ad415aa 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -120,9 +120,9 @@ Now that you got the basics, you can also [see what you can configure](05_Config ## PHP Requirements -Daux.io is compatible with PHP 5.5 and up. +Daux.io is compatible with PHP 5.6 and up. -The reason is because some dependencies we have (mainly Symfony and Guzzle) do not support php 5.4 anymore. +The reason is because some dependencies we have do not support php 5.5 anymore. ### Extensions diff --git a/docs/01_Features/Live_mode.md b/docs/01_Features/Live_mode.md index e76d6a5..d884928 100644 --- a/docs/01_Features/Live_mode.md +++ b/docs/01_Features/Live_mode.md @@ -28,7 +28,7 @@ To enable the same, set the toggle in the `config.json` file in the `/docs` fold ### Apache -Copy the files from the repo to a web server that can run PHP 5.5 or greater. +Copy the files from the repo to a web server that can run PHP 5.6 or greater. There is an included `.htaccess` for Apache web server.