File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 306306 base => ' centos' ,
307307 yum => {
308308 _replace => {
309- ' mysql' => ' community-mysql' ,
310- ' mysql-server' => ' community-mysql-server' ,
311- ' mysql-devel' => ' community-mysql-devel' ,
312- ' procps' => ' perl-Unix-Process' ,
313- ' phpunit' => ' ' ,
309+ ' mysql' => ' mariadb' ,
310+ ' mysql-server' => ' mariadb-server' ,
311+ ' mysql-devel' => ' mariadb-devel' ,
312+ ' procps' => ' perl-Unix-Process' ,
313+ ' php' => ' ' ,
314+ ' php-cli' => ' ' ,
315+ ' php-mysqlnd' => ' ' ,
316+ ' php-mbstring' => ' ' ,
317+ ' php-gd' => ' ' ,
318+ ' php-pecl-memcache' => ' ' ,
319+ ' phpunit' => ' ' ,
314320 },
315321 base => [qw( glibc-langpack-en glibc-langpack-ja xz ) ],
316322 images => [qw( libomp-devel ) ],
321327 # package is broken for unknown reason
322328 GraphicsMagick => ' 1.3.43' ,
323329 },
330+ remi => {
331+ rpm => ' https://www.rpmfind.net/linux/remi/fedora/40/remi/x86_64/remi-release-40-1.fc40.remi.noarch.rpm' ,
332+ module => {
333+ reset => ' php' ,
334+ enable => ' php:remi-8.2' ,
335+ },
336+ php_version => ' php82' ,
337+ },
338+ repo => {
339+ remi => [qw( php php-mbstring php-mysqlnd php-gd php-pecl-memcache php-xml ) ],
340+ },
324341 installer => ' dnf' ,
325- setcap => 1,
326342 phpunit => 11,
327343 },
328344 fedora39 => {
You can’t perform that action at this time.
0 commit comments