minor #39443 [Notifier] Add PHP 8 support for bridges (OskarStark)

This PR was merged into the 5.2 branch.

Discussion
----------

[Notifier] Add PHP 8 support for bridges

| Q             | A
| ------------- | ---
| Branch?       | 5.2
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | ---
| License       | MIT
| Doc PR        | ---

Is 5.2 the right branch?

Commits
-------

32014199d0 [Notifier] Add PHP 8 support for bridges
This commit is contained in:
Nicolas Grekas 2020-12-11 10:45:12 +01:00
commit 97c6be6de9
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/http-client": "^4.3|^5.0",
"symfony/notifier": "^5.2"
},

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/http-client": "^4.4|^5.0",
"symfony/notifier": "^5.2"
},

View File

@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/http-client": "^4.3|^5.0",
"symfony/notifier": "^5.2"
},

View File

@ -17,7 +17,7 @@
],
"require": {
"ext-json": "*",
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/http-client": "^4.3|^5.0",
"symfony/notifier": "^5.2"
},

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/http-client": "^4.3|^5.0",
"symfony/notifier": "^5.2"
},