Skip to content

Commit

Permalink
Adds PHP 8.3 as new supported version (#226)
Browse files Browse the repository at this point in the history
Adds PHP 8.3 as new supported version

Signed-off-by: Stéphane Demonchaux <demonchaux.stephane@gmail.com>
  • Loading branch information
fezfez authored Nov 3, 2023
1 parent 1fa8d05 commit 399fa0f
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 143 deletions.
4 changes: 1 addition & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"intl"
],
"ignore_php_platform_requirements": {
"8.0": false,
"8.1": false,
"8.2": false
"8.3": true
}
}
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-dom": "*",
"ext-filter": "*",
"ext-json": "*",
Expand All @@ -39,20 +39,20 @@
"require-dev": {
"laminas/laminas-authentication": "^2.15",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-feed": "^2.21",
"laminas/laminas-feed": "^2.22",
"laminas/laminas-filter": "^2.32",
"laminas/laminas-http": "^2.18",
"laminas/laminas-i18n": "^2.23",
"laminas/laminas-modulemanager": "^2.14",
"laminas/laminas-http": "^2.19",
"laminas/laminas-i18n": "^2.23.1",
"laminas/laminas-modulemanager": "^2.15",
"laminas/laminas-mvc": "^3.6.1",
"laminas/laminas-mvc-i18n": "^1.7",
"laminas/laminas-mvc-plugin-flashmessenger": "^1.9",
"laminas/laminas-navigation": "^2.18.1",
"laminas/laminas-paginator": "^2.17",
"laminas/laminas-permissions-acl": "^2.15",
"laminas/laminas-router": "^3.11.1",
"laminas/laminas-uri": "^2.10",
"phpunit/phpunit": "^10.3.2",
"laminas/laminas-permissions-acl": "^2.16",
"laminas/laminas-router": "^3.12.0",
"laminas/laminas-uri": "^2.11",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.15"
},
Expand Down
Loading

0 comments on commit 399fa0f

Please sign in to comment.