Skip to content

Commit 47f02f6

Browse files
committed
Cookie 1.1.0
1 parent 2faaf72 commit 47f02f6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "flextype-components/cookie",
3+
"keywords": ["cookie", "cookies"],
4+
"type": "library",
5+
"license": "MIT",
6+
"homepage": "https://github.com/flextype-components/cookie",
7+
"description": "Cookie component contains methods that assist in working with cookies.",
8+
"authors": [
9+
{
10+
"name": "Sergey Romanenko",
11+
"email": "[email protected]"
12+
}
13+
],
14+
"support": {
15+
"issues": "https://github.com/flextype-components/cookie/issues"
16+
},
17+
"require": {
18+
"php": "^7.1.3"
19+
},
20+
"autoload": {
21+
"psr-4": { "Flextype\\Component\\Cookie\\": "" }
22+
}
23+
}

0 commit comments

Comments
 (0)