Skip to content

Commit

Permalink
[composer] Set dependencies for 1.3.37 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Aug 14, 2024
1 parent 9a62410 commit 7e88eaa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"symfony/expression-language": "^5.3.0",
"symfony/validator": "^5.3.0",
"symfony/var-dumper": "^5.3.0",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/doctrine-dbal-schema": "^1.0",
"symfony-cmf/routing": "^2.3",
"guzzlehttp/guzzle": "^6.5",
"php-http/guzzle6-adapter": "^2.0",
Expand All @@ -63,7 +63,7 @@
"jenner/simple_fork": "^1.2",
"friends-of-behat/mink-extension": "^2.4",
"league/flysystem-memory": "^1.0",
"ibexa/ci-scripts": "^0.1@dev",
"ibexa/ci-scripts": "^0.1",
"ezsystems/ezplatform-code-style": "^2.0",
"phpunit/phpunit": "^8.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
Expand Down Expand Up @@ -95,7 +95,9 @@
"Ibexa\\Contracts\\Core\\": "src/contracts",
"Ibexa\\Core\\": "src/lib"
},
"classmap": ["tests/integration/Core/RepositoryTestCase.php"]
"classmap": [
"tests/integration/Core/RepositoryTestCase.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down Expand Up @@ -149,4 +151,4 @@
"url": "https://github.com/ezsystems/ezplatform"
}
}
}
}

0 comments on commit 7e88eaa

Please sign in to comment.