Skip to content

Commit 44dca52

Browse files
authored
Finish the upgrade to PHP 7.4 (#139)
1 parent cacac6b commit 44dca52

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.symfony.cloud.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: carson-bot
22

3-
type: php:7.2
3+
type: php:7.4
44

55
runtime:
66
extensions:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"license": "MIT",
66
"require": {
7-
"php": ">=7.2",
7+
"php": ">=7.4",
88
"ext-json": "*",
99
"composer/package-versions-deprecated": "^1.11",
1010
"doctrine/doctrine-bundle": "^2.1",
@@ -35,7 +35,7 @@
3535
},
3636
"config": {
3737
"platform": {
38-
"php": "7.2.9"
38+
"php": "7.4"
3939
},
4040
"preferred-install": {
4141
"*": "dist"

composer.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"version": "2.2.3"
116116
},
117117
"php": {
118-
"version": "7.2.9"
118+
"version": "7.4"
119119
},
120120
"php-http/cache-plugin": {
121121
"version": "1.7.0"

0 commit comments

Comments
 (0)