Skip to content

Commit

Permalink
Pimcore 6 (#90)
Browse files Browse the repository at this point in the history
* allow vdb/php-spider: ^0.4 for symfony ^4.0
* make installer public
* make CrawlerState public
  • Loading branch information
dpfaffenbauer authored and solverat committed Jul 31, 2019
1 parent f5e23ba commit 6965de3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
},
"require": {
"pimcore/pimcore": "^5.4.0 | ^6.0.0",
"vdb/php-spider": "^0.3",
"vdb/php-spider": "^0.3 | ^0.4",
"zf1/zend-search-lucene": "~1.12"
}
}
8 changes: 5 additions & 3 deletions src/LuceneSearchBundle/Resources/config/services/system.yml
Expand Up @@ -5,10 +5,12 @@ services:
autoconfigure: true

# tool installer
LuceneSearchBundle\Tool\Install: ~

LuceneSearchBundle\Tool\Install:
public: true

# configuration
LuceneSearchBundle\Configuration\Configuration: ~

# tool crawler state
LuceneSearchBundle\Tool\CrawlerState: ~
LuceneSearchBundle\Tool\CrawlerState:
public: true

0 comments on commit 6965de3

Please sign in to comment.