Skip to content

Commit

Permalink
cakephp3-soft-delete → cakephp-soft-delete
Browse files Browse the repository at this point in the history
CakePHP3で動作確認してないのでCakePHP4専用ってことにする。README.md修正
  • Loading branch information
imo-tikuwa committed Sep 29, 2021
1 parent ed0f11a commit 76eda6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CakeSoftDelete plugin for CakePHP 3 and 4
# SoftDelete plugin for CakePHP 4

[![Build status](https://api.travis-ci.org/PGBI/cakephp3-soft-delete.png?branch=master)](https://travis-ci.org/PGBI/cakephp3-soft-delete)

Expand All @@ -9,7 +9,7 @@ When soft deleting an entity, it is not actually removed from your database. Ins

## Requirements

This plugins has been developed for cakephp 3.x and 4.x.
This plugins has been developed for cakephp 4.x.

## Installation

Expand All @@ -18,11 +18,7 @@ You can install this plugin into your CakePHP application using [composer](http:
Update your composer file to include this plugin:

```
# for CakePHP4
composer require imo-tikuwa/cakephp3-soft-delete "2.*"
# for CakePHP3
composer require imo-tikuwa/cakephp3-soft-delete "1.*"
```

## Configuration
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imo-tikuwa/cakephp3-soft-delete",
"name": "imo-tikuwa/cakephp-soft-delete",
"description": "SoftDelete plugin for CakePHP",
"keywords": ["cakephp", "cakephp 3", "plugin", "soft", "delete", "deletable"],
"keywords": ["cakephp", "cakephp 4", "plugin", "soft", "delete", "deletable"],
"homepage": "https://github.com/imo-tikuwa/cakephp3-soft-delete",
"type": "cakephp-plugin",
"license": "MIT",
Expand Down

0 comments on commit 76eda6a

Please sign in to comment.