File tree Expand file tree Collapse file tree 4 files changed +14
-26
lines changed Expand file tree Collapse file tree 4 files changed +14
-26
lines changed Original file line number Diff line number Diff line change 1
- <p align =" center " ><img src =" art/banner.svg " width =" 100% " ></p >
1
+ <p align =" center " ><img src =" art/banner.png " width =" 100% " ></p >
2
2
3
3
# Editor.php
4
4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " ^8.1" ,
25
25
"illuminate/support" : " ^10.0" ,
26
- "illuminate/validation" : " ^10.0" ,
27
- "fakerphp/faker" : " ^1.21"
28
- },
29
- "extra" : {
30
- "laravel" : {
31
- "providers" : [
32
- " BumpCore\\ EditorPhp\\ EditorPhpServiceProvider"
33
- ]
34
- }
26
+ "illuminate/validation" : " ^10.0"
35
27
},
36
28
"require-dev" : {
37
29
"pestphp/pest" : " ^1.22.4" ,
38
30
"orchestra/testbench" : " ^8.0" ,
39
31
"friendsofphp/php-cs-fixer" : " ^3.14.4" ,
40
- "phpstan/phpstan" : " ^1.10"
32
+ "phpstan/phpstan" : " ^1.10" ,
33
+ "fakerphp/faker" : " ^1.23"
34
+ },
35
+ "suggest" : {
36
+ "fakerphp/faker" : " Required to use fake data generation for blocks."
41
37
},
42
38
"config" : {
43
39
"allow-plugins" : {
44
40
"pestphp/pest-plugin" : true
45
41
}
42
+ },
43
+ "extra" : {
44
+ "laravel" : {
45
+ "providers" : [
46
+ " BumpCore\\ EditorPhp\\ EditorPhpServiceProvider"
47
+ ]
48
+ }
46
49
}
47
50
}
You can’t perform that action at this time.
0 commit comments