Skip to content

Commit

Permalink
Merge pull request #16 from Koen1999/php81
Browse files Browse the repository at this point in the history
Added support for laminas-cache v3 and PHP 8.1
  • Loading branch information
maglnet authored Nov 30, 2021
2 parents a029ab6 + 0b3a58d commit 27c32ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"laminas/laminas-eventmanager": "^2.4 || ^3.0",
"laminas/laminas-modulemanager": "^2.4",
"laminas/laminas-view": "^2.4",
"laminas/laminas-cache": "^2.4",
"laminas/laminas-cache": "^2.3 || ^3.0",
"laminas/laminas-cache-storage-deprecated-factory": "^1.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.0",
"laminas/laminas-servicemanager": "^2.4 || ^3.1.1",
"container-interop/container-interop": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^9",
"laminas/laminas-log": "^2.4",
"laminas/laminas-i18n": "^2.4",
"laminas/laminas-console": "^2.4",
"laminas/laminas-serializer": "^2.4"
},
"autoload": {
Expand Down

0 comments on commit 27c32ae

Please sign in to comment.