Skip to content

Commit 41aa034

Browse files
authored
fix for php8
1 parent 82dbbac commit 41aa034

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
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.1.3",
17+
"php": ">=7.1.3",
1818
"illuminate/config": "~5.7|~5.8|^6.0|^7.0|^8.0",
1919
"mews/pos": "^0.4.3"
2020
},

0 commit comments

Comments
 (0)