Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Notifier] Add Pusher.com bridge #53267

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 26 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
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
fix: composer.json package name
  • Loading branch information
bitgandtter authored and OskarStark committed Dec 28, 2023
commit b2d65b1c66c28415f33ac9d56f55c74b60ed7754
38 changes: 9 additions & 29 deletions 38 src/Symfony/Component/Notifier/Bridge/Pusher/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "metises/pusher-notifier",
"name": "symfony/pusher-notifier",
"type": "symfony-notifier-bridge",
"description": "Symfony Pusher Notifier Bridge",
"keywords": [
Expand All @@ -12,21 +12,17 @@
{
"name": "Yasmany Cubela Medina",
"email": "yasmanycm@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"pusher/pusher-php-server": "^7.0",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-client": "^4.3|^5.0|^6.0",
"symfony/notifier": "^5.3|^6.0",
"symfony/dependency-injection": "^5.3|^6.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"symfony/event-dispatcher": "^4.3|^5.0|^6.0",
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "v3.4"
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^5.4|^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -36,21 +32,5 @@
"/Tests/"
]
},
"scripts": {
"csf": "./vendor/bin/php-cs-fixer fix",
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"symfony/thanks": true
}
}
"minimum-stability": "dev"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.