mirror of
https://gh.wpcy.net/https://github.com/pawankhated/one-click-wordpress-installer.git
synced 2026-04-22 00:39:17 +08:00
14 lines
197 B
PHP
14 lines
197 B
PHP
<?php
|
|
|
|
return array(
|
|
'dependencies' => array(
|
|
'wp-api-fetch',
|
|
'wp-block-editor',
|
|
'wp-blocks',
|
|
'wp-components',
|
|
'wp-element',
|
|
'wp-i18n',
|
|
'wp-url',
|
|
),
|
|
'version' => WPCF7_VERSION,
|
|
);
|