Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Mar 15, 2024
1 parent 2a38f0f commit a38c905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"editor.inlayHints.fontFamily": "JetBrains Mono",
"editor.inlineSuggest.enabled": true,
"editor.insertSpaces": true,
"editor.lightbulb.enabled": false,
"editor.lightbulb.enabled": "off",
"editor.linkedEditing": true,
"editor.minimap.maxColumn": 100,
"editor.parameterHints.enabled": false,
Expand Down Expand Up @@ -313,6 +313,6 @@
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"window.title": "totality",
"window.title": "laravel-model-caching",
"workbench.editor.tabActionLocation": "left"
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"doctrine/dbal": "^3.3",
"fakerphp/faker": "^1.11",
"laravel/nova": "^4.0",
"orchestra/testbench-browser-kit": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"orchestra/testbench-browser-kit": "^9.0",
"orchestra/testbench": "^9.0",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.5",
"slevomat/coding-standard": "^7.0|^8.14",
"squizlabs/php_codesniffer": "^3.6",
"symfony/thanks": "^1.2",
Expand Down

0 comments on commit a38c905

Please sign in to comment.