|
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.10", |
| 45 | + "ezsystems/doctrine-dbal-schema": "~0.1.6", |
| 46 | + "ezsystems/ez-support-tools": "~1.0.13", |
| 47 | + "ezsystems/ezplatform-admin-ui": "~1.5.26", |
| 48 | + "ezsystems/ezplatform-admin-ui-assets": "~4.2.2", |
| 49 | + "ezsystems/ezplatform-admin-ui-modules": "~1.5.13", |
| 50 | + "ezsystems/ezplatform-core": "~1.0.6", |
| 51 | + "ezsystems/ezplatform-cron": "~2.0.6", |
| 52 | + "ezsystems/ezplatform-design-engine": "~2.0.2", |
| 53 | + "ezsystems/ezplatform-ee-installer": "~2.5.6", |
| 54 | + "ezsystems/ezplatform-form-builder": "~1.2.15", |
| 55 | + "ezsystems/ezplatform-graphql": "~1.0.10", |
| 56 | + "ezsystems/ezplatform-http-cache": "~1.0.4", |
| 57 | + "ezsystems/ezplatform-http-cache-fastly": "~1.1.7", |
| 58 | + "ezsystems/ezplatform-matrix-fieldtype": "~1.0.10", |
| 59 | + "ezsystems/ezplatform-page-builder": "~1.3.24", |
| 60 | + "ezsystems/ezplatform-page-fieldtype": "~1.3.17", |
| 61 | + "ezsystems/ezplatform-richtext": "~1.1.12", |
| 62 | + "ezsystems/ezplatform-solr-search-engine": "~1.7.9", |
| 63 | + "ezsystems/ezplatform-standard-design": "~0.2.4", |
| 64 | + "ezsystems/ezplatform-user": "~1.0.10", |
| 65 | + "ezsystems/ezplatform-workflow": "~1.1.15", |
| 66 | + "ezsystems/ezpublish-kernel": "~7.5.26", |
| 67 | + "ezsystems/flex-workflow": "~3.2.10", |
| 68 | + "ezsystems/repository-forms": "~2.5.12", |
| 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.5", |
| 98 | + "ezsystems/allure-php-api": "~2.0.1", |
| 99 | + "ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1", |
| 100 | + "ezsystems/behatbundle": "~7.0.11", |
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