Skip to content

Commit

Permalink
[composer] Set dependencies for 1.3.20 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed May 31, 2023
1 parent 215cffe commit 0a26d53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-xmlwriter": "*",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/ezplatform-kernel": "^1.3",
"symfony/http-kernel": "^5.3",
"symfony/dependency-injection": "^5.3",
"symfony/routing": "^5.3",
Expand All @@ -42,8 +42,8 @@
"lexik/jwt-authentication-bundle": "^2.8"
},
"require-dev": {
"ibexa/ci-scripts": "^0.1@dev",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ibexa/ci-scripts": "^0.1",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/ezplatform-code-style": "^0.1.0",
"friendsofphp/php-cs-fixer": "^2.16.0",
"phpunit/phpunit": "^8.5",
Expand All @@ -70,4 +70,4 @@
"dev-master": "1.3.x-dev"
}
}
}
}

0 comments on commit 0a26d53

Please sign in to comment.