Document change of minimum PHP version

Cette révision appartient à :
Stéphane Goetz 2017-06-07 22:49:35 +02:00
Parent f0796a5c63
révision 762d482a80
3 fichiers modifiés avec 5 ajouts et 5 suppressions

Voir le fichier

@ -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: <a href="http://localhost:8085" target="_blank">http://localhost:8085</a>
@ -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.

Voir le fichier

@ -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

Voir le fichier

@ -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.