Skip to content

Commit

Permalink
Fix composer lock (pumukit#182)
Browse files Browse the repository at this point in the history
* Fix composer lock && StatsUIBundle configuration
  • Loading branch information
Yurujai authored Feb 24, 2020
1 parent ded00bf commit 458dac0
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 22 deletions.
65 changes: 56 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
Pumukit\NotificationBundle\PumukitNotificationBundle::class => ['all' => true],
Pumukit\SchemaBundle\PumukitSchemaBundle::class => ['all' => true],
Pumukit\StatsBundle\PumukitStatsBundle::class => ['all' => true],
Pumukit\StatsUIBundle\PumukitStatsUIBundle::class => ['all' => true],
Pumukit\WebTVBundle\PumukitWebTVBundle::class => ['all' => true],
Pumukit\WizardBundle\PumukitWizardBundle::class => ['all' => true],
Pumukit\WorkflowBundle\PumukitWorkflowBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Pumukit\StatsUIBundle\PumukitStatsUIBundle::class => ['all' => true],
];
9 changes: 0 additions & 9 deletions config/packages/pumukit_stats_ui.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions config/routes/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ controllers:
resource: ../../src/Pumukit/*/Controller/*
type: annotation

#pumukit_stats_ui:
# resource: "@PumukitStatsUIBundle/Resources/config/routing.yml"
# prefix: /
pumukit_stats_ui:
resource: "@PumukitStatsUIBundle/Resources/config/routing.yml"
prefix: /

pumukit_jw_player:
resource: "@PumukitJWPlayerBundle/Resources/config/routing.yml"
Expand Down
3 changes: 3 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,9 @@
"symfony/yaml": {
"version": "v4.4.4"
},
"teltek/pumukit-stats-ui-bundle": {
"version": "dev-master"
},
"theseer/tokenizer": {
"version": "1.1.3"
},
Expand Down

0 comments on commit 458dac0

Please sign in to comment.