@@ -2,9 +2,9 @@ FileStorage Plugin for CakePHP
22==============================
33
44[ ![ 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 )
88
99** If you're upgrading from CakePHP 2.x please read [ the migration guide] ( docs/Documentation/Migrating-from-CakePHP-2.md ) .**
1010
@@ -38,11 +38,18 @@ List of supported Adapters
3838 * Sftp
3939 * Zip File
4040
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+
4148Requirements
4249------------
4350
44- * PHP 7.0 +
45- * CakePHP 3.6
51+ * PHP 7.2 +
52+ * CakePHP 4.x
4653 * Gaufrette Storage Library 0.7.x
4754
4855Optional 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.
6976
7077* Pull requests must be send to the branch that reflects the version you want to contribute to.
7178* 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.
7380
7481License
7582-------
7683
77- Copyright 2012 - 2018, Florian Krämer
84+ Copyright Florian Krämer
7885
7986Licensed under The MIT License
8087Redistributions of files must retain the above copyright notice.
0 commit comments