Skip to content

Commit

Permalink
Merge pull request #23 from Xerkus/feature/php83
Browse files Browse the repository at this point in the history
Add support for php 8.3. Drop php 7.4 and 8.0
  • Loading branch information
Xerkus authored Dec 1, 2023
2 parents 0df20e7 + 9d5b08a commit 5154ec6
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 589 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -30,7 +30,7 @@
}
},
"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-mvc": "^3.3.3",
"laminas/laminas-session": "^2.12.1",
"laminas/laminas-stdlib": "^3.10.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.0"
"vimeo/psalm": "^5.16"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5154ec6

Please sign in to comment.