Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #177 from roelvanduijnhoven/feature/php8.2
Browse files Browse the repository at this point in the history
Allow PHP 8.2
  • Loading branch information
roelvanduijnhoven authored Jan 24, 2023
2 parents 8c8ea8e + c7e9010 commit e4dc0df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
dependencies:
- "highest"
- "lowest"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-router": "^3.5",
"slm/queue": "^3.1",
Expand All @@ -36,7 +36,7 @@
},
"require-dev": {
"ext-sqlite3": "*",
"doctrine/doctrine-orm-module": "^4.1",
"doctrine/doctrine-orm-module": "^4.1 || ^5.0",
"laminas/laminas-modulemanager": "^2.11",
"laminas/laminas-view": "^2.13",
"laminas/laminas-log": "^2.15",
Expand Down
2 changes: 1 addition & 1 deletion tests/laminas-runner/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require": {
"slm/queue-doctrine": "*",
"doctrine/doctrine-orm-module": "^4.0"
"doctrine/doctrine-orm-module": "^4.1 || ^5.0"
},
"replace": {
"laminas/laminas-cache-storage-adapter-apc": "*",
Expand Down
2 changes: 1 addition & 1 deletion tests/mezzio-runner/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"mezzio/mezzio": "^3.2.1",
"laminas/laminas-diactoros": "^2.3.0",
"laminas/laminas-config-aggregator": "^1.2",
"doctrine/doctrine-orm-module": "^4.0"
"doctrine/doctrine-orm-module": "^4.1 || ^5.0"
},
"replace": {
"laminas/laminas-cache-storage-adapter-apc": "*",
Expand Down

0 comments on commit e4dc0df

Please sign in to comment.