Skip to content

Commit c81ced5

Browse files
minor #43819 [Notifier]  bump minimum required PHP version (xabbuh)
This PR was merged into the 6.0 branch. Discussion ---------- [Notifier]  bump minimum required PHP version | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- f4b6a36 bump minimum required PHP version
2 parents b6df694 + f4b6a36 commit c81ced5

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/Symfony/Component/Mailer/Bridge/OhMySmtp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.2.5",
23+
"php": ">=8.0.2",
2424
"psr/event-dispatcher": "^1",
2525
"symfony/mailer": "^5.3.0|^6.0"
2626
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/http-client": "^4.4|^5.2",
2121
"symfony/notifier": "^5.4",
2222
"async-aws/sns": "^1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/http-client": "^4.3|^5.0|^6.0",
2121
"symfony/notifier": "^5.4|^6.0"
2222
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.2.5",
23+
"php": ">=8.0.2",
2424
"symfony/http-client": "^4.3|^5.0",
2525
"symfony/notifier": "^5.3.4"
2626
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/http-client": "^4.4|^5.2|^6.0",
2121
"symfony/notifier": "^5.3|^6.0"
2222
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/http-client": "^4.4|^5.2",
2121
"symfony/notifier": "^5.4"
2222
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/http-client": "^4.3|^5.0|^6.0",
2121
"symfony/notifier": "^5.3|^6.0"
2222
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/http-client": "^4.4|^5.2|^6.0",
2121
"symfony/notifier": "^5.3|^6.0"
2222
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/http-client": "^4.4|^5.2",
2121
"symfony/notifier": "^5.3"
2222
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"ext-json": "*",
2121
"symfony/http-client": "^5.3|^6.0",
2222
"symfony/notifier": "^5.3|^6.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/http-client": "^4.4|^5.2",
2121
"symfony/notifier": "^5.3"
2222
},

0 commit comments

Comments
 (0)