Skip to content

Commit

Permalink
add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
samayo committed Dec 14, 2024
1 parent 223b832 commit 54ee28a
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 548 deletions.
98 changes: 49 additions & 49 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"name": "fastpress/session",
"description": "A robust and flexible session management library for PHP, optimized for use with the Fastpress framework. Provides secure handling of session data with an easy-to-use interface.",
"type": "library",
"version": "0.1.3",
"require": {
"php": "^7.4 || ^8.0"
},
"scripts": {
"test": "phpunit",
"fix-style": "phpcbf --standard=PSR12 src/",
"lint": "phpcs --standard=PSR12 src/",
"analyze": "phpstan analyse src/"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6",
"phpstan/phpstan": "^1.0"
},
"autoload": {
"psr-4": {
"Fastpress\\Security\\": "src/Security/"
}
},
"license": "MIT",
"authors": [
{
"name": "Samson Daniel",
"email": "[email protected]"
}
],
"keywords": ["session", "security", "php", "fastpress", "session management", "framework"],
"homepage": "https://github.com/fastpress/session",
"support": {
"issues": "https://github.com/fastpress/session/issues",
"source": "https://github.com/fastpress/session"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.4"
}
},
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
}
}
}
{
"name": "fastpress/session",
"description": "A robust and flexible session management library for PHP, optimized for use with the Fastpress framework. Provides secure handling of session data with an easy-to-use interface.",
"type": "library",
"version": "0.1.4",
"require": {
"php": "^7.4 || ^8.0"
},
"scripts": {
"test": "phpunit",
"fix-style": "phpcbf --standard=PSR12 src/",
"lint": "phpcs --standard=PSR12 src/",
"analyze": "phpstan analyse src/"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6",
"phpstan/phpstan": "^1.0"
},
"autoload": {
"psr-4": {
"Fastpress\\Security\\": "src/Security/"
}
},
"license": "MIT",
"authors": [
{
"name": "Samson Daniel",
"email": "[email protected]"
}
],
"keywords": ["session", "security", "php", "fastpress", "session management", "framework"],
"homepage": "https://github.com/fastpress/session",
"support": {
"issues": "https://github.com/fastpress/session/issues",
"source": "https://github.com/fastpress/session"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.4"
}
},
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
}
}
}
Loading

0 comments on commit 54ee28a

Please sign in to comment.