Skip to content

Commit 92dbd5f

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 2.5.25 release + .lock
1 parent c971266 commit 92dbd5f

File tree

4 files changed

+19247
-24
lines changed

4 files changed

+19247
-24
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@
2727
"php": "^7.1.3",
2828
"doctrine/doctrine-bundle": "^1.9.1",
2929
"doctrine/orm": "^2.6.3",
30-
"ezsystems/doctrine-dbal-schema": "^0.1@dev",
31-
"ezsystems/ez-support-tools": "^1.0@dev",
32-
"ezsystems/ezplatform-admin-ui": "^1.5@dev",
33-
"ezsystems/ezplatform-admin-ui-assets": "^4.1.0",
34-
"ezsystems/ezplatform-admin-ui-modules": "^1.5@dev",
35-
"ezsystems/ezplatform-core": "^1.0@dev",
36-
"ezsystems/ezplatform-cron": "^2.0@dev",
37-
"ezsystems/ezplatform-design-engine": "^2.0@dev",
38-
"ezsystems/ezplatform-graphql": "^1.0@dev",
39-
"ezsystems/ezplatform-http-cache": "^1.0@dev",
40-
"ezsystems/ezplatform-matrix-fieldtype": "^1.0@dev",
41-
"ezsystems/ezplatform-richtext": "^1.1@dev",
42-
"ezsystems/ezplatform-solr-search-engine": "^1.6@dev",
43-
"ezsystems/ezplatform-standard-design": "^0.2@dev",
44-
"ezsystems/ezplatform-user": "^1.0@dev",
45-
"ezsystems/ezpublish-kernel": "^7.5@dev",
46-
"ezsystems/repository-forms": "^2.5@dev",
47-
"ezsystems/symfony-tools": "~1.1.0@dev",
30+
"ezsystems/doctrine-dbal-schema": "~0.1.5",
31+
"ezsystems/ez-support-tools": "~1.0.12",
32+
"ezsystems/ezplatform-admin-ui": "~1.5.25",
33+
"ezsystems/ezplatform-admin-ui-assets": "~4.2.2",
34+
"ezsystems/ezplatform-admin-ui-modules": "~1.5.12",
35+
"ezsystems/ezplatform-core": "~1.0.5",
36+
"ezsystems/ezplatform-cron": "~2.0.5",
37+
"ezsystems/ezplatform-design-engine": "~2.0.1",
38+
"ezsystems/ezplatform-graphql": "~1.0.9",
39+
"ezsystems/ezplatform-http-cache": "~1.0.3",
40+
"ezsystems/ezplatform-matrix-fieldtype": "~1.0.8",
41+
"ezsystems/ezplatform-richtext": "~1.1.12",
42+
"ezsystems/ezplatform-solr-search-engine": "~1.7.8",
43+
"ezsystems/ezplatform-standard-design": "~0.2.3",
44+
"ezsystems/ezplatform-user": "~1.0.9",
45+
"ezsystems/ezpublish-kernel": "~7.5.24",
46+
"ezsystems/repository-forms": "~2.5.11",
47+
"ezsystems/symfony-tools": "~1.1.6",
4848
"friendsofsymfony/jsrouting-bundle": "^1.6.3",
4949
"incenteev/composer-parameter-handler": "^2.1.3",
5050
"knplabs/knp-menu-bundle": "^2.2.1",
@@ -71,10 +71,10 @@
7171
"behat/mink-selenium2-driver": "^1.4.0",
7272
"behat/symfony2-extension": "^2.1.5",
7373
"bex/behat-screenshot": "^1.2.7",
74-
"ezsystems/allure-behat": "^2.0@dev",
75-
"ezsystems/allure-php-api": "^2.0@dev",
76-
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1.0@dev",
77-
"ezsystems/behatbundle": "^7.0.0@dev",
74+
"ezsystems/allure-behat": "~2.0.4",
75+
"ezsystems/allure-php-api": "~2.0.1",
76+
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
77+
"ezsystems/behatbundle": "~7.0.10",
7878
"liuggio/fastest": "~1.6.0",
7979
"overblog/graphiql-bundle": "^0.1.2",
8080
"phpunit/phpunit": "^6.5.13",

0 commit comments

Comments
 (0)