Skip to content

Commit 087a2da

Browse files
authored
Merge pull request #7 from ppavlovic/release/2.x
Added session attributes (sameSite, cookieSecure, etc ...)
2 parents a5cee6e + ab6291e commit 087a2da

File tree

4 files changed

+60
-3138
lines changed

4 files changed

+60
-3138
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*.gz
88

99
composer.phar
10+
composer.lock
1011
vendor
1112

1213
.buildpath

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"require": {
32-
"php" : ">=5.6",
32+
"php" : "^7.3",
3333
"g4/mcache" : "*",
3434
"zendframework/zend-cache" : "2.8.*",
3535
"zendframework/zend-session": "2.9.*"

0 commit comments

Comments
 (0)