Skip to content

Commit ab3c02a

Browse files
authored
Merge pull request #401 from Geolim4/final
- Added Drupal 8 info text in readme - Added Github bits - Removed composer "provide" section which cause HHVM build to fail :/
2 parents add3c3d + d5c03cc commit ab3c02a

File tree

4 files changed

+39
-9
lines changed

4 files changed

+39
-9
lines changed

.github/CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Contributing to PhpFastCache
2+
========================
3+
4+
Please note that this project is released with a
5+
[Contributor Code of Conduct](http://contributor-covenant.org/version/1/4/).
6+
By participating in this project you agree to abide by its terms.
7+
8+
Reporting Issues
9+
----------------
10+
11+
When reporting issues, please try to be as descriptive as possible, and include
12+
as much relevant information as you can. A step by step guide on how to
13+
reproduce the issue will greatly increase the chances of your issue being
14+
resolved in a timely manner.
15+
16+
Contributing policy
17+
-------------------
18+
19+
Fork the project, create a feature branch, and send us a pull request.
20+
21+
To ensure a consistent code base, you should make sure the code follows
22+
the [PSR-2 Coding Standards](http://www.php-fig.org/psr/psr-2/). You can also
23+
run [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) with the
24+
configuration file that can be found in the project root directory.
25+
26+
If you would like to help, take a look at the [list of open issues](https://github.com/PHPSocialNetwork/phpfastcache/issues).

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
###Configuration:
2+
3+
PhpFastCache version: ` ...replace me... `
4+
PHP version: ` ...replace me... `
5+
Operating system: ` ...replace me... `
6+
7+
####Issue description:
8+
9+
> ...Your description goes here...

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ One Class uses for All Cache. You don't need to rewrite your code many times aga
2626

2727
\* Driver descriptions available in DOCS/DRIVERS.md
2828

29-
### Symfony developers are not forgotten !
29+
### Symfony/Drupal developers are not forgotten !
3030
Starting with v5, phpFastCache comes with a [Symfony Bundle](https://github.com/PHPSocialNetwork/phpfastcache-bundle).
3131
It's fresh, so feel free to report any bug or contribute to the project using pull requests.
3232

33+
Also a [Drupal 8 Module](https://github.com/PHPSocialNetwork/phpfastcache-drupal) is currently in development, add it to your starred projects to get notified of the first public release.
34+
35+
3336
---------------------------
3437
Not a "Traditional" Caching
3538
---------------------------

composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,5 @@
4040
"psr-4": {
4141
"phpFastCache\\": "src/phpFastCache/"
4242
}
43-
},
44-
"provide" : {
45-
"ext-apc": "*",
46-
"ext-memcache": "*",
47-
"ext-memcached": "*",
48-
"ext-redis": "*",
49-
"ext-predis": "*",
50-
"ext-sqlite": "*"
5143
}
5244
}

0 commit comments

Comments
 (0)