PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe PHP Session Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe PHP Session Class
Manage PHP sessions assigned with a name
Author: By
Last change: Update of composer.json
Date: 2 years ago
Size: 932 bytes
 

Contents

Class file image Download
{ "name": "dframe/session", "description": "Session component Dframe", "keywords": [ "php messages", "dframe" ], "homepage": "https://dframeframework.com", "type": "library", "license": "MIT", "authors": [ { "name": "S?awomir Kaleta", "email": "slaszka@gmail.com" } ], "require": { "php": ">=7.3", "ext-json": "*", "psr/simple-cache": "^1.0" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Dframe\\Session\\": "" } }, "autoload-dev": { "psr-4": { "Dframe\\Tests\\": "tests" } }, "require-dev": { "dframe/dframe": "^4.1", "phpunit/phpunit": "^6.5" }, "scripts": { "test": [ "@phpunit" ], "phpunit": "php vendor/bin/phpunit" } }