forked from erdnaxelaweb/staticfakedesign
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.22 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "erdnaxelaweb/staticfakedesign",
"type": "library",
"description": "Provides utilities to generate fake data in order to create a static design",
"keywords": [],
"license": "MIT",
"require": {
"fakerphp/faker": "^1.23",
"friendsofphp/proxy-manager-lts": "^1.0",
"symfony/translation": "^5.0",
"babdev/pagerfanta-bundle": "^2.0",
"knplabs/knp-menu-bundle": "^3.0",
"symfony/options-resolver": "^5.0",
"doctrine/collections": "^2.0",
"smknstd/fakerphp-picsum-images": "^1.0",
"symfony/form": "^5.0",
"twig/intl-extra": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^10.3",
"symplify/easy-coding-standard": "*"
},
"suggest": {
"ext-dom": "*"
},
"authors": [
{
"name": "Florian ALEXANDRE"
}
],
"scripts": {
"check-cs": [
"ecs"
],
"fix-cs": [
"ecs --fix"
]
},
"autoload": {
"psr-4": {
"ErdnaxelaWeb\\StaticFakeDesignBundle\\": "bundle",
"ErdnaxelaWeb\\StaticFakeDesign\\": "lib",
"ErdnaxelaWeb\\StaticFakeDesign\\Tests\\": "tests"
}
}
}