Skip to content

Commit a40ed0c

Browse files
committed
⬆️ Upgrade the kit and its dependencies
1 parent 23f8c60 commit a40ed0c

File tree

2 files changed

+50
-28
lines changed

2 files changed

+50
-28
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
# 🧪 Sikessem DevTools for Laravel
4747

48-
This library includes all the PHP development and automation tools used by [Sikessem](https://sikessem.com) in [Laravel](https://laravel.com) applications.
48+
This kit includes all PHP development, testing, debugging and automation tools for Laravel applications.
4949

5050
## 🔖 Contents
5151

@@ -71,13 +71,13 @@ Install [Dev Tools](https://packagist.org/packages/sikessem/laravel-devtools) us
7171

7272
- By adding the `sikessem/laravel-devtools` dependency to your `composer.json` file:
7373

74-
```json
75-
{
76-
"require" : {
77-
"sikessem/laravel-devtools": "^0.5"
78-
}
74+
```json
75+
{
76+
"require-dev" : {
77+
"sikessem/laravel-devtools": "^0.6"
7978
}
80-
```
79+
}
80+
```
8181

8282
- Or by including the dependency:
8383

composer.json

Lines changed: 43 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,52 @@
33
"description": "🧪 Sikessem development tools for Laravel applications.",
44
"homepage": "https://packagist.org/packages/sikessem/laravel-devtools",
55
"keywords": [
6-
"sikessem",
7-
"php",
6+
"analyze-code",
7+
"automated-testing",
8+
"code-analyzer",
9+
"code-inpector",
10+
"collision",
11+
"dd",
12+
"debug",
13+
"debugbar",
14+
"debugger",
15+
"dev",
16+
"devtools",
17+
"dev-tools",
18+
"die-dump",
19+
"dump",
20+
"fake",
21+
"faker",
22+
"ignition",
23+
"inspect-code",
24+
"laravel",
25+
"laravel-debugbar",
26+
"laravel-devtools",
27+
"laravel-test-tools",
28+
"laravel-testing-tools",
29+
"laravel-tools",
830
"lint",
9-
"test",
10-
"testing",
11-
"refactor",
12-
"pint",
31+
"mock",
32+
"mockery",
1333
"pest",
14-
"rector",
15-
"psalm",
34+
"php",
1635
"phpstan",
17-
"var-dump",
18-
"laravel-devtools",
19-
"laravel-tools",
36+
"phpunit",
37+
"pint",
38+
"psalm",
39+
"ray",
40+
"rector",
41+
"refactor",
42+
"sikessem",
43+
"test",
44+
"test-automation",
2045
"test-tools",
46+
"testing",
2147
"testing-tools",
48+
"var-dump",
49+
"var-dumper",
2250
"web-tools",
23-
"webtools",
24-
"dev",
25-
"laravel",
26-
"ray",
27-
"dump",
28-
"dd",
29-
"debugbar"
51+
"webtools"
3052
],
3153
"license": "MIT",
3254
"authors": [
@@ -47,13 +69,13 @@
4769
"barryvdh/laravel-debugbar": "^3.9",
4870
"laravel/sail": "^1.25",
4971
"nunomaduro/larastan": "^2.6",
50-
"orchestra/testbench": "^8.5",
72+
"orchestra/testbench": "^8.12",
5173
"pestphp/pest-plugin-faker": "^2.0",
52-
"pestphp/pest-plugin-laravel": "^2.1",
74+
"pestphp/pest-plugin-laravel": "^2.2",
5375
"pestphp/pest-plugin-livewire": "^2.1",
5476
"pestphp/pest-plugin-watch": "^2.0",
5577
"psalm/plugin-laravel": "^2.8",
56-
"sikessem/webtools": "^0.0.0",
78+
"sikessem/devtools": "^0.2.0",
5779
"spatie/laravel-ignition": "^2.3",
5880
"spatie/laravel-ray": "^1.33"
5981
},

0 commit comments

Comments
 (0)