- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
42 lines
1.5 KiB
PHP
Executable File
42 lines
1.5 KiB
PHP
Executable File
<?php return array(
|
|
'root' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => '6582fe4c96d02e645921e4fb4300f84719b6b503',
|
|
'name' => 'vendor_name/build',
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'smalot/pdfparser' => array(
|
|
'pretty_version' => 'v1.1.0',
|
|
'version' => '1.1.0.0',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../smalot/pdfparser',
|
|
'aliases' => array(),
|
|
'reference' => '43e436f32fd0e3d1f808c3b1768975c598c9a7df',
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-mbstring' => array(
|
|
'pretty_version' => 'v1.23.1',
|
|
'version' => '1.23.1.0',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
|
|
'aliases' => array(),
|
|
'reference' => '9174a3d80210dca8daa7f31fec659150bbeabfc6',
|
|
'dev_requirement' => false,
|
|
),
|
|
'vendor_name/build' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => '6582fe4c96d02e645921e4fb4300f84719b6b503',
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|