Skip to content

Commit

Permalink
Merge pull request #109 from fezfez/php8.3
Browse files Browse the repository at this point in the history
Adds PHP 8.3 as new supported version
  • Loading branch information
gsteel authored Nov 6, 2023
2 parents 2e812a4 + a5075bb commit 4f23433
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"ignore_php_platform_requirements": {
"8.3": true
}
}
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-intl": "*",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.0"
},
"require-dev": {
"laminas/laminas-cache": "^3.11.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.3.0",
"laminas/laminas-cache-storage-deprecated-factory": "^1.1",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-config": "^3.9.0",
"laminas/laminas-eventmanager": "^3.10",
"laminas/laminas-filter": "^2.32",
"laminas/laminas-validator": "^2.39",
"laminas/laminas-view": "^2.30",
"phpunit/phpunit": "^10.4.1",
"laminas/laminas-eventmanager": "^3.12",
"laminas/laminas-filter": "^2.33",
"laminas/laminas-validator": "^2.41",
"laminas/laminas-view": "^2.32",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.15.0"
},
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 4f23433

Please sign in to comment.