summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-08-07 06:39:59 +0200
committerRemi Collet <fedora@famillecollet.com>2016-08-07 06:39:59 +0200
commit2df25c18d350ec881d7adbd86c5dc93dbf536529 (patch)
treefdb428523c7e98e08854635d56b647670150acb0 /composer.json
parent26084ea3435306ed8142263a995653b7d11fca49 (diff)
php-psr-cache: 1.0.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..e828fec
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,25 @@
+{
+ "name": "psr/cache",
+ "description": "Common interface for caching libraries",
+ "keywords": ["psr", "psr-6", "cache"],
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Cache\\": "src/"
+ }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ }
+}