We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2faaf72 commit 47f02f6Copy full SHA for 47f02f6
composer.json
@@ -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