File tree Expand file tree Collapse file tree 12 files changed +31
-31
lines changed Expand file tree Collapse file tree 12 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 5656 },
5757 "scripts" : {
5858 "list-modules" : [
59- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::listModules"
59+ " PhpList\\ Core \\ Composer\\ ScriptHandler::listModules"
6060 ],
6161 "create-directories" : [
62- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createBinaries" ,
63- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createPublicWebDirectory"
62+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createBinaries" ,
63+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createPublicWebDirectory"
6464 ],
6565 "update-configuration" : [
66- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createGeneralConfiguration" ,
67- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createBundleConfiguration" ,
68- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createRoutesConfiguration" ,
69- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createParametersConfiguration" ,
70- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::clearAllCaches"
66+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createGeneralConfiguration" ,
67+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createBundleConfiguration" ,
68+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createRoutesConfiguration" ,
69+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createParametersConfiguration" ,
70+ " PhpList\\ Core \\ Composer\\ ScriptHandler::clearAllCaches"
7171 ],
7272 "post-install-cmd" : [
7373 " @create-directories" ,
Original file line number Diff line number Diff line change 99>
1010 <php >
1111 <ini name =" error_reporting" value =" -1" />
12- <server name =" KERNEL_CLASS" value =" PhpList\PhpList4 \Core\ApplicationKernel" />
12+ <server name =" KERNEL_CLASS" value =" PhpList\Core \Core\ApplicationKernel" />
1313 </php >
1414</phpunit >
Original file line number Diff line number Diff line change 66use FOS \RestBundle \Controller \FOSRestController ;
77use FOS \RestBundle \Routing \ClassResourceInterface ;
88use FOS \RestBundle \View \View ;
9- use PhpList \PhpList4 \Domain \Model \Messaging \SubscriberList ;
10- use PhpList \PhpList4 \Domain \Repository \Messaging \SubscriberListRepository ;
11- use PhpList \PhpList4 \Security \Authentication ;
9+ use PhpList \Core \Domain \Model \Messaging \SubscriberList ;
10+ use PhpList \Core \Domain \Repository \Messaging \SubscriberListRepository ;
11+ use PhpList \Core \Security \Authentication ;
1212use PhpList \RestBundle \Controller \Traits \AuthenticationTrait ;
1313use Symfony \Component \HttpFoundation \Request ;
1414
Original file line number Diff line number Diff line change 66use FOS \RestBundle \Controller \FOSRestController ;
77use FOS \RestBundle \Routing \ClassResourceInterface ;
88use FOS \RestBundle \View \View ;
9- use PhpList \PhpList4 \Domain \Model \Identity \Administrator ;
10- use PhpList \PhpList4 \Domain \Model \Identity \AdministratorToken ;
11- use PhpList \PhpList4 \Domain \Repository \Identity \AdministratorRepository ;
12- use PhpList \PhpList4 \Domain \Repository \Identity \AdministratorTokenRepository ;
13- use PhpList \PhpList4 \Security \Authentication ;
9+ use PhpList \Core \Domain \Model \Identity \Administrator ;
10+ use PhpList \Core \Domain \Model \Identity \AdministratorToken ;
11+ use PhpList \Core \Domain \Repository \Identity \AdministratorRepository ;
12+ use PhpList \Core \Domain \Repository \Identity \AdministratorTokenRepository ;
13+ use PhpList \Core \Security \Authentication ;
1414use PhpList \RestBundle \Controller \Traits \AuthenticationTrait ;
1515use Symfony \Component \HttpFoundation \Request ;
1616use Symfony \Component \HttpFoundation \Response ;
Original file line number Diff line number Diff line change 66use FOS \RestBundle \Controller \FOSRestController ;
77use FOS \RestBundle \Routing \ClassResourceInterface ;
88use FOS \RestBundle \View \View ;
9- use PhpList \PhpList4 \Domain \Model \Subscription \Subscriber ;
10- use PhpList \PhpList4 \Domain \Repository \Subscription \SubscriberRepository ;
11- use PhpList \PhpList4 \Security \Authentication ;
9+ use PhpList \Core \Domain \Model \Subscription \Subscriber ;
10+ use PhpList \Core \Domain \Repository \Subscription \SubscriberRepository ;
11+ use PhpList \Core \Security \Authentication ;
1212use PhpList \RestBundle \Controller \Traits \AuthenticationTrait ;
1313use Symfony \Component \HttpFoundation \Request ;
1414use Symfony \Component \HttpFoundation \Response ;
Original file line number Diff line number Diff line change 33
44namespace PhpList \RestBundle \Controller \Traits ;
55
6- use PhpList \PhpList4 \Domain \Model \Identity \Administrator ;
7- use PhpList \PhpList4 \Security \Authentication ;
6+ use PhpList \Core \Domain \Model \Identity \Administrator ;
7+ use PhpList \Core \Security \Authentication ;
88use Symfony \Component \HttpFoundation \Request ;
99use Symfony \Component \HttpKernel \Exception \AccessDeniedHttpException ;
1010
Original file line number Diff line number Diff line change 33
44namespace PhpList \RestBundle \Tests \Integration \Controller ;
55
6- use PhpList \PhpList4 \TestingSupport \AbstractWebTest ;
7- use PhpList \PhpList4 \TestingSupport \Traits \DatabaseTestTrait ;
6+ use PhpList \Core \TestingSupport \AbstractWebTest ;
7+ use PhpList \Core \TestingSupport \Traits \DatabaseTestTrait ;
88use Symfony \Component \DomCrawler \Crawler ;
99use Symfony \Component \HttpFoundation \Response ;
1010
Original file line number Diff line number Diff line change 33
44namespace PhpList \RestBundle \Tests \Integration \Controller ;
55
6- use PhpList \PhpList4 \Domain \Repository \Messaging \SubscriberListRepository ;
6+ use PhpList \Core \Domain \Repository \Messaging \SubscriberListRepository ;
77use PhpList \RestBundle \Controller \ListController ;
88
99/**
Original file line number Diff line number Diff line change 44namespace PhpList \RestBundle \Tests \Integration \Controller ;
55
66use Doctrine \Common \Persistence \ObjectRepository ;
7- use PhpList \PhpList4 \Domain \Model \Identity \AdministratorToken ;
8- use PhpList \PhpList4 \Domain \Repository \Identity \AdministratorTokenRepository ;
7+ use PhpList \Core \Domain \Model \Identity \AdministratorToken ;
8+ use PhpList \Core \Domain \Repository \Identity \AdministratorTokenRepository ;
99use PhpList \RestBundle \Controller \SessionController ;
1010use Symfony \Component \HttpFoundation \Response ;
1111
Original file line number Diff line number Diff line change 33
44namespace PhpList \RestBundle \Tests \Integration \Controller ;
55
6- use PhpList \PhpList4 \Domain \Model \Subscription \Subscriber ;
7- use PhpList \PhpList4 \Domain \Repository \Subscription \SubscriberRepository ;
6+ use PhpList \Core \Domain \Model \Subscription \Subscriber ;
7+ use PhpList \Core \Domain \Repository \Subscription \SubscriberRepository ;
88use PhpList \RestBundle \Controller \SubscriberController ;
99
1010/**
You can’t perform that action at this time.
0 commit comments