Skip to content

Commit 0698a9a

Browse files
authored
Merge pull request #1 from f-liva/patch-1
Add support to PHP 8
2 parents bfa2ae2 + 2a45eaa commit 0698a9a

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
@@ -3,7 +3,7 @@
33
"description": "A trait to translate Laravel migrations into SQLite safe migrations.",
44
"type": "laravel-package",
55
"require": {
6-
"illuminate/database": "^5.1||^6.0||^7.0"
6+
"illuminate/database": "^5.1||^6.0||^7.0||^8.0"
77
},
88
"license": "MIT",
99
"authors": [

0 commit comments

Comments
 (0)