Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Mercure] Add the component #28877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove the messenger handler (use Publisher directly)
  • Loading branch information
dunglas committed Oct 13, 2018
commit 899d06bae0ed509ad84e33a92ac3ba511c2077d8
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

declare(strict_types=1);

namespace Symfony\Component\Mercure;
namespace Symfony\Component\Mercure\Jwt;

/**
* Provides a JWT passed as a configuration parameter.
Expand Down
36 changes: 0 additions & 36 deletions src/Symfony/Component/Mercure/Messenger/UpdateHandler.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

declare(strict_types=1);

namespace Symfony\Component\Mercure\Tests;
namespace Symfony\Component\Mercure\Tests\Jwt;

use PHPUnit\Framework\TestCase;
use Symfony\Component\Mercure\StaticJwtProvider;
use Symfony\Component\Mercure\Jwt\StaticJwtProvider;

class StaticJwtProviderTest extends TestCase
{
Expand Down
6 changes: 0 additions & 6 deletions src/Symfony/Component/Mercure/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
"require": {
"php": "^7.1.3"
},
"require-dev": {
"symfony/messenger": "~3.4|~4.0"
},
"suggest": {
"symfony/messenger": "For using the Messenger integration."
},
"autoload": {
"psr-4": { "Symfony\\Component\\Mercure\\": "" },
"exclude-from-classmap": [
Expand Down