|
11 | 11 | } |
12 | 12 | ], |
13 | 13 | "repositories": [ |
14 | | - { "type": "composer", "url": "https://updates.ez.no/ttl" } |
| 14 | + { |
| 15 | + "type": "composer", |
| 16 | + "url": "https://updates.ez.no/ttl" |
| 17 | + } |
15 | 18 | ], |
16 | 19 | "replace": { |
17 | 20 | "ezsystems/ezstudio": "*", |
|
21 | 24 | "psr-4": { |
22 | 25 | "AppBundle\\": "src/AppBundle/" |
23 | 26 | }, |
24 | | - "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] |
| 27 | + "classmap": [ |
| 28 | + "app/AppKernel.php", |
| 29 | + "app/AppCache.php" |
| 30 | + ] |
25 | 31 | }, |
26 | 32 | "autoload-dev": { |
27 | | - "psr-4": { "Tests\\": "tests/" }, |
28 | | - "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ] |
| 33 | + "psr-4": { |
| 34 | + "Tests\\": "tests/" |
| 35 | + }, |
| 36 | + "files": [ |
| 37 | + "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" |
| 38 | + ] |
29 | 39 | }, |
30 | 40 | "require": { |
31 | 41 | "php": "^7.1.3", |
32 | 42 | "doctrine/doctrine-bundle": "^1.9.1", |
33 | 43 | "doctrine/orm": "^2.6.3", |
34 | | - "ezsystems/date-based-publisher": "^3.2@dev", |
35 | | - "ezsystems/doctrine-dbal-schema": "^0.1@dev", |
36 | | - "ezsystems/ez-support-tools": "^1.0@dev", |
37 | | - "ezsystems/ezplatform-admin-ui": "^1.5@dev", |
38 | | - "ezsystems/ezplatform-admin-ui-assets": "^4.1.0", |
39 | | - "ezsystems/ezplatform-admin-ui-modules": "^1.5@dev", |
40 | | - "ezsystems/ezplatform-core": "^1.0@dev", |
41 | | - "ezsystems/ezplatform-cron": "^2.0@dev", |
42 | | - "ezsystems/ezplatform-design-engine": "^2.0@dev", |
43 | | - "ezsystems/ezplatform-ee-installer": "^2.5@dev", |
44 | | - "ezsystems/ezplatform-form-builder": "^1.2@dev", |
45 | | - "ezsystems/ezplatform-graphql": "^1.0@dev", |
46 | | - "ezsystems/ezplatform-http-cache": "^1.0@dev", |
47 | | - "ezsystems/ezplatform-http-cache-fastly": "^1.1@dev", |
48 | | - "ezsystems/ezplatform-matrix-fieldtype": "^1.0@dev", |
49 | | - "ezsystems/ezplatform-page-builder": "^1.3@dev", |
50 | | - "ezsystems/ezplatform-page-fieldtype": "^1.3@dev", |
51 | | - "ezsystems/ezplatform-richtext": "^1.1@dev", |
52 | | - "ezsystems/ezplatform-solr-search-engine": "^1.6@dev", |
53 | | - "ezsystems/ezplatform-standard-design": "^0.2@dev", |
54 | | - "ezsystems/ezplatform-user": "^1.0@dev", |
55 | | - "ezsystems/ezplatform-workflow": "^1.1@dev", |
56 | | - "ezsystems/ezpublish-kernel": "^7.5@dev", |
57 | | - "ezsystems/flex-workflow": "^3.2@dev", |
58 | | - "ezsystems/repository-forms": "^2.5@dev", |
59 | | - "ezsystems/symfony-tools": "~1.1.0@dev", |
| 44 | + "ezsystems/date-based-publisher": "~3.2.12", |
| 45 | + "ezsystems/doctrine-dbal-schema": "~0.1.8", |
| 46 | + "ezsystems/ez-support-tools": "~1.0.14", |
| 47 | + "ezsystems/ezplatform-admin-ui": "~1.5.29", |
| 48 | + "ezsystems/ezplatform-admin-ui-assets": "~4.2.2", |
| 49 | + "ezsystems/ezplatform-admin-ui-modules": "~1.5.14", |
| 50 | + "ezsystems/ezplatform-core": "~1.0.7", |
| 51 | + "ezsystems/ezplatform-cron": "~2.0.7", |
| 52 | + "ezsystems/ezplatform-design-engine": "~2.0.4", |
| 53 | + "ezsystems/ezplatform-ee-installer": "~2.5.7", |
| 54 | + "ezsystems/ezplatform-form-builder": "~1.2.17", |
| 55 | + "ezsystems/ezplatform-graphql": "~1.0.13", |
| 56 | + "ezsystems/ezplatform-http-cache": "~1.0.6", |
| 57 | + "ezsystems/ezplatform-http-cache-fastly": "~1.1.9", |
| 58 | + "ezsystems/ezplatform-matrix-fieldtype": "~1.0.12", |
| 59 | + "ezsystems/ezplatform-page-builder": "~1.3.27", |
| 60 | + "ezsystems/ezplatform-page-fieldtype": "~1.3.19", |
| 61 | + "ezsystems/ezplatform-richtext": "~1.1.14", |
| 62 | + "ezsystems/ezplatform-solr-search-engine": "~1.7.11", |
| 63 | + "ezsystems/ezplatform-standard-design": "~0.2.6", |
| 64 | + "ezsystems/ezplatform-user": "~1.0.11", |
| 65 | + "ezsystems/ezplatform-workflow": "~1.1.16", |
| 66 | + "ezsystems/ezpublish-kernel": "~7.5.30", |
| 67 | + "ezsystems/flex-workflow": "~3.2.12", |
| 68 | + "ezsystems/repository-forms": "~2.5.15", |
| 69 | + "ezsystems/symfony-tools": "~1.1.7", |
60 | 70 | "friendsofsymfony/jsrouting-bundle": "^1.6.3", |
61 | 71 | "gregwar/captcha-bundle": "^2.0", |
62 | 72 | "incenteev/composer-parameter-handler": "^2.1.3", |
|
84 | 94 | "behat/mink-selenium2-driver": "^1.4.0", |
85 | 95 | "behat/symfony2-extension": "^2.1.5", |
86 | 96 | "bex/behat-screenshot": "^1.2.7", |
87 | | - "ezsystems/allure-behat": "^2.0@dev", |
88 | | - "ezsystems/allure-php-api": "^2.0@dev", |
89 | | - "ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1.0@dev", |
90 | | - "ezsystems/behatbundle": "^7.0.0@dev", |
| 97 | + "ezsystems/allure-behat": "~2.0.6", |
| 98 | + "ezsystems/allure-php-api": "~2.0.1", |
| 99 | + "ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1", |
| 100 | + "ezsystems/behatbundle": "~7.0.13", |
91 | 101 | "liuggio/fastest": "~1.6.0", |
92 | 102 | "overblog/graphiql-bundle": "^0.1.2", |
93 | 103 | "phpunit/phpunit": "^6.5.13", |
|
0 commit comments