Skip to content

Commit

Permalink
minor #48560 [Notifier] Remove ext-json from require section (Osk…
Browse files Browse the repository at this point in the history
…arStark)

This PR was merged into the 6.3 branch.

Discussion
----------

[Notifier] Remove `ext-json` from `require` section

| Q             | A
| ------------- | ---
| Branch?       | 6.3
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

`ext-json` is always available in PHP 8

Not sure about the branch, this can also go into `6.0` from my POV, as we require PHP 8 even there 🤷

Commits
-------

89d0f5d [Notifier] Remove `ext-json` from `require` section
  • Loading branch information
fabpot committed Dec 9, 2022
2 parents 6e63db7 + 89d0f5d commit 45113ba
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/Symfony/Component/Notifier/Bridge/Gitter/composer.json
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^6.2"
},
Expand Down
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"symfony/mercure": "^0.5.2|^0.6",
"symfony/notifier": "^6.2",
"symfony/service-contracts": "^1.10|^2|^3"
Expand Down
1 change: 0 additions & 1 deletion src/Symfony/Component/Notifier/Bridge/Mobyt/composer.json
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^6.2"
},
Expand Down
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^6.2"
},
Expand Down
1 change: 0 additions & 1 deletion src/Symfony/Component/Notifier/Bridge/Sinch/composer.json
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^6.2"
},
Expand Down
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^6.2",
"symfony/polyfill-mbstring": "^1.0"
Expand Down

0 comments on commit 45113ba

Please sign in to comment.