File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 20
20
"require" : {
21
21
"php" : " ^7.4|^8.0" ,
22
22
"ext-json" : " *" ,
23
- "doctrine/orm " : " ^2.8 " ,
23
+ "doctrine/doctrine-bundle " : " ^2.4 " ,
24
24
"meilisearch/meilisearch-php" : " ^0.18" ,
25
25
"symfony/filesystem" : " ^4.0 || ^5.0" ,
26
26
"symfony/property-access" : " ^4.0 || ^5.0" ,
27
27
"symfony/serializer" : " ^4.0 || ^5.0"
28
28
},
29
29
"require-dev" : {
30
- "doctrine/doctrine-bundle" : " ^2.3" ,
31
30
"friendsofphp/php-cs-fixer" : " ^3.0" ,
32
31
"jms/serializer-bundle" : " ^3.0" ,
33
32
"nyholm/psr7" : " ^1.3" ,
Original file line number Diff line number Diff line change 4
4
5
5
namespace MeiliSearch \Bundle \Command ;
6
6
7
- use Doctrine \Persistence \ManagerRegistry ;
8
7
use MeiliSearch \Bundle \Exception \InvalidSettingName ;
9
8
use MeiliSearch \Bundle \Exception \UpdateException ;
10
9
use MeiliSearch \Bundle \Model \Aggregator ;
11
10
use MeiliSearch \Bundle \SearchService ;
12
11
use MeiliSearch \Client ;
12
+ use Symfony \Bridge \Doctrine \ManagerRegistry ;
13
13
use Symfony \Component \Console \Input \InputInterface ;
14
14
use Symfony \Component \Console \Input \InputOption ;
15
15
use Symfony \Component \Console \Output \OutputInterface ;
You can’t perform that action at this time.
0 commit comments