Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanomatteo committed Jan 22, 2021
1 parent bccd6ea commit 4d7b0b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
20 changes: 16 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d7b0b0

Please sign in to comment.