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 11{
22 "name" : " laravel-arcanist/inertia-response-renderer" ,
3- "type" : " library" ,
43 "description" : " Inertia response renderer for Arcanist" ,
54 "license" : " MIT" ,
5+ "type" : " library" ,
66 "authors" : [
77 {
88 "name" : " Kai Sassnowski" ,
2121 "phpunit/phpunit" : " ^9.0" ,
2222 "spatie/phpunit-watcher" : " ^1.23"
2323 },
24- "extra" : {
25- "laravel" : {
26- "providers" : [
27- " Arcanist\\ InertiaResponseRendererServiceProvider"
28- ]
29- }
30- },
24+ "minimum-stability" : " dev" ,
25+ "prefer-stable" : true ,
3126 "autoload" : {
3227 "psr-4" : {
3328 "Arcanist\\ " : " src/"
3833 "Arcanist\\ Tests\\ " : " tests/"
3934 }
4035 },
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+ },
4348 "scripts" : {
4449 "post-install-cmd" : [
4550 " composer normalize"
4651 ],
4752 "post-update-cmd" : [
4853 " composer normalize"
4954 ]
50- },
51- "config" : {
52- "allow-plugins" : {
53- "ergebnis/composer-normalize" : true
54- }
5555 }
5656}
You can’t perform that action at this time.
0 commit comments