Skip to content

Commit

Permalink
Merge pull request laminas#75 from fezfez/allowphp8.3
Browse files Browse the repository at this point in the history
Adds PHP 8.3 as new supported version
  • Loading branch information
Xerkus committed Jan 8, 2024
2 parents 8592561 + 1c795cd commit 924a6ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
{
"ignore_php_platform_requirements": {
"8.2": true
}
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-cache": "^3.10.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-cache": "^3.10.0"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
Expand All @@ -27,7 +27,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit 924a6ab

Please sign in to comment.