-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer-require-checker.json
27 lines (27 loc) · 1.3 KB
/
composer-require-checker.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"symbol-whitelist": [
"Faker\\Factory",
"Faker\\Generator",
"Setono\\BudbeeBundle\\SetonoBudbeeBundle",
"Setono\\Budbee\\Client\\ClientInterface",
"Setono\\Budbee\\DTO\\Box",
"Setono\\CoolRunnerBundle\\SetonoCoolRunnerBundle",
"Setono\\CoolRunner\\Client\\ClientInterface",
"Setono\\CoolRunner\\DTO\\Servicepoint",
"Setono\\DAOBundle\\SetonoDAOBundle",
"Setono\\DAO\\Client\\ClientInterface",
"Setono\\GLS\\Webservice\\Client\\ClientInterface",
"Setono\\GLS\\Webservice\\Exception\\ConnectionException",
"Setono\\GLS\\Webservice\\Exception\\NoResultException",
"Setono\\GLS\\Webservice\\Exception\\ParcelShopNotFoundException",
"Setono\\GLS\\Webservice\\Model\\ParcelShop",
"Setono\\GlsWebserviceBundle\\SetonoGlsWebserviceBundle",
"Setono\\PostNordBundle\\SetonoPostNordBundle",
"Setono\\PostNord\\Client\\ClientInterface",
"Setono\\PostNord\\Request\\Query\\ServicePoints\\ByIdsQuery",
"Setono\\PostNord\\Request\\Query\\ServicePoints\\NearestByAddressQuery",
"Setono\\PostNord\\Response\\ServicePoints\\ServicePoint",
"Symfony\\Component\\Security\\Csrf\\CsrfToken",
"Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface"
]
}