Skip to content

Commit 17023d0

Browse files
authored
Merge pull request #56 from bumpcore/55-2x-move-fakerphpfaker-dependency-to-suggests-and-install-as-development-requirement
55 2x move fakerphpfaker dependency to suggests and install as development requirement
2 parents ca01979 + 0aef234 commit 17023d0

File tree

4 files changed

+14
-26
lines changed

4 files changed

+14
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="art/banner.svg" width="100%"></p>
1+
<p align="center"><img src="art/banner.png" width="100%"></p>
22

33
# Editor.php
44

art/banner.png

147 KB
Loading

art/banner.svg

Lines changed: 0 additions & 15 deletions
This file was deleted.

composer.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,28 @@
2323
"require": {
2424
"php": "^8.1",
2525
"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"
3527
},
3628
"require-dev": {
3729
"pestphp/pest": "^1.22.4",
3830
"orchestra/testbench": "^8.0",
3931
"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."
4137
},
4238
"config": {
4339
"allow-plugins": {
4440
"pestphp/pest-plugin": true
4541
}
42+
},
43+
"extra": {
44+
"laravel": {
45+
"providers": [
46+
"BumpCore\\EditorPhp\\EditorPhpServiceProvider"
47+
]
48+
}
4649
}
4750
}

0 commit comments

Comments
 (0)