From 4d7b0b0146e06128d743e68dd86d3d9b52fe949c Mon Sep 17 00:00:00 2001 From: Ivano Matteo Date: Fri, 22 Jan 2021 10:36:00 +0100 Subject: [PATCH] updated dependencies --- .vscode/settings.json | 20 ++++++++++++++++---- composer.json | 3 +-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5596669..6d0b57b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,19 @@ { "workbench.colorCustomizations": { - "activityBar.background": "#4B1B41", - "titleBar.activeBackground": "#6A255C", - "titleBar.activeForeground": "#FDF9FC" - } + "activityBar.background": "#4a1c40", + "titleBar.activeBackground": "#250e20", + "titleBar.activeForeground": "#e7e7e7", + "activityBar.activeBackground": "#4a1c40", + "activityBar.activeBorder": "#64742c", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#64742c", + "activityBarBadge.foreground": "#e7e7e7", + "statusBar.background": "#250e20", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#4a1c40", + "titleBar.inactiveBackground": "#250e2099", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#250e20" } \ No newline at end of file diff --git a/composer.json b/composer.json index e003c2c..0a75388 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,7 @@ } ], "require": { - "php": "^7.1", - "ivanomatteo/codice-fiscale": "^0.1.6" + "ivanomatteo/codice-fiscale": "0.1.8" }, "require-dev": { "orchestra/testbench": "^4.0",