File tree Expand file tree Collapse file tree 2 files changed +310
-306
lines changed Expand file tree Collapse file tree 2 files changed +310
-306
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " laravel-arcanist/inertia-response-renderer" ,
3
- "type" : " library" ,
4
3
"description" : " Inertia response renderer for Arcanist" ,
5
4
"license" : " MIT" ,
5
+ "type" : " library" ,
6
6
"authors" : [
7
7
{
8
8
"name" : " Kai Sassnowski" ,
21
21
"phpunit/phpunit" : " ^9.0" ,
22
22
"spatie/phpunit-watcher" : " ^1.23"
23
23
},
24
- "extra" : {
25
- "laravel" : {
26
- "providers" : [
27
- " Arcanist\\ InertiaResponseRendererServiceProvider"
28
- ]
29
- }
30
- },
24
+ "minimum-stability" : " dev" ,
25
+ "prefer-stable" : true ,
31
26
"autoload" : {
32
27
"psr-4" : {
33
28
"Arcanist\\ " : " src/"
38
33
"Arcanist\\ Tests\\ " : " tests/"
39
34
}
40
35
},
41
- "minimum-stability" : " dev" ,
42
- "prefer-stable" : true ,
36
+ "config" : {
37
+ "allow-plugins" : {
38
+ "ergebnis/composer-normalize" : true
39
+ }
40
+ },
41
+ "extra" : {
42
+ "laravel" : {
43
+ "providers" : [
44
+ " Arcanist\\ InertiaResponseRendererServiceProvider"
45
+ ]
46
+ }
47
+ },
43
48
"scripts" : {
44
49
"post-install-cmd" : [
45
50
" composer normalize"
46
51
],
47
52
"post-update-cmd" : [
48
53
" composer normalize"
49
54
]
50
- },
51
- "config" : {
52
- "allow-plugins" : {
53
- "ergebnis/composer-normalize" : true
54
- }
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments