Skip to content

Commit 0583977

Browse files
Allow PHP ^7.2.5
1 parent 120a869 commit 0583977

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cache/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.9",
19+
"php": "^7.2.5",
2020
"psr/cache": "^1.0"
2121
},
2222
"suggest": {

EventDispatcher/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.9",
19+
"php": "^7.2.5",
2020
"psr/event-dispatcher": "^1"
2121
},
2222
"suggest": {

HttpClient/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.9"
19+
"php": "^7.2.5"
2020
},
2121
"suggest": {
2222
"symfony/http-client-implementation": ""

Service/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.9",
19+
"php": "^7.2.5",
2020
"psr/container": "^1.0"
2121
},
2222
"suggest": {

Translation/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.9"
19+
"php": "^7.2.5"
2020
},
2121
"suggest": {
2222
"symfony/translation-implementation": ""

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.9",
19+
"php": "^7.2.5",
2020
"psr/cache": "^1.0",
2121
"psr/container": "^1.0",
2222
"psr/event-dispatcher": "^1.0"

0 commit comments

Comments
 (0)