-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathcomposer.json
More file actions
89 lines (89 loc) · 3.42 KB
/
composer.json
File metadata and controls
89 lines (89 loc) · 3.42 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
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
82
83
84
85
86
87
88
89
{
"name": "ibexa/documentation-developer",
"description": "This repository is the source for the developer documentation for eZ Platform, an open source CMS based on the Symfony Full Stack Framework in PHP.",
"type": "library",
"license": "GNU General Public License v2.0",
"autoload-dev": {
},
"repositories": [
{
"type": "composer",
"url": "https://updates.ibexa.co"
}
],
"require-dev": {
"ibexa/automated-translation": "4.6.x-dev",
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.30",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
"ibexa/doctrine-schema": "4.6.x-dev",
"ibexa/search": "4.6.x-dev",
"ibexa/content-forms": "4.6.x-dev",
"ibexa/connector-ai": "4.6.x-dev",
"ibexa/connector-openai": "4.6.x-dev",
"ibexa/design-engine": "4.6.x-dev",
"ibexa/user": "4.6.x-dev",
"ibexa/notifications": "4.6.x-dev",
"ibexa/fieldtype-richtext": "4.6.x-dev",
"ibexa/rest": "4.6.x-dev",
"ibexa/http-cache": "4.6.x-dev",
"ibexa/core-persistence": "4.6.x-dev",
"ibexa/core-search": "4.6.x-dev",
"ibexa/migrations": "4.6.x-dev",
"ibexa/icons": "4.6.x-dev",
"ibexa/cart": "4.6.x-dev",
"ibexa/installer": "4.6.x-dev",
"ibexa/product-catalog": "4.6.x-dev",
"ibexa/product-catalog-date-time-attribute": "4.6.x-dev",
"ibexa/graphql": "4.6.x-dev",
"ibexa/personalization": "4.6.x-dev",
"ibexa/taxonomy": "4.6.x-dev",
"ibexa/scheduler": "4.6.x-dev",
"ibexa/cron": "4.6.x-dev",
"ibexa/dashboard": "4.6.x-dev",
"ibexa/corporate-account": "4.6.x-dev",
"ibexa/fieldtype-address": "4.6.x-dev",
"ibexa/segmentation": "4.6.x-dev",
"ibexa/fieldtype-page": "4.6.x-dev",
"ibexa/page-builder": "4.6.x-dev",
"ibexa/order-management": "4.6.x-dev",
"ibexa/calendar": "4.6.x-dev",
"ibexa/payment": "4.6.x-dev",
"ibexa/shipping": "4.6.x-dev",
"ibexa/fieldtype-matrix": "4.6.x-dev",
"ibexa/storefront": "4.6.x-dev",
"ibexa/seo": "4.6.x-dev",
"ibexa/core": "4.6.x-dev",
"ibexa/admin-ui": "4.6.x-dev",
"ibexa/activity-log": "4.6.x-dev",
"ibexa/workflow": "4.6.x-dev",
"ibexa/checkout": "4.6.x-dev",
"ibexa/oauth2-server": "4.6.x-dev",
"ibexa/elasticsearch": "4.6.x-dev",
"ibexa/oauth2-client": "4.6.x-dev",
"ibexa/form-builder": "4.6.x-dev",
"ibexa/solr": "4.6.x-dev",
"ibexa/version-comparison": "4.6.x-dev",
"league/oauth2-google": "^4.0",
"ibexa/connector-dam": "~4.6.x-dev",
"ibexa/twig-components": "~4.6.x-dev",
"ibexa/tree-builder": "~4.6.x-dev",
"ibexa/discounts": "~4.6.x-dev",
"ibexa/discounts-codes": "~4.6.x-dev",
"ibexa/product-catalog-symbol-attribute": "~4.6.x-dev",
"ibexa/messenger": "~4.6.x-dev",
"ibexa/collaboration": "~4.6.x-dev",
"ibexa/share": "~4.6.x-dev",
"ibexa/phpstan": "~4.6.-dev",
"ibexa/integrated-help": "dev-dev as 4.6.x-dev"
},
"scripts": {
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",
"check-cs": "@fix-cs --dry-run",
"phpstan": "phpstan analyse"
},
"config": {
"allow-plugins": false
}
}