Skip to content

Commit 4b1575b

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 3.2.1 release + .lock
1 parent a7d2e7b commit 4b1575b

File tree

5 files changed

+23647
-26
lines changed

5 files changed

+23647
-26
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@
6767
/public/.htaccess
6868

6969
composer.phar
70-
composer.lock
71-
symfony.lock
72-
yarn.lock
7370
.buildpath
7471
.project
7572
.settings/

composer.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
"ext-ctype": "*",
1616
"ext-iconv": "*",
1717
"doctrine/doctrine-migrations-bundle": "^3.0",
18-
"ezsystems/doctrine-dbal-schema": "~1.0.0@dev",
19-
"ezsystems/ez-support-tools": "~2.2.0@dev",
20-
"ezsystems/ezplatform-admin-ui": "~2.2.0@dev",
21-
"ezsystems/ezplatform-admin-ui-assets": "~5.2.0",
22-
"ezsystems/ezplatform-content-forms": "~1.2.0@dev",
23-
"ezsystems/ezplatform-core": "~2.2.0@dev",
24-
"ezsystems/ezplatform-cron": "~3.1.0@dev",
25-
"ezsystems/ezplatform-design-engine": "~3.0.0@dev",
26-
"ezsystems/ezplatform-graphql": "~2.2.0@dev",
27-
"ezsystems/ezplatform-http-cache": "~2.2.0@dev",
28-
"ezsystems/ezplatform-kernel": "~1.2.0@dev",
29-
"ezsystems/ezplatform-matrix-fieldtype": "~2.1.0@dev",
30-
"ezsystems/ezplatform-query-fieldtype": "~2.2.0@dev",
31-
"ezsystems/ezplatform-rest": "~1.2.0@dev",
32-
"ezsystems/ezplatform-richtext": "~2.2.0@dev",
33-
"ezsystems/ezplatform-search": "~1.1.0@dev",
34-
"ezsystems/ezplatform-solr-search-engine": "~3.2.0@dev",
35-
"ezsystems/ezplatform-standard-design": "~0.3.0@dev",
36-
"ezsystems/ezplatform-user": "~2.2.0@dev",
18+
"ezsystems/doctrine-dbal-schema": "~1.0.0",
19+
"ezsystems/ez-support-tools": "~2.2.1",
20+
"ezsystems/ezplatform-admin-ui": "~2.2.1",
21+
"ezsystems/ezplatform-admin-ui-assets": "~5.2.1",
22+
"ezsystems/ezplatform-content-forms": "~1.2.0",
23+
"ezsystems/ezplatform-core": "~2.2.1",
24+
"ezsystems/ezplatform-cron": "~3.0.3",
25+
"ezsystems/ezplatform-design-engine": "~3.0.0",
26+
"ezsystems/ezplatform-graphql": "~2.2.0",
27+
"ezsystems/ezplatform-http-cache": "~2.2.1",
28+
"ezsystems/ezplatform-kernel": "~1.2.1",
29+
"ezsystems/ezplatform-matrix-fieldtype": "~2.1.0",
30+
"ezsystems/ezplatform-query-fieldtype": "~2.2.0",
31+
"ezsystems/ezplatform-rest": "~1.2.1",
32+
"ezsystems/ezplatform-richtext": "~2.2.0",
33+
"ezsystems/ezplatform-search": "~1.1.1",
34+
"ezsystems/ezplatform-solr-search-engine": "~3.2.1",
35+
"ezsystems/ezplatform-standard-design": "~0.3.0",
36+
"ezsystems/ezplatform-user": "~2.2.0",
3737
"friendsofsymfony/jsrouting-bundle": "^2.5.1",
3838
"hautelook/templated-uri-bundle": "^3.3",
3939
"knplabs/knp-menu-bundle": "^3.0",
@@ -75,10 +75,10 @@
7575
"bex/behat-screenshot": "^2.1",
7676
"dmore/behat-chrome-extension": "^1.3",
7777
"dmore/chrome-mink-driver": "^2.7",
78-
"ezsystems/allure-behat": "~3.3.0@dev",
79-
"ezsystems/allure-php-api": "~3.3.0@dev",
80-
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev",
81-
"ezsystems/behatbundle": "~8.2.0@dev",
78+
"ezsystems/allure-behat": "~3.1.2",
79+
"ezsystems/allure-php-api": "~3.1.2",
80+
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
81+
"ezsystems/behatbundle": "~8.2.1",
8282
"liuggio/fastest": "^1.7",
8383
"friends-of-behat/mink-browserkit-driver": "^1.4",
8484
"friends-of-behat/mink-extension": "^2.4",

0 commit comments

Comments
 (0)