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

Skip to content

Commit 89d0f5d

Browse files
committed
[Notifier] Remove ext-json from require section
`ext-json` is always available in PHP 8
1 parent 6e63db7 commit 89d0f5d

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)