| 123456789101112131415161718192021222324 |
- {
- "name": "michel/session",
- "description": "PHP Session is a PHP library that optimizes session management, utilizing PHP's native session handling mechanisms for enhanced security and efficiency.",
- "type": "library",
- "require": {
- "php": ">=7.4",
- "michel/michel-package-starter": "^1.0"
- },
- "license": "MIT",
- "authors": [
- {
- "name": "Michel.F"
- }
- ],
- "autoload": {
- "psr-4": {
- "Michel\\Session\\": "src",
- "Test\\Michel\\Session\\": "tests"
- }
- },
- "require-dev": {
- "michel/unitester": "^1.0.0"
- }
- }
|