1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-10 19:16:22 +02:00

Include 'delight-im/cookie' as dependency for cookie handling

This commit is contained in:
Marco
2016-07-09 00:14:51 +02:00
parent 122e2b8006
commit fff4a59be5
2 changed files with 83 additions and 4 deletions

View File

@ -3,7 +3,8 @@
"description": "Authentication for PHP. Simple, lightweight and secure.",
"require": {
"php": ">=5.5.0",
"ext-openssl": "*"
"ext-openssl": "*",
"delight-im/cookie": "^1.2"
},
"type": "library",
"keywords": [ "auth", "authentication", "login", "security" ],

84
composer.lock generated
View File

@ -4,9 +4,87 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "839d92eeb39e32dd86e49a1ae7da1028",
"content-hash": "470ef7155ec3094dd7625e69e1fc11c4",
"packages": [],
"hash": "dcde6f2cbd249e6604634f661a6bbcef",
"content-hash": "b15a581c89266dd3f30d1a1b92fbe1f1",
"packages": [
{
"name": "delight-im/cookie",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/delight-im/PHP-Cookie.git",
"reference": "bac433e605a5879aefc4cd7f35329c3ded2213b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/delight-im/PHP-Cookie/zipball/bac433e605a5879aefc4cd7f35329c3ded2213b5",
"reference": "bac433e605a5879aefc4cd7f35329c3ded2213b5",
"shasum": ""
},
"require": {
"delight-im/http": "^1.1",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Delight\\Cookie\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Modern cookie management for PHP",
"homepage": "https://github.com/delight-im/PHP-Cookie",
"keywords": [
"cookie",
"cookies",
"csrf",
"http",
"same-site",
"samesite",
"xss"
],
"time": "2016-07-08 22:01:56"
},
{
"name": "delight-im/http",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/delight-im/PHP-HTTP.git",
"reference": "2ca9001f047c8b4e1b7ca7281823a1a9437850f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/delight-im/PHP-HTTP/zipball/2ca9001f047c8b4e1b7ca7281823a1a9437850f8",
"reference": "2ca9001f047c8b4e1b7ca7281823a1a9437850f8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Delight\\Http\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Hypertext Transfer Protocol (HTTP) utilities for PHP",
"homepage": "https://github.com/delight-im/PHP-HTTP",
"keywords": [
"headers",
"http",
"https"
],
"time": "2016-07-08 21:19:02"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",