Skip to content

Commit

Permalink
Merge pull request #1 from j3ll3nl/master
Browse files Browse the repository at this point in the history
Update for Cakephp 4
  • Loading branch information
ShockRaver authored Aug 31, 2023
2 parents 1102af0 + 87828cc commit 2a6f8de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Slack](https://img.shields.io/badge/join%20the%20conversation-on%20slack-green.svg)](https://mongodb-cakephp3.slack.com/messages/general/)

Mongodb for Cakephp3
Mongodb for Cakephp 3 and 4
========

An Mongodb datasource for CakePHP 3.5
An Mongodb datasource for CakePHP 3 and 4

## Installing via composer

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "shockraver/mongodb",
"description": "An Mongodb datasource for CakePHP 3.0",
"description": "An Mongodb datasource for CakePHP 3 and 4",
"type": "cakephp-plugin",
"require": {
"php": "^5.4|^7.0",
"ext-mongodb": "^1.3",
"cakephp/cakephp": "^3.5",
"cakephp/cakephp": "^3.10|^4.0",
"mongodb/mongodb": "~1.4.0"
},
"require-dev": {
Expand Down

0 comments on commit 2a6f8de

Please sign in to comment.