17
17
"psr-4" : {
18
18
"AppBundle\\ " : " src/AppBundle/"
19
19
},
20
- "classmap" : [ " app/AppKernel.php" , " app/AppCache.php" ]
20
+ "classmap" : [
21
+ " app/AppKernel.php" ,
22
+ " app/AppCache.php"
23
+ ]
21
24
},
22
25
"autoload-dev" : {
23
- "psr-4" : { "Tests\\ " : " tests/" },
24
- "files" : [ " vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
26
+ "psr-4" : {
27
+ "Tests\\ " : " tests/"
28
+ },
29
+ "files" : [
30
+ " vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
31
+ ]
25
32
},
26
33
"require" : {
27
34
"php" : " ^7.1.3" ,
28
35
"doctrine/doctrine-bundle" : " ^1.9.1" ,
29
36
"doctrine/orm" : " ^2.6.3" ,
30
- "ezsystems/doctrine-dbal-schema" : " ^ 0.1@dev " ,
31
- "ezsystems/ez-support-tools" : " ^ 1.0@dev " ,
32
- "ezsystems/ezplatform-admin-ui" : " ^ 1.5@dev " ,
33
- "ezsystems/ezplatform-admin-ui-assets" : " ^4.1.0 " ,
34
- "ezsystems/ezplatform-admin-ui-modules" : " ^ 1.5@dev " ,
35
- "ezsystems/ezplatform-core" : " ^ 1.0@dev " ,
36
- "ezsystems/ezplatform-cron" : " ^ 2.0@dev " ,
37
- "ezsystems/ezplatform-design-engine" : " ^ 2.0@dev " ,
38
- "ezsystems/ezplatform-graphql" : " ^ 1.0@dev " ,
39
- "ezsystems/ezplatform-http-cache" : " ^ 1.0@dev " ,
40
- "ezsystems/ezplatform-matrix-fieldtype" : " ^ 1.0@dev " ,
41
- "ezsystems/ezplatform-richtext" : " ^ 1.1@dev " ,
42
- "ezsystems/ezplatform-solr-search-engine" : " ^1.6@dev " ,
43
- "ezsystems/ezplatform-standard-design" : " ^ 0.2@dev " ,
44
- "ezsystems/ezplatform-user" : " ^ 1.0@dev " ,
45
- "ezsystems/ezpublish-kernel" : " ^ 7.5@dev " ,
46
- "ezsystems/repository-forms" : " ^ 2.5@dev " ,
47
- "ezsystems/symfony-tools" : " ~1.1.0@dev " ,
37
+ "ezsystems/doctrine-dbal-schema" : " ~ 0.1.8 " ,
38
+ "ezsystems/ez-support-tools" : " ~ 1.0.14 " ,
39
+ "ezsystems/ezplatform-admin-ui" : " ~ 1.5.29 " ,
40
+ "ezsystems/ezplatform-admin-ui-assets" : " ~4.2.2 " ,
41
+ "ezsystems/ezplatform-admin-ui-modules" : " ~ 1.5.14 " ,
42
+ "ezsystems/ezplatform-core" : " ~ 1.0.7 " ,
43
+ "ezsystems/ezplatform-cron" : " ~ 2.0.7 " ,
44
+ "ezsystems/ezplatform-design-engine" : " ~ 2.0.4 " ,
45
+ "ezsystems/ezplatform-graphql" : " ~ 1.0.13 " ,
46
+ "ezsystems/ezplatform-http-cache" : " ~ 1.0.6 " ,
47
+ "ezsystems/ezplatform-matrix-fieldtype" : " ~ 1.0.12 " ,
48
+ "ezsystems/ezplatform-richtext" : " ~ 1.1.14 " ,
49
+ "ezsystems/ezplatform-solr-search-engine" : " ~1.7.12 " ,
50
+ "ezsystems/ezplatform-standard-design" : " ~ 0.2.6 " ,
51
+ "ezsystems/ezplatform-user" : " ~ 1.0.11 " ,
52
+ "ezsystems/ezpublish-kernel" : " ~ 7.5.31 " ,
53
+ "ezsystems/repository-forms" : " ~ 2.5.15 " ,
54
+ "ezsystems/symfony-tools" : " ~1.1.7 " ,
48
55
"friendsofsymfony/jsrouting-bundle" : " ^1.6.3" ,
49
56
"incenteev/composer-parameter-handler" : " ^2.1.3" ,
50
57
"knplabs/knp-menu-bundle" : " ^2.2.1" ,
71
78
"behat/mink-selenium2-driver" : " ^1.4.0" ,
72
79
"behat/symfony2-extension" : " ^2.1.5" ,
73
80
"bex/behat-screenshot" : " ^1.2.7" ,
74
- "ezsystems/behat-screenshot-image-driver-cloudinary" : " ^1.1.0@dev" ,
75
- "ezsystems/behatbundle" : " ^7.0.0@dev" ,
81
+ "ezsystems/allure-behat" : " ~2.0.6" ,
82
+ "ezsystems/allure-php-api" : " ~2.0.1" ,
83
+ "ezsystems/behat-screenshot-image-driver-cloudinary" : " ~1.1.1" ,
84
+ "ezsystems/behatbundle" : " ~7.0.13" ,
76
85
"liuggio/fastest" : " ~1.6.0" ,
77
86
"overblog/graphiql-bundle" : " ^0.1.2" ,
78
87
"phpunit/phpunit" : " ^6.5.13" ,
136
145
"dev-master" : " 2.5.x-dev"
137
146
}
138
147
}
139
- }
148
+ }
0 commit comments