diff --git a/.gitignore b/.gitignore index 8024e72..9c849e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,27 @@ vendor/ .idea .env + +# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +# Support for Project snippet scope +!.vscode/*.code-snippets + +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index adff644..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Listen for XDebug", - "type": "php", - "request": "launch", - "port": 9000 - }, - { - "name": "Launch currently open script", - "type": "php", - "request": "launch", - "program": "${file}", - "cwd": "${fileDirname}", - "port": 9000 - } - ] -} \ No newline at end of file diff --git a/composer.json b/composer.json index 9533fcc..4e8b27c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "require": { "jclg/php-slack-bot": "dev-master", "symfony/console": "^3.2", - "illuminate/database": "^5.4", + "illuminate/database": "^6.20.26", "josegonzalez/dotenv": "dev-master" }, "autoload": {