Skip to content

Commit 121c71f

Browse files
authored
Added Connection.php (#1)
1 parent 1fd3a4f commit 121c71f

File tree

3 files changed

+1001
-3
lines changed

3 files changed

+1001
-3
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
"description": "MySQLite connector for laravel that Leverages vectorface/mysqlite to add MySQL functionality to SQLite",
44
"type": "library",
55
"require": {
6-
"vectorface/mysqlite": "^0.1.4"
6+
"vectorface/mysqlite": "^0.1.4",
7+
"illuminate/database": "^5.7"
78
},
89
"require-dev": {
9-
"phpunit/phpunit": "^7.5"
10+
"phpunit/phpunit": "^7.5",
11+
"squizlabs/php_codesniffer": "^3.4",
12+
"phpmd/phpmd": "^2.6"
1013
},
1114
"license": "MIT",
1215
"authors": [

0 commit comments

Comments
 (0)