-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcomposer.json
68 lines (68 loc) · 4.09 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
{
"license": [
"MIT"
],
"autoload": {
"psr-4": {
"Novactive\\eZPlatform\\Bundles\\": "src/",
"Novactive\\eZPlatform\\Bundles\\Tests\\": "tests/Tests",
"Novactive\\Bundle\\eZAccelerator\\": "components/Accelerator/bundle",
"Novactive\\Bundle\\eZAccelerator\\Tests\\": "components/Accelerator/tests/Tests",
"Novactive\\Bundle\\eZSEOBundle\\": "components/SEOBundle/bundle",
"Novactive\\Bundle\\eZSEOBundle\\Tests\\": "components/SEOBundle/tests/Tests",
"Novactive\\Bundle\\eZCloudinaryBundle\\": "components/CloudinaryBundle",
"Novactive\\Bundle\\NovaeZEditHelpBundle\\": "components/EditHelpBundle/bundle",
"Novactive\\EzEnhancedImageAssetBundle\\": "components/EnhancedImageAssetBundle/src/bundle",
"Novactive\\EzEnhancedImageAsset\\": "components/EnhancedImageAssetBundle/src/lib",
"Novactive\\Bundle\\eZExtraBundle\\": "components/ExtraBundle/bundle",
"Novactive\\Bundle\\eZExtraBundle\\Tests\\": "components/ExtraBundle/tests/Tests",
"Novactive\\Bundle\\eZLDAPAuthenticatorBundle\\": "components/LDAPAuthenticatorBundle/src/bundle",
"Novactive\\eZLDAPAuthenticator\\": "components/LDAPAuthenticatorBundle/src/lib",
"Novactive\\Bundle\\eZMailingBundle\\": "components/MailingBundle/bundle",
"Novactive\\Bundle\\eZMailingBundle\\Tests\\": "components/MailingBundle/tests/Tests",
"Novactive\\EzMenuManagerBundle\\": "components/MenuManagerBundle/src/bundle",
"Novactive\\EzMenuManager\\": "components/MenuManagerBundle/src/lib",
"Novactive\\Bundle\\eZProtectedContentBundle\\": "components/ProtectedContentBundle/bundle",
"Novactive\\Bundle\\eZProtectedContentBundle\\Tests\\": "components/ProtectedContentBundle/tests/Tests",
"Novactive\\Bundle\\eZResponsiveImagesBundle\\": "components/ResponsiveImagesBundle",
"Novactive\\EzRssFeedBundle\\": "components/RssFeedBundle/src/bundle",
"Novactive\\Bundle\\eZSlackBundle\\": "components/SlackBundle/bundle",
"Novactive\\Bundle\\eZSlackBundle\\Tests\\": "components/SlackBundle/tests/Tests",
"Novactive\\EzSolrSearchExtraBundle\\": "components/SolrSearchExtraBundle/src/bundle",
"Novactive\\EzSolrSearchExtra\\": "components/SolrSearchExtraBundle/src/lib",
"Novactive\\Bundle\\EzStaticTemplatesBundle\\": "components/StaticTemplatesBundle/bundle",
"Novactive\\Bundle\\EzStaticTemplatesBundle\\Tests\\": "components/StaticTemplatesBundle/tests/Tests",
"Novactive\\NovaeZMaintenanceBundle\\": "components/MaintenanceBundle/bundle",
"Novactive\\Bundle\\eZFastlyImageOptimizerBundle\\": "components/FastlyImageOptimizerBundle/bundle",
"Novactive\\Bundle\\eZAlgoliaSearchEngine\\": "components/AlgoliaSearchEngine/bundle",
"Novactive\\Bundle\\eZAlgoliaSearchEngine\\Tests\\": "components/AlgoliaSearchEngine/tests/Tests",
"Novactive\\Bundle\\eZ2FABundle\\": "components/2FABundle/bundle",
"AlmaviaCX\\Bundle\\IbexaRichTextExtraBundle\\": "components/RichTextExtraBundle/src/bundle",
"AlmaviaCX\\Bundle\\IbexaRichTextExtra\\": "components/RichTextExtraBundle/src/lib"
}
},
"require": {
"symfony/console": "^5.2",
"symfony/process": "^5.2",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.8",
"friendsofphp/php-cs-fixer": "^3",
"symfony/var-dumper": "^5.2",
"symfony/finder": "^5.2",
"symfony/http-client": "^5.2",
"ext-json": "*",
"phpunit/phpunit": "^9.5",
"dbrekelmans/bdi": "1.0.4",
"symfony/panther": "^1.1",
"symfony/yaml": "^5.2",
"symfony/phpunit-bridge": "^5.3",
"symfony/browser-kit": "^5.2",
"symfony/css-selector": "^5.2",
"erusev/parsedown": "^1.7",
"twig/twig": "^3.0",
"knplabs/knp-menu": "^3.1",
"behat/behat": "^3.8",
"friends-of-behat/mink-extension": "^2.5",
"ext-pdo": "*"
}
}