Files
oficial/cli/setup/composer.php

7 lines
113 B
PHP
Raw Normal View History

2023-11-25 00:56:18 -03:00
<?php
require_once implode(DIRECTORY_SEPARATOR, [
dirname(__FILE__, 2),
'vendor',
'autoload.php'
]);