Skip to content

Commit

Permalink
Merge pull request #20 from Xerkus/feature/php83
Browse files Browse the repository at this point in the history
Add php 8.3 and drop php 8.0
  • Loading branch information
Xerkus committed Dec 1, 2023
2 parents 2d1e9ef + 1d3de3a commit 14f60ba
Show file tree
Hide file tree
Showing 5 changed files with 460 additions and 432 deletions.
5 changes: 3 additions & 2 deletions .gitignore
@@ -1,7 +1,8 @@
/.phpcs-cache
/.phpunit.result.cache
/.psalm-cache
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
.phpunit.result.cache
.phpcs-cache
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -30,7 +30,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-authentication": "^2.11.0",
"laminas/laminas-mvc": "^3.3.3",
"laminas/laminas-servicemanager": "^3.15.1"
Expand All @@ -39,7 +39,7 @@
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0"
"vimeo/psalm": "^5.16"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0",
Expand All @@ -62,8 +62,8 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"static-analysis": "psalm --shepard --stats"
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
}
}

0 comments on commit 14f60ba

Please sign in to comment.