Skip to content

Commit ab6291e

Browse files
author
Petar Pavlović
committed
Session.php added cookiePath, cookieSameSite, cookieSecure, cookieHttpOnly for session cookies
1 parent a5cee6e commit ab6291e

4 files changed

Lines changed: 60 additions & 3138 deletions

File tree

.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)