Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 9f15c63

Browse files
committed
Composer: Limit compatible PHP to ^7.3 (not 8.0)
1 parent 146fa07 commit 9f15c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.3",
13+
"php": "^7.3",
1414
"ext-json": "*"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)