diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-24 12:10:43 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-24 12:10:43 -0700 |
| commit | dbdce6a987efa7c665ddb123d65d33c4e4a7a96d (patch) | |
| tree | 263cd23c06ceadd8719941a19b29edc25caeb48b /config | |
| parent | 64859f6c878dc8a2e8fde1b2e0b2ddac1c47f339 (diff) | |
Install php from source
Diffstat (limited to 'config')
| -rw-r--r-- | config/.tool-versions | 2 | ||||
| -rw-r--r-- | config/install.sh | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/config/.tool-versions b/config/.tool-versions index 3c32359..95d82e8 100644 --- a/config/.tool-versions +++ b/config/.tool-versions @@ -4,7 +4,7 @@ gradle 6.2 java adopt-openjdk-8u242-b08 maven 3.6.3 nodejs 10.18.0 -php system +php 7.4.3 python 3.8.1 2.7.17 ruby 2.6.5 rust system diff --git a/config/install.sh b/config/install.sh index d380e5a..7596bf4 100644 --- a/config/install.sh +++ b/config/install.sh @@ -15,7 +15,6 @@ apt-get install -y --no-install-recommends \ build-essential \ bzip2 \ cmake \ - composer \ coreutils \ curl \ default-libmysqlclient-dev \ @@ -54,7 +53,6 @@ apt-get install -y --no-install-recommends \ locate \ make \ openssl \ - php \ pkg-config \ python-openssl \ re2c \ |
