Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit b84bd74

Browse files
committed
Updating Scrutinizer and README.md
1 parent 8f5e132 commit b84bd74

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ filter:
1717
build:
1818
environment:
1919
php:
20-
version: 7.1.6
20+
version: 7.2
2121
project_setup:
2222
before:
2323
- mysql -e "CREATE DATABASE test"

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
4148
Requirements
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

4855
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.
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

7481
License
7582
-------
7683

77-
Copyright 2012 - 2018, Florian Krämer
84+
Copyright Florian Krämer
7885

7986
Licensed under The MIT License
8087
Redistributions of files must retain the above copyright notice.

0 commit comments

Comments
 (0)