Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Mar 21, 2022
1 parent 968b1e4 commit bf17cd5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"require": {
"symfony/http-kernel": "^5.0",
"ibexa/design-engine": "^4.0@dev",
"ibexa/core": "^4.0@dev",
"ibexa/design-engine": "^4.0",
"ibexa/core": "^4.0",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"ibexa/doctrine-schema": "^4.0@dev",
"ibexa/doctrine-schema": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"phpunit/phpunit": "^8.1",
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/ci-scripts": "^0.2@dev"
"ibexa/ci-scripts": "^0.2"
},
"autoload": {
"psr-4": {
Expand All @@ -45,4 +45,4 @@
"dev-main": "4.0.x-dev"
}
}
}
}

0 comments on commit bf17cd5

Please sign in to comment.