Skip to content

Commit 9d7f357

Browse files
committed
Remove composer cache
1 parent 3a9312e commit 9d7f357

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require-dev": {
2020
"ext-simplexml": "*",
2121
"phpunit/phpunit": "9.5.*",
22-
"symfony/var-dumper": "5.4.*"
22+
"symfony/var-dumper": "6.3.*"
2323
},
2424
"autoload": {
2525
"psr-4": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMPOSER_VERSION=2.5.4
1+
COMPOSER_VERSION=2.5.7

docker/ci/Dockerfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,23 @@ RUN \
6464
&& apt-get autoremove -y \
6565
&& apt-get clean \
6666
&& apt-get autoclean \
67+
&& rm -rf \
68+
${COMPOSER_HOME}/.htaccess \
69+
${COMPOSER_HOME}/cache \
70+
${COMPOSER_HOME}/composer.lock \
71+
&& rm -rf \
72+
${COMPOSER_HOME_SYMFONY_6_1}/.htaccess \
73+
${COMPOSER_HOME_SYMFONY_6_1}/cache \
74+
${COMPOSER_HOME_SYMFONY_6_1}/composer.json \
75+
${COMPOSER_HOME_SYMFONY_6_1}/composer.lock \
76+
&& rm -rf \
77+
${COMPOSER_HOME_SYMFONY_6_2}/.htaccess \
78+
${COMPOSER_HOME_SYMFONY_6_2}/cache \
79+
${COMPOSER_HOME_SYMFONY_6_2}/composer.json \
80+
${COMPOSER_HOME_SYMFONY_6_2}/composer.lock \
81+
&& rm -rf \
82+
${COMPOSER_HOME_SYMFONY_6_3}/.htaccess \
83+
${COMPOSER_HOME_SYMFONY_6_3}/cache \
84+
${COMPOSER_HOME_SYMFONY_6_3}/composer.json \
85+
${COMPOSER_HOME_SYMFONY_6_3}/composer.lock \
6786
&& rm -rf /tmp/*

0 commit comments

Comments
 (0)