Skip to content

Commit

Permalink
updated php version, hardcoded till better solution found
Browse files Browse the repository at this point in the history
  • Loading branch information
zelgerj committed Feb 16, 2015
1 parent 18ade13 commit 6e0021d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppserverIo/Appserver/Meta/Composer/Script/Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Setup
* @var array
*/
protected static $defaultProperties = array(
SetupKeys::PHP_VERSION => PHP_VERSION,
SetupKeys::PHP_VERSION => '5.5.21',
SetupKeys::ADMIN_EMAIL => 'info@appserver.io',
SetupKeys::CONTAINER_SERVER_WORKER_ACCEPT_MIN => 3,
SetupKeys::CONTAINER_SERVER_WORKER_ACCEPT_MAX => 8,
Expand Down Expand Up @@ -178,7 +178,7 @@ public static function prepareProperties($os, array $contextProperties)
Setup::$mergedProperties[SetupKeys::OS_ARCHITECTURE]
);

// prepare the properties for the software identifier, e. g. appserver/1.0.0 (debian) PHP/5.5.19
// prepare the properties for the software identifier, e. g. appserver/1.0.0 (debian) PHP/5.5.21
Setup::$mergedProperties[SetupKeys::SOFTWARE_IDENTIFIER] = sprintf(
'appserver/%s (%s) PHP/%s',
Setup::$mergedProperties[SetupKeys::VERSION],
Expand Down

0 comments on commit 6e0021d

Please sign in to comment.