Skip to content

Commit 714d2f9

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 2.5.23 release + .lock
1 parent 35585a8 commit 714d2f9

File tree

4 files changed

+18791
-32
lines changed

4 files changed

+18791
-32
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

+30-30
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@
3131
"php": "^7.1.3",
3232
"doctrine/doctrine-bundle": "^1.9.1",
3333
"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",
34+
"ezsystems/date-based-publisher": "~3.2.8",
35+
"ezsystems/doctrine-dbal-schema": "~0.1.4",
36+
"ezsystems/ez-support-tools": "~1.0.11",
37+
"ezsystems/ezplatform-admin-ui": "~1.5.23",
38+
"ezsystems/ezplatform-admin-ui-assets": "~4.2.2",
39+
"ezsystems/ezplatform-admin-ui-modules": "~1.5.12",
40+
"ezsystems/ezplatform-core": "~1.0.5",
41+
"ezsystems/ezplatform-cron": "~2.0.4",
42+
"ezsystems/ezplatform-design-engine": "~2.0.0",
43+
"ezsystems/ezplatform-ee-installer": "~2.5.4",
44+
"ezsystems/ezplatform-form-builder": "~1.2.14",
45+
"ezsystems/ezplatform-graphql": "~1.0.8",
46+
"ezsystems/ezplatform-http-cache": "~1.0.2",
47+
"ezsystems/ezplatform-http-cache-fastly": "~1.1.5",
48+
"ezsystems/ezplatform-matrix-fieldtype": "~1.0.7",
49+
"ezsystems/ezplatform-page-builder": "~1.3.21",
50+
"ezsystems/ezplatform-page-fieldtype": "~1.3.15",
51+
"ezsystems/ezplatform-richtext": "~1.1.11",
52+
"ezsystems/ezplatform-solr-search-engine": "~1.7.7",
53+
"ezsystems/ezplatform-standard-design": "~0.2.2",
54+
"ezsystems/ezplatform-user": "~1.0.8",
55+
"ezsystems/ezplatform-workflow": "~1.1.13",
56+
"ezsystems/ezpublish-kernel": "~7.5.21",
57+
"ezsystems/flex-workflow": "~3.2.8",
58+
"ezsystems/repository-forms": "~2.5.10",
59+
"ezsystems/symfony-tools": "~1.1.6",
6060
"friendsofsymfony/jsrouting-bundle": "^1.6.3",
6161
"gregwar/captcha-bundle": "^2.0",
6262
"incenteev/composer-parameter-handler": "^2.1.3",
@@ -83,10 +83,10 @@
8383
"behat/mink-selenium2-driver": "^1.4.0",
8484
"behat/symfony2-extension": "^2.1.5",
8585
"bex/behat-screenshot": "^1.2.7",
86-
"ezsystems/allure-behat": "^2.0@dev",
87-
"ezsystems/allure-php-api": "^2.0@dev",
88-
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1.0@dev",
89-
"ezsystems/behatbundle": "^7.0.0@dev",
86+
"ezsystems/allure-behat": "~2.0.3",
87+
"ezsystems/allure-php-api": "~2.0.1",
88+
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
89+
"ezsystems/behatbundle": "~7.0.9",
9090
"liuggio/fastest": "~1.6.0",
9191
"overblog/graphiql-bundle": "^0.1.2",
9292
"phpunit/phpunit": "^6.5.13",

0 commit comments

Comments
 (0)