diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d48c759 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +.vscode \ No newline at end of file diff --git a/README.md b/README.md index 84ebbc7..0a65fec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add laravel-db2 to your composer.json file: ``` "require": { - "cooperl/laravel-db2": "~2.0" + "cooperl/laravel-db2": "~5.3" } ``` diff --git a/composer.json b/composer.json index 5301b80..0a4c5a7 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,7 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/support": "~5.0", - "illuminate/database": "~5.0" + "php": ">=5.6.4" }, "require-dev": { },