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

Commit 6238fc3

Browse filesBrowse files
committed
fix
1 parent 9f85237 commit 6238fc3
Copy full SHA for 6238fc3

File tree

2 files changed

+1
-2
lines changed
Filter options

2 files changed

+1
-2
lines changed

‎.github/composer-config.json

Copy file name to clipboardExpand all lines: .github/composer-config.json
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"preferred-install": {
55
"symfony/form": "source",
66
"symfony/http-kernel": "source",
7-
"symfony/notifier": "source",
87
"symfony/validator": "source",
98
"*": "dist"
109
}

‎src/Symfony/Component/Notifier/Bridge/GatewayApi/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/GatewayApi/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": ">=7.2.5",
2424
"symfony/http-client": "^4.3|^5.0",
25-
"symfony/notifier": "~5.3.0"
25+
"symfony/notifier": "~5.3"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\GatewayApi\\": "" },

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.