1
1
{
2
- "name" : " cleaniquecoders/laravel-uuid" ,
3
- "description" : " Use UUID for your Laravel application." ,
4
- "keywords" : [
5
- " package" ,
6
- " laravel" ,
7
- " uuid"
8
- ],
9
- "license" : " MIT" ,
10
- "authors" : [
11
- {
12
- "name" : " Nasrul Hazim" ,
13
-
14
- }
15
- ],
16
- "autoload" : {
17
- "psr-4" : {
18
- "CleaniqueCoders\\ LaravelUuid\\ " : " src/"
19
- },
20
- "files" : [
21
- " src/Support/helpers.php"
22
- ]
23
- },
24
- "autoload-dev" : {
25
- "psr-4" : {
26
- "CleaniqueCoders\\ LaravelUuid\\ Tests\\ " : " tests/"
27
- }
28
- },
29
- "require" : {
30
- "php" : " ^8.1 | ^8.2 | ^8.3" ,
31
- "doctrine/dbal" : " ^3.6" ,
32
- "illuminate/auth" : " ^9.0 | ^10.0 | ^11.0" ,
33
- "illuminate/support" : " ^9.0 | ^10.0 | ^11.0"
34
- },
35
- "require-dev" : {
36
- "laravel/pint" : " ^1.6" ,
37
- "orchestra/testbench" : " 7.*|8.*" ,
38
- "pestphp/pest" : " ^2.0" ,
39
- "phpstan/phpstan-phpunit" : " ^1.0"
40
- },
41
- "extra" : {
42
- "laravel" : {
43
- "providers" : [
44
- " CleaniqueCoders\\ LaravelUuid\\ LaravelUuidServiceProvider"
45
- ]
46
- }
47
- },
48
- "config" : {
49
- "sort-packages" : true ,
50
- "allow-plugins" : {
51
- "pestphp/pest-plugin" : true
52
- }
53
- },
54
- "scripts" : {
55
- "test" : " vendor/bin/pest" ,
56
- "format" : " vendor/bin/pint"
57
- },
58
- "minimum-stability" : " dev" ,
59
- "prefer-stable" : true
60
- }
2
+ "name" : " cleaniquecoders/laravel-uuid" ,
3
+ "description" : " Use UUID for your Laravel application." ,
4
+ "keywords" : [
5
+ " package" ,
6
+ " laravel" ,
7
+ " uuid"
8
+ ],
9
+ "license" : " MIT" ,
10
+ "authors" : [
11
+ {
12
+ "name" : " Nasrul Hazim" ,
13
+
14
+ }
15
+ ],
16
+ "autoload" : {
17
+ "psr-4" : {
18
+ "CleaniqueCoders\\ LaravelUuid\\ " : " src/"
19
+ },
20
+ "files" : [
21
+ " src/Support/helpers.php"
22
+ ]
23
+ },
24
+ "autoload-dev" : {
25
+ "psr-4" : {
26
+ "CleaniqueCoders\\ LaravelUuid\\ Tests\\ " : " tests/"
27
+ }
28
+ },
29
+ "require" : {
30
+ "php" : " ^8.1 | ^8.2 | ^8.3 | ^8.4 " ,
31
+ "doctrine/dbal" : " ^3.6" ,
32
+ "illuminate/auth" : " ^9.0 | ^10.0 | ^11.0" ,
33
+ "illuminate/support" : " ^9.0 | ^10.0 | ^11.0"
34
+ },
35
+ "require-dev" : {
36
+ "laravel/pint" : " ^1.6" ,
37
+ "orchestra/testbench" : " 7.*|8.*" ,
38
+ "pestphp/pest" : " ^2.0" ,
39
+ "phpstan/phpstan-phpunit" : " ^1.0"
40
+ },
41
+ "extra" : {
42
+ "laravel" : {
43
+ "providers" : [
44
+ " CleaniqueCoders\\ LaravelUuid\\ LaravelUuidServiceProvider"
45
+ ]
46
+ }
47
+ },
48
+ "config" : {
49
+ "sort-packages" : true ,
50
+ "allow-plugins" : {
51
+ "pestphp/pest-plugin" : true
52
+ }
53
+ },
54
+ "scripts" : {
55
+ "test" : " vendor/bin/pest" ,
56
+ "format" : " vendor/bin/pint"
57
+ },
58
+ "minimum-stability" : " dev" ,
59
+ "prefer-stable" : true
60
+ }
0 commit comments