We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6748b commit 82127b4Copy full SHA for 82127b4
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+/vendor/
composer.json
@@ -0,0 +1,22 @@
+{
2
+ "name": "stadline/execution-cache-bundle",
3
+ "description": "This Bundle provides execution cache for Symfony controllers.",
4
+ "type": "symfony-bundle",
5
+ "license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "StadLine",
9
+ "homepage": "http://www.stadline.com"
10
+ },
11
12
+ "name": "alex-pex",
13
+ "email": "alexandre.paixao@stadline.com"
14
+ }
15
+ ],
16
+ "require": {
17
+ "cache/adapter-common": "^0.1.0"
18
19
+ "autoload": {
20
+ "psr-4": {"StadLine\\ExecutionCacheBundle\\": ""}
21
22
+}
0 commit comments