Skip to content

Commit 82127b4

Browse files
author
alex-pex
committed
Added composer.json
1 parent 9f6748b commit 82127b4

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
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

Comments
 (0)