Skip to content

Commit 25f6db2

Browse files
authored
Update README.md to remove references to PHP5
1 parent cfcc4c2 commit 25f6db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ You need to have curl (in order to download packages required to build chash.pha
6060

6161
apt-get install php-curl
6262

63-
If you don't have composer installed on your computer, you can just do the following to download and install it and run the command above (make sure you have PHP5 enabled on the command line):
63+
If you don't have composer installed on your computer, you can just do the following to download and install it and run the command above:
6464

6565
curl -sS https://getcomposer.org/installer | php
66-
php5 composer.phar update --no-dev --prefer-dist
66+
php composer.phar update --no-dev --prefer-dist
6767

6868
In order to generate the executable chash.phar file. You have to set first this php setting (in your cli php configuration file).
6969

@@ -86,7 +86,7 @@ In detail:
8686
composer update --no-dev
8787
php -d phar.readonly=0 createPhar.php
8888

89-
If you're using php 5.3 with suhosin, the phar will not be executed. You can try this:
89+
If you're using php with suhosin, the phar might not be executed. You can try this:
9090

9191
php -d suhosin.executor.include.whitelist="phar" chash.phar
9292

0 commit comments

Comments
 (0)