-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
81 lines (75 loc) · 2.34 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "frontastic/catwalk",
"version": "1.68.10",
"license": "None",
"type": "library",
"repositories": [
{
"type": "path",
"url": "../libraries/*"
}
],
"config": {
"discard-changes": true
},
"conflict": {
"frontastic/payment-adyen": "<1.2.0"
},
"require": {
"php": ">=7.4",
"ext-json": "*",
"symfony/symfony": "^4.4||^5.4",
"symfony/dotenv": "^4.4||^5.4",
"symfony/psr-http-message-bridge": "^1.0||^2.0",
"symfony/polyfill-apcu": "^1.0",
"symfony/monolog-bundle": "^3.2",
"symfony/swiftmailer-bundle": "^3.2",
"doctrine/doctrine-bundle": "^1.9||^2",
"stof/doctrine-extensions-bundle": "^1.3",
"frontastic/common": "^2.48.0",
"doctrine/annotations": "^1.14.3",
"doctrine/orm": "^2.6",
"doctrine/dbal": "^2.13||^3.0",
"doctrine/cache": "^1.13",
"guzzlehttp/guzzle": "^6||^7",
"gedmo/doctrine-extensions": "^2.4||^3",
"sensio/framework-extra-bundle": "@stable",
"frontastic/data-object": "@stable",
"beberlei/doctrineextensions": "@stable",
"predis/predis": "@stable",
"michelf/php-markdown": "@stable",
"aptoma/twig-markdown": "@stable",
"mtdowling/cron-expression": "@stable",
"frontastic/rulerz-bundle": "^0.16",
"zetacomponents/graph": "^1.5",
"ramsey/uuid": "^3.9||^4",
"jaybizzle/crawler-detect": "^1.2",
"nikic/php-parser": "^4.12",
"firebase/php-jwt": "^v6.4.0",
"composer-runtime-api": "^2.2",
"symfony/polyfill-php80": "^1.27"
},
"require-dev": {
"frontastic/apidocs": "^1.0.0@alpha",
"phpunit/phpunit": "^8",
"phpmd/phpmd": "@stable",
"pdepend/pdepend": "@stable",
"phploc/phploc": "@stable",
"squizlabs/php_codesniffer": "@stable",
"sebastian/phpcpd": "@stable",
"phake/phake": "^4.0",
"phpstan/phpstan": "^1.10",
"mikey179/vfsstream": "^1"
},
"autoload": {
"psr-4": {
"Frontastic\\Catwalk\\": "src/php",
"Kameleoon\\": "libraries/kameleoon/kameleoon/client/src"
}
},
"autoload-dev": {
"psr-4": {
"Frontastic\\Catwalk\\": "test/php/"
}
}
}