Skip to content

Commit

Permalink
Merge pull request #43 from boesing/qa/laminas-servicemanager-stable-…
Browse files Browse the repository at this point in the history
…release

Only allow release candidates for v4.0.0 and then require stable versions
  • Loading branch information
boesing authored Sep 4, 2023
2 parents d579202 + bc10dd4 commit 7ea4f09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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",
"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
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit 7ea4f09

Please sign in to comment.