File tree Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 3232 "role" : " Maintainer"
3333 }
3434 ],
35+ "repositories" : [
36+ {
37+ "type" : " vcs" ,
38+ "url" : " https://github.com/TatevikGr/rss-bundle.git"
39+ }
40+ ],
3541 "support" : {
3642 "issues" : " https://github.com/phpList/core/issues" ,
3743 "forum" : " https://discuss.phplist.org/" ,
7076 "symfony/messenger" : " ^6.4" ,
7177 "symfony/lock" : " ^6.4" ,
7278 "webklex/php-imap" : " ^6.2" ,
73- "ext-imap" : " *"
79+ "ext-imap" : " *" ,
80+ "tatevikgr/rss-feed" : " dev-main"
7481 },
7582 "require-dev" : {
7683 "phpunit/phpunit" : " ^9.5" ,
142149 " Doctrine\\ Bundle\\ DoctrineBundle\\ DoctrineBundle" ,
143150 " Doctrine\\ Bundle\\ MigrationsBundle\\ DoctrineMigrationsBundle" ,
144151 " PhpList\\ Core\\ EmptyStartPageBundle\\ EmptyStartPageBundle" ,
145- " FOS\\ RestBundle\\ FOSRestBundle"
152+ " FOS\\ RestBundle\\ FOSRestBundle" ,
153+ " TatevikGr\\ RssFeedBundle\\ RssFeedBundle"
146154 ],
147155 "routes" : {
148156 "homepage" : {
151159 }
152160 }
153161 }
162+ },
163+ "config" : {
164+ "allow-plugins" : {
165+ "php-http/discovery" : true
166+ }
154167 }
155168}
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ doctrine:
1717 naming_strategy : doctrine.orm.naming_strategy.underscore
1818 auto_mapping : false
1919 mappings :
20+ TatevikGrRssBundle :
21+ is_bundle : false
22+ type : attribute
23+ dir : ' %kernel.project_dir%/vendor/tatevikgr/rss-feed/src/Entity'
24+ prefix : ' TatevikGr\RssFeedBundle\Entity'
25+ alias : ' RssBundle'
2026 Identity :
2127 is_bundle : false
2228 type : attribute
Original file line number Diff line number Diff line change 11doctrine_migrations :
22 migrations_paths :
33 ' PhpList\Core\Migrations ' : ' %kernel.project_dir%/src/Migrations'
4+ # 'TatevikGr\RssBundle\RssFeedBundle\Migrations': '%kernel.project_dir%/vendor/tatevikgr/rss-bundle/src/RssFeedBundle/Migrations'
45 all_or_nothing : true
56 organize_migrations : false
67 storage :
Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ services:
1515 PhpList\Core\Domain\Messaging\Command\ProcessBouncesCommand :
1616 arguments :
1717 $protocolProcessors : !tagged_iterator 'phplist.bounce_protocol_processor'
18+
19+ TatevikGr\RssFeedBundle\Command\RssDispatchCommand :
20+ tags : ['console.command']
You can’t perform that action at this time.
0 commit comments