3
0

9 Commits
0.0.6 ... 0.0.9

Author SHA1 Message Date
95db65f56d Merge branch 'release/0.0.9' 2022-07-20 21:06:16 +01:00
1ec9b05413 Working on DependencyInjection 2022-07-20 21:05:54 +01:00
6a4ce3bef3 Merge tag '0.0.8' into develop
Working on DI
2022-07-20 21:02:39 +01:00
bf89b962ec Merge branch 'release/0.0.8' 2022-07-20 21:02:33 +01:00
7de30e78ac Working on DependencyInjection 2022-07-20 21:02:17 +01:00
6d65df0b9c Merge tag '0.0.7' into develop
Working on DependencyInjection
2022-07-20 21:01:11 +01:00
5d56d98325 Merge branch 'release/0.0.7' 2022-07-20 21:01:06 +01:00
2f6597a957 Working on DependencyInjection 2022-07-20 21:00:54 +01:00
93bb85f69f Merge tag '0.0.6' into develop
Working on DependencyInjection
2022-07-20 20:54:28 +01:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
PHP = docker compose run php
composer_install:
@$(PHP) composer install
composer_update:
@$(PHP) composer update
static_analysis:
@$(PHP) vendor/bin/psalm
@$(PHP) vendor/bin/psalm

View File

@@ -3,3 +3,7 @@ services:
class: Pcm\SearchBundle\EventSubscriber\SearchableSubscriber
tags:
- { name: doctrine.event_subscriber }
pcm_search.search_service:
class: Pcm\SearchBundle\Service\SearchService
public: true