Skip to content

Commit

Permalink
Merge pull request #54 from P-Shakibafar/patch-1
Browse files Browse the repository at this point in the history
add support php 8.0
  • Loading branch information
erlangparasu authored Jan 28, 2021
2 parents 19ee532 + b63410f commit a42d19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"require": {
"php" : "^5.6|^7.0",
"php" : "^5.6|^7.0|^8.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0"
},
"autoload" : {
Expand Down

0 comments on commit a42d19a

Please sign in to comment.