Skip to content

Commit 3deb28f

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 2.5.27 release + .lock
1 parent c574dda commit 3deb28f

File tree

4 files changed

+20271
-36
lines changed

4 files changed

+20271
-36
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ web/fonts/
7070
/web/.htaccess
7171

7272
composer.phar
73-
composer.lock
74-
yarn.lock
7573
.buildpath
7674
.project
7775
.settings/

composer.json

+44-34
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
}
1212
],
1313
"repositories": [
14-
{ "type": "composer", "url": "https://updates.ez.no/ttl" }
14+
{
15+
"type": "composer",
16+
"url": "https://updates.ez.no/ttl"
17+
}
1518
],
1619
"replace": {
1720
"ezsystems/ezstudio": "*",
@@ -21,42 +24,49 @@
2124
"psr-4": {
2225
"AppBundle\\": "src/AppBundle/"
2326
},
24-
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
27+
"classmap": [
28+
"app/AppKernel.php",
29+
"app/AppCache.php"
30+
]
2531
},
2632
"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+
]
2939
},
3040
"require": {
3141
"php": "^7.1.3",
3242
"doctrine/doctrine-bundle": "^1.9.1",
3343
"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",
6070
"friendsofsymfony/jsrouting-bundle": "^1.6.3",
6171
"gregwar/captcha-bundle": "^2.0",
6272
"incenteev/composer-parameter-handler": "^2.1.3",
@@ -84,10 +94,10 @@
8494
"behat/mink-selenium2-driver": "^1.4.0",
8595
"behat/symfony2-extension": "^2.1.5",
8696
"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",
91101
"liuggio/fastest": "~1.6.0",
92102
"overblog/graphiql-bundle": "^0.1.2",
93103
"phpunit/phpunit": "^6.5.13",

0 commit comments

Comments
 (0)