diff --git a/src/views/Environment.vue b/src/views/Environment.vue index b2548bc..f86d676 100644 --- a/src/views/Environment.vue +++ b/src/views/Environment.vue @@ -97,7 +97,7 @@
PHP version
-
7.1
+
@@ -167,6 +167,10 @@ export default { sshUrl: function () { return this.application.machineName + '.' + this.environmentName + '@staging-1234.prod.hosting.acquia.com' + }, + + phpVersion: function () { + return _(this.environment).get('versions.php') } } }