Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e6edc5

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 3.1.0-rc2 release + .lock
1 parent bccefad commit 4e6edc5

5 files changed

Lines changed: 23506 additions & 26 deletions

File tree

.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@dev",
19-
"ezsystems/ez-support-tools": "^2.0@dev",
20-
"ezsystems/ezplatform-admin-ui": "^2.1@dev",
21-
"ezsystems/ezplatform-admin-ui-assets": "^5.1@beta",
22-
"ezsystems/ezplatform-content-forms": "^1.1@dev",
23-
"ezsystems/ezplatform-core": "^2.1@dev",
24-
"ezsystems/ezplatform-cron": "^3.0@dev",
25-
"ezsystems/ezplatform-design-engine": "^3.0@dev",
26-
"ezsystems/ezplatform-graphql": "^2.1@dev",
27-
"ezsystems/ezplatform-http-cache": "^2.1@dev",
28-
"ezsystems/ezplatform-kernel": "^1.1@dev",
29-
"ezsystems/ezplatform-matrix-fieldtype": "^2.0@dev",
30-
"ezsystems/ezplatform-query-fieldtype": "^2.1@dev",
31-
"ezsystems/ezplatform-rest": "^1.1@dev",
32-
"ezsystems/ezplatform-richtext": "^2.1@dev",
33-
"ezsystems/ezplatform-solr-search-engine": "^3.1@dev",
34-
"ezsystems/ezplatform-standard-design": "^0.3@dev",
35-
"ezsystems/ezplatform-user": "^2.1@dev",
36-
"ezsystems/ezplatform-search": "^1.0@dev",
18+
"ezsystems/doctrine-dbal-schema": "~1.0.0",
19+
"ezsystems/ez-support-tools": "~2.0.0",
20+
"ezsystems/ezplatform-admin-ui": "~2.1.0@rc",
21+
"ezsystems/ezplatform-admin-ui-assets": "~5.1.0@rc",
22+
"ezsystems/ezplatform-content-forms": "~1.1.0@rc",
23+
"ezsystems/ezplatform-core": "~2.1.0@rc",
24+
"ezsystems/ezplatform-cron": "~3.0.1",
25+
"ezsystems/ezplatform-design-engine": "~3.0.0",
26+
"ezsystems/ezplatform-graphql": "~2.1.0@rc",
27+
"ezsystems/ezplatform-http-cache": "~2.1.0@rc",
28+
"ezsystems/ezplatform-kernel": "~1.1.0@rc",
29+
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.0",
30+
"ezsystems/ezplatform-query-fieldtype": "~2.1.0@rc",
31+
"ezsystems/ezplatform-rest": "~1.1.0@rc",
32+
"ezsystems/ezplatform-richtext": "~2.1.0@rc",
33+
"ezsystems/ezplatform-solr-search-engine": "~3.1.0@rc",
34+
"ezsystems/ezplatform-standard-design": "~0.3.0",
35+
"ezsystems/ezplatform-user": "~2.1.0@rc",
36+
"ezsystems/ezplatform-search": "~1.0.0@rc",
3737
"friendsofsymfony/jsrouting-bundle": "^2.5",
3838
"hautelook/templated-uri-bundle": "^3.2",
3939
"knplabs/knp-menu-bundle": "^3.0",
@@ -74,10 +74,10 @@
7474
"bex/behat-screenshot": "^2.1",
7575
"dmore/behat-chrome-extension": "^1.3",
7676
"dmore/chrome-mink-driver": "^2.7",
77-
"ezsystems/allure-behat": "^3.1@dev",
78-
"ezsystems/allure-php-api": "^3.1@dev",
79-
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev",
80-
"ezsystems/behatbundle": "^8.1@dev",
77+
"ezsystems/allure-behat": "~3.1.2",
78+
"ezsystems/allure-php-api": "~3.1.2",
79+
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
80+
"ezsystems/behatbundle": "~8.1.0@rc",
8181
"liuggio/fastest": "^1.7",
8282
"friends-of-behat/mink-browserkit-driver": "^1.4",
8383
"friends-of-behat/mink-extension": "^2.4",

0 commit comments

Comments
 (0)