Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 62cd49d

Browse files
committed
First commit
1 parent bd76f8c commit 62cd49d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# phpssdb
1+
# phpfastcache-bundle
22

33
Readme will be completed coming soon...

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "phpfastcache/phpssdb",
3-
"type" : "library",
4-
"description": "PHP SSDB Driver for phpFastCache",
5-
"keywords": ["cache", "ssdb", "driver"],
2+
"name": "phpfastcache/phpfastcache-bundle",
3+
"type" : "symfony-bundle",
4+
"description": "PHP Bundle",
5+
"keywords": ["cache", "phpfastcache", "symfony", "php", "bundle"],
66
"homepage": "http://www.phpfastcache.com",
77
"license": "MIT",
88
"authors": [
@@ -20,11 +20,11 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=5.4.0"
23+
"php": ">=5.5.0"
2424
},
2525
"autoload": {
2626
"psr-4": {
27-
"phpssdb\\": "src/phpssdb/"
27+
"phpssdb\\": "src/phpfastcache-bundle/"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)