Skip to content

Commit 2a45eaa

Browse files
authored
Add support to PHP 8
1 parent bfa2ae2 commit 2a45eaa

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)