bump dependencies and update config

This commit is contained in:
lubiana 2024-01-25 18:31:04 +01:00
parent 3c81249b90
commit f30fbd3758
6 changed files with 134 additions and 147 deletions

View file

@ -1,17 +0,0 @@
<?php declare(strict_types=1);
namespace Lubiana\CodeQuality;
/** @deprecated use LubiSetList */
final class SetList
{
/**
* @deprecated use LubiSetList::RECTOR
*/
public const RECTOR = LubiSetList::RECTOR;
/**
* @deprecated use LubiSetList::ECS
*/
public const ECS = LubiSetList::ECS;
}