mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
feat: use symplify/monorepo-builder
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the PHPFlasher package.
|
||||
* (c) Younes KHOUBZA <younes.khoubza@gmail.com>
|
||||
*/
|
||||
|
||||
use Symplify\MonorepoBuilder\Config\MBConfig;
|
||||
|
||||
return static function (MBConfig $config) {
|
||||
$config->packageDirectories(array(
|
||||
__DIR__.'/src',
|
||||
));
|
||||
|
||||
$config->packageAliasFormat('2.x-dev');
|
||||
};
|
||||
Reference in New Issue
Block a user