updates for PHP verison

Updated readme and travis for PHP version requirement
This commit is contained in:
Manish Verma
2016-11-03 06:05:36 +05:30
parent cdf6b41357
commit 580479f087
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ script: phpunit
# fast_finish: If your build fails do not continue trying to build, just stop. # fast_finish: If your build fails do not continue trying to build, just stop.
matrix: matrix:
allow_failures: allow_failures:
- php: 5.6 - php: 5.5
- php: hhvm - php: hhvm
fast_finish: true fast_finish: true

View File

@@ -29,7 +29,7 @@ Faveo is designed & developed by <a href="http://www.ladybirdweb.com/" target="_
<p>To run Faveo your host just needs a couple of things:</p> <p>To run Faveo your host just needs a couple of things:</p>
<ul> <ul>
<li> Web Server: Apache or IIS or Nginx</li> <li> Web Server: Apache or IIS or Nginx</li>
<li> PHP Version: 5.5+</li> <li> PHP Version: 5.5+ (5.6 recommended)</li>
<li> PHP Extensions: Mcrypt, OpenSSL, Mbstring, Imap, Tokenizer</li> <li> PHP Extensions: Mcrypt, OpenSSL, Mbstring, Imap, Tokenizer</li>
<li> Database: MySQL(5.0+) or Postgres or SQLite or SQL Server</li> <li> Database: MySQL(5.0+) or Postgres or SQLite or SQL Server</li>
<li> Web Server Extension: Pretty URLs or Search Engine Friendly URL's have to be enabled in your web server configuration</li> <li> Web Server Extension: Pretty URLs or Search Engine Friendly URL's have to be enabled in your web server configuration</li>