diff --git a/.vscode/settings.json b/.vscode/settings.json index 66f1adc..e614d03 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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, @@ -313,6 +313,6 @@ "[php]": { "editor.defaultFormatter": "bmewburn.vscode-intelephense-client" }, - "window.title": "totality", + "window.title": "laravel-model-caching", "workbench.editor.tabActionLocation": "left" } diff --git a/composer.json b/composer.json index a3570e3..3d7c3d8 100644 --- a/composer.json +++ b/composer.json @@ -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",