|
1 | 1 | { |
2 | | - "name": "lucasdotdev/laravel-database-queries-counter", |
| 2 | + "name": "lucasdotvin/laravel-database-queries-counter", |
3 | 3 | "description": "This package provides a simple trait to check how many queries a test suite has performed.", |
4 | 4 | "keywords": [ |
5 | | - "lucasdotdev", |
| 5 | + "lucasdotvin", |
6 | 6 | "laravel", |
7 | 7 | "testing", |
8 | 8 | "database", |
9 | 9 | "laravel-database-queries-counter" |
10 | 10 | ], |
11 | | - "homepage": "https://github.com/lucasdotdev/laravel-database-queries-counter", |
| 11 | + "homepage": "https://github.com/lucasdotvin/laravel-database-queries-counter", |
12 | 12 | "license": "MIT", |
13 | 13 | "authors": [ |
14 | 14 | { |
|
18 | 18 | } |
19 | 19 | ], |
20 | 20 | "require": { |
21 | | - "php": "^8.0", |
22 | | - "illuminate/contracts": "^8.73" |
| 21 | + "php": "^8.1", |
| 22 | + "illuminate/contracts": "^9.0" |
23 | 23 | }, |
24 | 24 | "require-dev": { |
25 | | - "nunomaduro/collision": "^5.10", |
26 | | - "nunomaduro/larastan": "^1.0", |
27 | | - "orchestra/testbench": "^6.22", |
| 25 | + "nunomaduro/collision": "^6.0", |
| 26 | + "nunomaduro/larastan": "^2.0.1", |
| 27 | + "orchestra/testbench": "^7.0", |
28 | 28 | "pestphp/pest": "^1.21", |
29 | 29 | "pestphp/pest-plugin-laravel": "^1.1", |
30 | 30 | "phpstan/extension-installer": "^1.1", |
31 | 31 | "phpstan/phpstan-deprecation-rules": "^1.0", |
32 | 32 | "phpstan/phpstan-phpunit": "^1.0", |
33 | | - "phpunit/phpunit": "^9.5" |
| 33 | + "phpunit/phpunit": "^9.5", |
| 34 | + "spatie/laravel-ray": "^1.26" |
34 | 35 | }, |
35 | 36 | "autoload": { |
36 | 37 | "psr-4": { |
37 | | - "LucasDotDev\\DBQueriesCounter\\": "src", |
38 | | - "LucasDotDev\\DBQueriesCounter\\Database\\Factories\\": "database/factories" |
| 38 | + "LucasDotVin\\DBQueriesCounter\\": "src", |
| 39 | + "LucasDotVin\\DBQueriesCounter\\Database\\Factories\\": "database/factories" |
39 | 40 | } |
40 | 41 | }, |
41 | 42 | "autoload-dev": { |
42 | 43 | "psr-4": { |
43 | | - "LucasDotDev\\DBQueriesCounter\\Tests\\": "tests" |
| 44 | + "LucasDotVin\\DBQueriesCounter\\Tests\\": "tests" |
44 | 45 | } |
45 | 46 | }, |
46 | 47 | "scripts": { |
|
58 | 59 | "extra": { |
59 | 60 | "laravel": { |
60 | 61 | "providers": [ |
61 | | - "LucasDotDev\\DBQueriesCounter\\DBQueriesCounterServiceProvider" |
| 62 | + "LucasDotVin\\DBQueriesCounter\\DBQueriesCounterServiceProvider" |
62 | 63 | ], |
63 | 64 | "aliases": {} |
64 | 65 | } |
|
0 commit comments