Skip to content

Commit db07755

Browse files
committed
Merge pull request #14 from lorenzo/patch-1
Make this plugin depend on the Cake ORM
2 parents 495014d + 067ddbd commit db07755

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"name": "admad/cakephp-sequence",
33
"description": "Sequence plugin for CakePHP 3.0+ to maintain ordered list of records",
4+
"keywords": ["cakephp", "orm", "sequence", "list"],
45
"type": "cakephp-plugin",
56
"license": "MIT",
67
"require": {
78
"php": ">=5.4",
9+
"cakephp/orm": "3.*"
10+
},
11+
"require-dev": {
12+
"phpunit/phpunit": "*",
813
"cakephp/cakephp": "~3.0"
914
},
1015
"autoload": {

0 commit comments

Comments
 (0)