Skip to content

Commit a42d19a

Browse files
authored
Merge pull request #54 from P-Shakibafar/patch-1
add support php 8.0
2 parents 19ee532 + b63410f commit a42d19a

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
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"php" : "^5.6|^7.0",
11+
"php" : "^5.6|^7.0|^8.0",
1212
"illuminate/support": "^5.1|^6.0|^7.0|^8.0"
1313
},
1414
"autoload" : {

0 commit comments

Comments
 (0)