File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"laravel/framework" : " ^5.8" ,
15
- "inertiajs/inertia-laravel" : " dev-master "
15
+ "inertiajs/inertia-laravel" : " ^0.1 "
16
16
},
17
17
"require-dev" : {
18
18
"orchestra/testbench" : " ^3.8"
Original file line number Diff line number Diff line change @@ -23,16 +23,15 @@ protected static function updatePackageArray(array $packages)
23
23
{
24
24
return array_merge ([
25
25
'@babel/plugin-syntax-dynamic-import ' => '^7.2.0 ' ,
26
- 'inertia ' => 'github:inertiajs/inertia ' ,
27
- 'inertia-vue ' => 'inertiajs/inertia-vue ' ,
26
+ '@inertiajs/ inertia ' => '^0.1 ' ,
27
+ '@inertiajs/ inertia-vue ' => '^0.1 ' ,
28
28
'vue-template-compiler ' => '^2.6.10 ' ,
29
29
], $ packages );
30
30
}
31
31
32
32
protected static function updateBootstrapping ()
33
33
{
34
34
copy (__DIR__ .'/inertiajs-stubs/.babelrc ' , base_path ('.babelrc ' ));
35
-
36
35
copy (__DIR__ .'/inertiajs-stubs/webpack.mix.js ' , base_path ('webpack.mix.js ' ));
37
36
38
37
copy (__DIR__ .'/inertiajs-stubs/resources/js/app.js ' , resource_path ('js/app.js ' ));
You can’t perform that action at this time.
0 commit comments