Skip to content

Commit

Permalink
Merge pull request #21 from laminas/renovate/php
Browse files Browse the repository at this point in the history
Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0
  • Loading branch information
Xerkus committed Feb 2, 2024
2 parents 38cba80 + d339ce2 commit b168a1b
Show file tree
Hide file tree
Showing 8 changed files with 255 additions and 387 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
/.phpcs-cache
/.phpunit.result.cache
/.psalm-cache
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -15,15 +15,15 @@
"forum": "https://discourse.laminas.dev/"
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-db": "^2.13.4",
"laminas/laminas-paginator": "^2.12.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
"vimeo/psalm": "^5.21"
},
"autoload": {
"psr-4": {
Expand All @@ -48,7 +48,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4.99"
"php": "8.1.99"
}
},
"scripts": {
Expand Down

0 comments on commit b168a1b

Please sign in to comment.