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

Commit

Permalink
Merge pull request #181 from burzum/2.0-php-7
Browse files Browse the repository at this point in the history
[2.0[ PHP 7
  • Loading branch information
ravage84 committed Sep 6, 2018
2 parents 44c42e5 + e9bec01 commit 866323a
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 82 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: php
sudo: false

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -41,6 +41,7 @@ List of supported Adapters
Requirements
------------

* PHP 7.0+
* CakePHP 3.6
* Gaufrette Storage Library

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
"prefer-stable": true,
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"php": ">=7.0.0",
"cakephp/cakephp": "^3.6.0",
"cakephp/plugin-installer": "^1.0.0",
"cakephp/migrations": "^2.0.0",
Expand Down

0 comments on commit 866323a

Please sign in to comment.