Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
f356fdc1
Commit
f356fdc1
authored
Nov 07, 2019
by
Anja Leichsenring
Browse files
[TASK] Update composer to 1.9.1
parent
eee8b314
Changes
10
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
f356fdc1
...
...
@@ -10,6 +10,7 @@ build_php70
build_php71
build_php72
build_php73
build_php74
build_bamboo
build_js
.idea
Makefile
View file @
f356fdc1
NAME_BASEIMAGE
=
typo3gmbh/baseimage
MAJOR_BASEIMAGE
=
3
MINOR_BASEIMAGE
=
0
PATCHLEVEL_BASEIMAGE
=
1
3
PATCHLEVEL_BASEIMAGE
=
1
4
FULLVERSION_BASEIMAGE
=
$(MAJOR_BASEIMAGE)
.
$(MINOR_BASEIMAGE)
.
$(PATCHLEVEL_BASEIMAGE)
SHORTVERSION_BASEIMAGE
=
$(MAJOR_BASEIMAGE)
.
$(MINOR_BASEIMAGE)
...
...
@@ -9,56 +9,56 @@ SHORTVERSION_BASEIMAGE=$(MAJOR_BASEIMAGE).$(MINOR_BASEIMAGE)
NAME_PHP53
=
typo3gmbh/php53
MAJOR_PHP53
=
3
MINOR_PHP53
=
0
PATCHLEVEL_PHP53
=
1
3
PATCHLEVEL_PHP53
=
1
4
FULLVERSION_PHP53
=
$(MAJOR_PHP53)
.
$(MINOR_PHP53)
.
$(PATCHLEVEL_PHP53)
SHORTVERSION_PHP53
=
$(MAJOR_PHP53)
.
$(MINOR_PHP53)
NAME_PHP54
=
typo3gmbh/php54
MAJOR_PHP54
=
3
MINOR_PHP54
=
0
PATCHLEVEL_PHP54
=
1
3
PATCHLEVEL_PHP54
=
1
4
FULLVERSION_PHP54
=
$(MAJOR_PHP54)
.
$(MINOR_PHP54)
.
$(PATCHLEVEL_PHP54)
SHORTVERSION_PHP54
=
$(MAJOR_PHP54)
.
$(MINOR_PHP54)
NAME_PHP55
=
typo3gmbh/php55
MAJOR_PHP55
=
3
MINOR_PHP55
=
0
PATCHLEVEL_PHP55
=
1
4
PATCHLEVEL_PHP55
=
1
5
FULLVERSION_PHP55
=
$(MAJOR_PHP55)
.
$(MINOR_PHP55)
.
$(PATCHLEVEL_PHP55)
SHORTVERSION_PHP55
=
$(MAJOR_PHP55)
.
$(MINOR_PHP55)
NAME_PHP56
=
typo3gmbh/php56
MAJOR_PHP56
=
3
MINOR_PHP56
=
0
PATCHLEVEL_PHP56
=
1
4
PATCHLEVEL_PHP56
=
1
5
FULLVERSION_PHP56
=
$(MAJOR_PHP56)
.
$(MINOR_PHP56)
.
$(PATCHLEVEL_PHP56)
SHORTVERSION_PHP56
=
$(MAJOR_PHP56)
.
$(MINOR_PHP56)
NAME_PHP70
=
typo3gmbh/php70
MAJOR_PHP70
=
3
MINOR_PHP70
=
0
PATCHLEVEL_PHP70
=
1
4
PATCHLEVEL_PHP70
=
1
5
FULLVERSION_PHP70
=
$(MAJOR_PHP70)
.
$(MINOR_PHP70)
.
$(PATCHLEVEL_PHP70)
SHORTVERSION_PHP70
=
$(MAJOR_PHP70)
.
$(MINOR_PHP70)
NAME_PHP71
=
typo3gmbh/php71
MAJOR_PHP71
=
3
MINOR_PHP71
=
0
PATCHLEVEL_PHP71
=
1
3
PATCHLEVEL_PHP71
=
1
4
FULLVERSION_PHP71
=
$(MAJOR_PHP71)
.
$(MINOR_PHP71)
.
$(PATCHLEVEL_PHP71)
SHORTVERSION_PHP71
=
$(MAJOR_PHP71)
.
$(MINOR_PHP71)
NAME_PHP72
=
typo3gmbh/php72
MAJOR_PHP72
=
3
MINOR_PHP72
=
0
PATCHLEVEL_PHP72
=
1
3
PATCHLEVEL_PHP72
=
1
4
FULLVERSION_PHP72
=
$(MAJOR_PHP72)
.
$(MINOR_PHP72)
.
$(PATCHLEVEL_PHP72)
SHORTVERSION_PHP72
=
$(MAJOR_PHP72)
.
$(MINOR_PHP72)
NAME_PHP73
=
typo3gmbh/php73
MAJOR_PHP73
=
3
MINOR_PHP73
=
0
PATCHLEVEL_PHP73
=
9
PATCHLEVEL_PHP73
=
10
FULLVERSION_PHP73
=
$(MAJOR_PHP73)
.
$(MINOR_PHP73)
.
$(PATCHLEVEL_PHP73)
SHORTVERSION_PHP73
=
$(MAJOR_PHP73)
.
$(MINOR_PHP73)
...
...
php53/php.sh
View file @
f356fdc1
...
...
@@ -201,5 +201,5 @@ sed -i s/';phar.readonly = On'/'phar.readonly = Off'/ /usr/local/lib/php.ini
sed
-i
s/
';date.timezone ='
/
'date.timezone = UTC'
/ /usr/local/lib/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/1.
8.4
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/1.
9.1
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php54/php.sh
View file @
f356fdc1
...
...
@@ -203,5 +203,5 @@ sed -i s/';phar.readonly = On'/'phar.readonly = Off'/ /usr/local/lib/php.ini
sed
-i
s/
';date.timezone ='
/
'date.timezone = UTC'
/ /usr/local/lib/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/1.
8.4
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/1.
9.1
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php55/php.sh
View file @
f356fdc1
...
...
@@ -225,5 +225,5 @@ make && make install
echo
'extension=memcache.so'
>>
/usr/local/lib/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/1.
8.4
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/1.
9.1
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php56/php.sh
View file @
f356fdc1
...
...
@@ -295,5 +295,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/1.
8.4
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/1.
9.1
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php70/php.sh
View file @
f356fdc1
...
...
@@ -303,5 +303,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/1.
8.4
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/1.
9.1
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php71/php.sh
View file @
f356fdc1
...
...
@@ -89,5 +89,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/1.
8.4
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/1.
9.1
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php72/php.sh
View file @
f356fdc1
...
...
@@ -88,5 +88,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/1.
8.4
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/1.
9.1
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php73/php.sh
View file @
f356fdc1
...
...
@@ -88,5 +88,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/1.
8.4
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/1.
9.1
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment