Skip to content

Commit

Permalink
Merge pull request #43 from laminas/renovate/major-laminas
Browse files Browse the repository at this point in the history
Remove dev dependency laminas/laminas-servicemanager, CI matrix QA
  • Loading branch information
gsteel committed Mar 4, 2024
2 parents ffa8f89 + 97c3b0d commit 8da35f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 96 deletions.
5 changes: 3 additions & 2 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ignore_php_platform_requirements": {
"8.2": false,
"8.3": true
}
"8.3": false
},
"backwardCompatibilityCheck": true
}
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-config": "^3.9.0",
"laminas/laminas-servicemanager": "^3.22.1",
"phpunit/phpunit": "^10.5.5",
"phpunit/phpunit": "^10.5.11",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.18"
"vimeo/psalm": "^5.22.2"
},
"suggest": {
"laminas/laminas-config": "Allows loading configuration from XML, INI, YAML, and JSON files",
Expand Down
92 changes: 1 addition & 91 deletions composer.lock

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

0 comments on commit 8da35f8

Please sign in to comment.