Skip to content

Commit a18df10

Browse files
committed
Remove deprecation usage
1 parent 30198fb commit a18df10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-queue/d/total)](https://packagist.org/packages/dereuromark/cakephp-queue)
99
[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-yellow.svg)](https://github.com/php-fig-rectified/fig-rectified-standards)
1010

11-
This branch is for use with **CakePHP 5.0+**. For details see [version map](https://github.com/dereuromark/cakephp-queue/wiki#cakephp-version-map).
11+
This branch is for use with **CakePHP 5.1+**. For details see [version map](https://github.com/dereuromark/cakephp-queue/wiki#cakephp-version-map).
1212

1313

1414
## Background

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require": {
2929
"php": ">=8.1",
3030
"brick/varexporter": "^0.4.0 || ^0.5.0 || ^0.6.0",
31-
"cakephp/cakephp": "^5.0.0"
31+
"cakephp/cakephp": "^5.1.1"
3232
},
3333
"require-dev": {
3434
"cakedc/cakephp-phpstan": "^4.0.0",

0 commit comments

Comments
 (0)