Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit ad23c8d

Browse files
committed
- Removed hard-included phpfastcache
- Reworked admin form fields - Increased required php version to 7.0
1 parent 9c9372a commit ad23c8d

File tree

143 files changed

+752
-12803
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+752
-12803
lines changed

composer.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "drupal/phpfastcache",
3-
"description": "Improve performances using PhpFastCache library.",
4-
"type": "drupal-module",
5-
"homepage": "https://www.drupal.org/project/phpfastcache",
6-
"authors": [
7-
{
8-
"name": "geolim4",
9-
"homepage": "https://www.drupal.org/u/geolim4"
2+
"name": "drupal/phpfastcache",
3+
"description": "Improve performances using PhpFastCache library.",
4+
"type": "drupal-module",
5+
"homepage": "https://www.drupal.org/project/phpfastcache",
6+
"authors": [
7+
{
8+
"name": "geolim4",
9+
"homepage": "https://www.drupal.org/u/geolim4"
10+
}
11+
],
12+
"support": {
13+
"issues": "https://www.drupal.org/project/issues/phpfastcache",
14+
"source": "http://git.drupal.org/project/phpfastcache.git"
15+
},
16+
"license": "MIT",
17+
"require": {
18+
"phpfastcache/phpfastcache": "~7.0"
1019
}
11-
],
12-
"support": {
13-
"issues": "https://www.drupal.org/project/issues/phpfastcache",
14-
"source": "http://git.drupal.org/project/phpfastcache.git"
15-
},
16-
"license": "GPL-2.0+",
17-
"require": {
18-
"phpFastCache/phpFastCache": "~5.0"
19-
}
2020
}

phpfastcache-php/.codeclimate.yml

-57
This file was deleted.

phpfastcache-php/.scrutinizer.yml

-25
This file was deleted.

phpfastcache-php/.travis.yml

-45
This file was deleted.

phpfastcache-php/CNAME

-1
This file was deleted.

phpfastcache-php/LICENCE

-20
This file was deleted.

phpfastcache-php/README.md

-181
This file was deleted.

phpfastcache-php/bin/ci/install_dependencies.sh

-4
This file was deleted.

0 commit comments

Comments
 (0)