forked from bruceheller/images-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 889 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "maltyxx/images-generator",
"description": "Generator of placeholder images for Faker",
"homepage": "https://github.com/maltyxx/images-generator",
"version": "1.0.1",
"keywords": ["images-generator", "imagesgenerator", "faker", "fixtures", "data"],
"license": "MIT",
"authors": [
{
"name": "Yoann Vanitou"
},
{
"name": "Bruce Heller",
"email": "[email protected]",
"homepage": "http://www.bheller.com"
}
],
"require": {
"php": ">=7.1",
"fakerphp/faker": "^1.10"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
"Maltyxx\\ImagesGenerator\\": "src/"
}
},
"conflict": {
"bheller/images-generator": "*"
}
}