8
0
Fork 0

Document change of minimum PHP version

Dieser Commit ist enthalten in:
Stéphane Goetz 2017-06-07 22:49:35 +02:00
Ursprung f0796a5c63
Commit 762d482a80
3 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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

Datei anzeigen

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