Skip to content

Commit 21fcc5f

Browse files
committed
fix: tidy php version reqs
1 parent 779af3a commit 21fcc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2|^8.0",
12+
"php": "^7.2 || ^8.0",
1313
"ext-json": "*",
1414
"socialiteproviders/manager": "~4.0"
1515
},

0 commit comments

Comments
 (0)