Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 653644c

Browse files
Use ">=" for the "php" requirement
1 parent 789d63e commit 653644c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Core/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/event-dispatcher-contracts": "^1.1|^2",
2121
"symfony/service-contracts": "^1.1.6|^2"
2222
},

Csrf/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/security-core": "^3.4|^4.0|^5.0"
2121
},
2222
"require-dev": {

Guard/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/security-core": "^3.4.22|^4.2.3|^5.0",
2121
"symfony/security-http": "^4.4.1"
2222
},

Http/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/security-core": "^4.4.8",
2121
"symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
2222
"symfony/http-kernel": "^4.4",

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/event-dispatcher-contracts": "^1.1|^2",
2121
"symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
2222
"symfony/http-kernel": "^4.4",

0 commit comments

Comments
 (0)