File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 "image" : " mcr.microsoft.com/devcontainers/universal:2" ,
33 "features" : {
44 "ghcr.io/devcontainers/features/php:1" : {
5- "version" : " 8.3 " ,
5+ "version" : " 8.4 " ,
66 "installComposer" : true
77 }
88 }
Original file line number Diff line number Diff line change 1717 - name : Setup PHP
1818 uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401
1919 with :
20- php-version : ' 8.3 '
20+ php-version : ' 8.4 '
2121 tools : composer, infection
2222 coverage : pcov
2323
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN /usr/bin/composer install \
1111 --classmap-authoritative \
1212 --working-dir=/opt/representer
1313
14- FROM php:8.3 -cli-alpine
14+ FROM php:8.4 -cli-alpine
1515
1616COPY --from=builder /opt/representer /opt/representer
1717
Original file line number Diff line number Diff line change 55 "type" : " project" ,
66 "license" : " MIT" ,
77 "require" : {
8- "php" : " ^8.1 " ,
8+ "php" : " ^8.3 " ,
99 "league/flysystem" : " ^3.0" ,
1010 "league/flysystem-memory" : " ^3.0" ,
1111 "nikic/php-parser" : " ^5.0" ,
You can’t perform that action at this time.
0 commit comments