Skip to content

Commit

Permalink
Merge pull request #56 from bumpcore/55-2x-move-fakerphpfaker-depende…
Browse files Browse the repository at this point in the history
…ncy-to-suggests-and-install-as-development-requirement

55 2x move fakerphpfaker dependency to suggests and install as development requirement
  • Loading branch information
megasteve19 committed Jan 27, 2024
2 parents ca01979 + 0aef234 commit 17023d0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="art/banner.svg" width="100%"></p>
<p align="center"><img src="art/banner.png" width="100%"></p>

# Editor.php

Expand Down
Binary file added art/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 0 additions & 15 deletions art/banner.svg

This file was deleted.

23 changes: 13 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,28 @@
"require": {
"php": "^8.1",
"illuminate/support": "^10.0",
"illuminate/validation": "^10.0",
"fakerphp/faker": "^1.21"
},
"extra": {
"laravel": {
"providers": [
"BumpCore\\EditorPhp\\EditorPhpServiceProvider"
]
}
"illuminate/validation": "^10.0"
},
"require-dev": {
"pestphp/pest": "^1.22.4",
"orchestra/testbench": "^8.0",
"friendsofphp/php-cs-fixer": "^3.14.4",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^1.10",
"fakerphp/faker": "^1.23"
},
"suggest": {
"fakerphp/faker": "Required to use fake data generation for blocks."
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"laravel": {
"providers": [
"BumpCore\\EditorPhp\\EditorPhpServiceProvider"
]
}
}
}

0 comments on commit 17023d0

Please sign in to comment.