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

Skip to content

Commit 45113ba

Browse files
committed
minor #48560 [Notifier] Remove ext-json from require section (OskarStark)
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
2 parents 6e63db7 + 89d0f5d commit 45113ba

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

src/Symfony/Component/Notifier/Bridge/Gitter/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"php": ">=8.1",
20-
"ext-json": "*",
2120
"symfony/http-client": "^5.4|^6.0",
2221
"symfony/notifier": "^6.2"
2322
},

src/Symfony/Component/Notifier/Bridge/Mercure/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"php": ">=8.1",
20-
"ext-json": "*",
2120
"symfony/mercure": "^0.5.2|^0.6",
2221
"symfony/notifier": "^6.2",
2322
"symfony/service-contracts": "^1.10|^2|^3"

src/Symfony/Component/Notifier/Bridge/Mobyt/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"php": ">=8.1",
20-
"ext-json": "*",
2120
"symfony/http-client": "^5.4|^6.0",
2221
"symfony/notifier": "^6.2"
2322
},

src/Symfony/Component/Notifier/Bridge/Sendinblue/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"php": ">=8.1",
20-
"ext-json": "*",
2120
"symfony/http-client": "^5.4|^6.0",
2221
"symfony/notifier": "^6.2"
2322
},

src/Symfony/Component/Notifier/Bridge/Sinch/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"php": ">=8.1",
20-
"ext-json": "*",
2120
"symfony/http-client": "^5.4|^6.0",
2221
"symfony/notifier": "^6.2"
2322
},

src/Symfony/Component/Notifier/Bridge/TurboSms/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"php": ">=8.1",
20-
"ext-json": "*",
2120
"symfony/http-client": "^5.4|^6.0",
2221
"symfony/notifier": "^6.2",
2322
"symfony/polyfill-mbstring": "^1.0"

0 commit comments

Comments
 (0)