visual-blueprint-builder/vendor/composer/installed.php
GitHub Action defbf3f0f4 Add files
2025-10-02 15:51:11 +00:00

23 lines
777 B
PHP

<?php return array(
'root' => array(
'name' => 'wp/playground-blueprint-editor',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '3c4c5146809099fbc884d6c5a33d3b196341ecd3',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'wp/playground-blueprint-editor' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '3c4c5146809099fbc884d6c5a33d3b196341ecd3',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);