Skip to content

Commit

Permalink
Readd required packages (#23)
Browse files Browse the repository at this point in the history
* Readd required packages

* Update composer.json

Co-authored-by: Martin Eiber <[email protected]>

---------

Co-authored-by: Martin Eiber <[email protected]>
  • Loading branch information
aryaantony92 and martineiber authored Apr 13, 2023
1 parent fbc87eb commit ae02a3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"geoip2/geoip2": "^2.9",
"symfony/stopwatch": "^6.2",
"symfony/form": "^6.2",
"lcobucci/jwt": "^4.0"
"lcobucci/jwt": "^4.0",
"matomo/device-detector": "^6.0",
"pimcore/admin-ui-classic-bundle": "^1.0",
"pimcore/newsletter-bundle": "^1.0",
"colinmollenhour/credis": "^1.10.0",
"mjaschen/phpgeo": "^4.0"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
Expand Down
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ services:
# Newsletter Adapter

pimcore.document.newsletter.factory.default:
class: Pimcore\Document\Newsletter\DefaultAddressSourceAdapterFactory
class: Pimcore\Bundle\NewsletterBundle\Document\Newsletter\DefaultAddressSourceAdapterFactory
arguments:
- 'Pimcore\Bundle\PersonalizationBundle\Document\Newsletter\AddressSourceAdapter\DefaultAdapter'
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Pimcore\Bundle\PersonalizationBundle\Document\Newsletter\AddressSourceAdapter;

use Pimcore\Document\Newsletter\AddressSourceAdapter\DefaultAdapter as BaseDefaultAdapter;
use Pimcore\Bundle\NewsletterBundle\Document\Newsletter\AddressSourceAdapter\DefaultAdapter as BaseDefaultAdapter;
use Pimcore\Model\DataObject\ClassDefinition;
use Pimcore\Model\DataObject\Listing;

Expand Down

0 comments on commit ae02a3e

Please sign in to comment.