File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 1- COMPOSER_VERSION = 2.5.4
1+ COMPOSER_VERSION = 2.5.7
Original file line number Diff line number Diff line change 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/*
You can’t perform that action at this time.
0 commit comments