@@ -2,9 +2,9 @@ FileStorage Plugin for CakePHP
2
2
==============================
3
3
4
4
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE.txt )
5
- [ ![ Build Status] ( https://img.shields.io/travis/burzum/cakephp-file-storage/2 .0.svg?style=flat-square )] ( https://travis-ci.org/burzum/cakephp-file-storage )
6
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/burzum/cakephp-file-storage.svg?branch=2 .0.svg?style=flat-square )] ( https://coveralls.io/r/burzum/cakephp-file-storage )
7
- [ ![ Code Quality] ( https://img.shields.io/scrutinizer/g/burzum/cakephp-file-storage.svg?branch=2 .0?style=flat-square )] ( https://coveralls.io/r/burzum/cakephp-file-storage )
5
+ [ ![ Build Status] ( https://img.shields.io/travis/burzum/cakephp-file-storage/3 .0.svg?style=flat-square )] ( https://travis-ci.org/burzum/cakephp-file-storage )
6
+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/burzum/cakephp-file-storage.svg?branch=3 .0.svg?style=flat-square )] ( https://coveralls.io/r/burzum/cakephp-file-storage )
7
+ [ ![ Code Quality] ( https://img.shields.io/scrutinizer/g/burzum/cakephp-file-storage.svg?branch=3 .0?style=flat-square )] ( https://coveralls.io/r/burzum/cakephp-file-storage )
8
8
9
9
** If you're upgrading from CakePHP 2.x please read [ the migration guide] ( docs/Documentation/Migrating-from-CakePHP-2.md ) .**
10
10
@@ -38,11 +38,18 @@ List of supported Adapters
38
38
* Sftp
39
39
* Zip File
40
40
41
+ Supported CakePHP Versions
42
+ --------------------------
43
+
44
+ * CakePHP 4.x -> 3.0 Branch
45
+ * CakePHP 3.x -> 2.0 Branch
46
+ * CakePHP 2.x -> 1.0 Branch
47
+
41
48
Requirements
42
49
------------
43
50
44
- * PHP 7.0 +
45
- * CakePHP 3.6
51
+ * PHP 7.2 +
52
+ * CakePHP 4.x
46
53
* Gaufrette Storage Library 0.7.x
47
54
48
55
Optional but required if you want image processing out of the box:
@@ -69,12 +76,12 @@ To contribute to this plugin please follow a few basic rules.
69
76
70
77
* Pull requests must be send to the branch that reflects the version you want to contribute to.
71
78
* Contributions must follow the [ PSR2-** R** coding standard recommendation] ( https://github.com/php-fig-rectified/fig-rectified-standards ) .
72
- * [ Unit tests] ( http://book.cakephp.org/3 .0/en/development/testing.html ) are required.
79
+ * [ Unit tests] ( http://book.cakephp.org/4 .0/en/development/testing.html ) are required.
73
80
74
81
License
75
82
-------
76
83
77
- Copyright 2012 - 2018, Florian Krämer
84
+ Copyright Florian Krämer
78
85
79
86
Licensed under The MIT License
80
87
Redistributions of files must retain the above copyright notice.
0 commit comments