Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
0881eb16
Unverified
Commit
0881eb16
authored
Nov 02, 2020
by
Susanne Moog
Browse files
[TASK] Update composer to 2.0.4
parent
8781dc2c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0881eb16
...
...
@@ -53,28 +53,28 @@ SHORTVERSION_PHP71=$(MAJOR_PHP71).$(MINOR_PHP71)
NAME_PHP72
=
typo3gmbh/php72
MAJOR_PHP72
=
4
MINOR_PHP72
=
0
PATCHLEVEL_PHP72
=
0
PATCHLEVEL_PHP72
=
1
FULLVERSION_PHP72
=
$(MAJOR_PHP72)
.
$(MINOR_PHP72)
.
$(PATCHLEVEL_PHP72)
SHORTVERSION_PHP72
=
$(MAJOR_PHP72)
.
$(MINOR_PHP72)
NAME_PHP73
=
typo3gmbh/php73
MAJOR_PHP73
=
4
MINOR_PHP73
=
0
PATCHLEVEL_PHP73
=
1
PATCHLEVEL_PHP73
=
2
FULLVERSION_PHP73
=
$(MAJOR_PHP73)
.
$(MINOR_PHP73)
.
$(PATCHLEVEL_PHP73)
SHORTVERSION_PHP73
=
$(MAJOR_PHP73)
.
$(MINOR_PHP73)
NAME_PHP74
=
typo3gmbh/php74
MAJOR_PHP74
=
4
MINOR_PHP74
=
0
PATCHLEVEL_PHP74
=
0
PATCHLEVEL_PHP74
=
1
FULLVERSION_PHP74
=
$(MAJOR_PHP74)
.
$(MINOR_PHP74)
.
$(PATCHLEVEL_PHP74)
SHORTVERSION_PHP74
=
$(MAJOR_PHP74)
.
$(MINOR_PHP74)
NAME_PHP80
=
typo3gmbh/php80
MAJOR_PHP80
=
1
MINOR_PHP80
=
0
PATCHLEVEL_PHP80
=
0
PATCHLEVEL_PHP80
=
1
FULLVERSION_PHP80
=
$(MAJOR_PHP80)
.
$(MINOR_PHP80)
.
$(PATCHLEVEL_PHP80)
SHORTVERSION_PHP80
=
$(MAJOR_PHP80)
.
$(MINOR_PHP80)
...
...
php72/php.sh
View file @
0881eb16
...
...
@@ -88,5 +88,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/2.0.
3
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/2.0.
4
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php73/php.sh
View file @
0881eb16
...
...
@@ -88,5 +88,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/2.0.
3
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/2.0.
4
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php74/php.sh
View file @
0881eb16
...
...
@@ -88,5 +88,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/2.0.
3
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/2.0.
4
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php80/Dockerfile
View file @
0881eb16
...
...
@@ -99,4 +99,4 @@ mkdir -p /etc/php/cli-no-xdebug/ && \
grep -v '^$' > /etc/php/cli-no-xdebug/php.ini && \
rm -Rf /usr/src/* && \
# Install composer latest
curl -sSL https://getcomposer.org/download/2.0.
3
/composer.phar -o /usr/bin/composer && chmod +x /usr/bin/composer
curl -sSL https://getcomposer.org/download/2.0.
4
/composer.phar -o /usr/bin/composer && chmod +x /usr/bin/composer
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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