Skip to content

Commit

Permalink
Merge pull request #16 from dotkernel/issue-15
Browse files Browse the repository at this point in the history
updated composer to PHP 8.3
  • Loading branch information
arhimede committed Jan 10, 2024
2 parents e2a6fed + 353aa74 commit 9e5d9a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DotKernel cache component based on laminas-cache, extending and customizing it

![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-cache)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cache/3.0.0)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cache/3.1.3)

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-cache)](https://github.com/dotkernel/dot-cache/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-cache)](https://github.com/dotkernel/dot-cache/network)
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"services"
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-cache-storage-adapter-filesystem": "^2.3",
"laminas/laminas-cache-storage-adapter-session": "^2.4",
"laminas/laminas-cache-storage-adapter-memory": "^2.2"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-servicemanager": "^3.22.1",
"laminas/laminas-cache-storage-adapter-filesystem": "^2.4.0",
"laminas/laminas-cache-storage-adapter-session": "^2.5.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.3.0"
},
"require-dev": {
"phpunit/phpunit": "^10.3.2",
"squizlabs/php_codesniffer": "^3.7.2"
"phpunit/phpunit": "^10.5.5",
"squizlabs/php_codesniffer": "^3.8.0"
},
"suggest": {
"phpfastcache/phpfastcache": "Cache library providing a large variety of drivers."
Expand Down

0 comments on commit 9e5d9a3

Please sign in to comment.