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

Commit 2f66c0e

Browse files
committed
Update PHP 7.3
1 parent 5cedb6c commit 2f66c0e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.1",
26+
"php": "^7.3",
2727
"ext-curl": "*",
2828
"ext-dom": "*",
2929
"ext-openssl": "*",
@@ -46,6 +46,9 @@
4646
"minimum-stability": "dev",
4747
"prefer-stable": true,
4848
"config": {
49-
"sort-packages": true
49+
"sort-packages": true,
50+
"platform": {
51+
"php": "7.3"
52+
}
5053
}
5154
}

0 commit comments

Comments
 (0)