Skip to content

Commit

Permalink
qa: allow release candidates in require-dev but depend on stable ve…
Browse files Browse the repository at this point in the history
…rsion in `require`

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Sep 4, 2023
1 parent 006e4d1 commit bc10dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"laminas/laminas-json": "^3.1",
"laminas/laminas-servicemanager": "~4.0.0-rc2 || ^4.0",
"laminas/laminas-servicemanager": "^4.0",
"laminas/laminas-stdlib": "^3.2"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-servicemanager": "^4.0.0-rc2",
"lctrs/psalm-psr-container-plugin": "^1.9",
"phpunit/phpunit": "^10.2.6",
"psalm/plugin-phpunit": "^0.18.4",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc10dd4

Please sign in to comment.