Skip to content

Commit 52ecda1

Browse files
Use ">=" for the "php" requirement
1 parent 61f694e commit 52ecda1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Amazon/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.1.3",
19+
"php": ">=7.1.3",
2020
"symfony/mailer": "^4.4|^5.0"
2121
},
2222
"require-dev": {

Google/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.1.3",
19+
"php": ">=7.1.3",
2020
"symfony/mailer": "^4.4|^5.0"
2121
},
2222
"require-dev": {

Mailchimp/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.1.3",
19+
"php": ">=7.1.3",
2020
"symfony/mailer": "^4.4|^5.0"
2121
},
2222
"require-dev": {

Mailgun/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.1.3",
19+
"php": ">=7.1.3",
2020
"symfony/mailer": "^4.4|^5.0"
2121
},
2222
"require-dev": {

Postmark/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.1.3",
19+
"php": ">=7.1.3",
2020
"symfony/mailer": "^4.4|^5.0"
2121
},
2222
"require-dev": {

Sendgrid/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.1.3",
19+
"php": ">=7.1.3",
2020
"symfony/mailer": "^4.4|^5.0"
2121
},
2222
"require-dev": {

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.1.3",
19+
"php": ">=7.1.3",
2020
"egulias/email-validator": "^2.1.10",
2121
"psr/log": "~1.0",
2222
"symfony/event-dispatcher": "^4.3",

0 commit comments

Comments
 (0)