Skip to content

Commit d97a1cc

Browse files
author
runner
committed
[composer] Set dependencies for 1.3.36 release.
1 parent 17e78be commit d97a1cc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"symfony/expression-language": "^5.3.0",
3737
"symfony/validator": "^5.3.0",
3838
"symfony/var-dumper": "^5.3.0",
39-
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
39+
"ezsystems/doctrine-dbal-schema": "^1.0",
4040
"symfony-cmf/routing": "^2.3",
4141
"guzzlehttp/guzzle": "^6.5",
4242
"php-http/guzzle6-adapter": "^2.0",
@@ -63,7 +63,7 @@
6363
"jenner/simple_fork": "^1.2",
6464
"friends-of-behat/mink-extension": "^2.4",
6565
"league/flysystem-memory": "^1.0",
66-
"ibexa/ci-scripts": "^0.1@dev",
66+
"ibexa/ci-scripts": "^0.1",
6767
"ezsystems/ezplatform-code-style": "^2.0",
6868
"phpunit/phpunit": "^8.2",
6969
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
@@ -95,7 +95,9 @@
9595
"Ibexa\\Contracts\\Core\\": "src/contracts",
9696
"Ibexa\\Core\\": "src/lib"
9797
},
98-
"classmap": ["tests/integration/Core/RepositoryTestCase.php"]
98+
"classmap": [
99+
"tests/integration/Core/RepositoryTestCase.php"
100+
]
99101
},
100102
"autoload-dev": {
101103
"psr-4": {
@@ -149,4 +151,4 @@
149151
"url": "https://github.com/ezsystems/ezplatform"
150152
}
151153
}
152-
}
154+
}

0 commit comments

Comments
 (0)