Skip to content

Commit 8eb10b5

Browse files
committed
build(dependencies): update composer dependencies and remove placeholder file
- Added 'laravel/telescope' with version constraint '^5.7' in composer.json. - Updated 'orchestra/testbench' version constraint to '^7.55 || ^8.0 || ^9.0 || ^10.0'. - Included missing description for 'laravel/telescope' in the 'extra' section of composer.json. - Deleted placeholder file '.gitkeep' from 'workbench/database/migrations' directory.
1 parent da6688a commit 8eb10b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@
6666
"laradumps/laradumps": "^2.2 || ^3.0 || ^4.0",
6767
"laravel/facade-documenter": "dev-main",
6868
"laravel/helpers": "^1.7",
69+
"laravel/telescope": "^5.7",
6970
"mockery/mockery": "^1.6",
7071
"nette/utils": "^4.0",
71-
"orchestra/testbench": "^7.54 || ^8.0 || ^9.0 || ^10.0",
72+
"orchestra/testbench": "^7.55 || ^8.0 || ^9.0 || ^10.0",
7273
"pestphp/pest": "^1.23 || ^2.0 || ^3.0",
7374
"pestphp/pest-plugin-faker": "^1.0 || ^2.0 || ^3.0",
7475
"pestphp/pest-plugin-laravel": "^1.4 || ^2.0 || ^3.0",
@@ -103,6 +104,7 @@
103104
"buggregator/trap": "Output SQL scores to Trap.",
104105
"itsgoingd/clockwork": "Output SQL scores to Clockwork.",
105106
"laradumps/laradumps": "Output SQL scores to Laradumps.",
107+
"laravel/telescope": "Output SQL scores to Telescope.",
106108
"spatie/laravel-ray": "Output SQL scores to Laravel Ray."
107109
},
108110
"repositories": {

workbench/database/migrations/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)