PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 Session   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATK4 Session
Store and retrieve PHP session data in a database
Author: By
Last change: Fix unit test
Fix saving
Change Entity set due to atk4/data changes
Normalize composer.json
Raise Guzzle version
Remove Behat & cleanup
Upgrade to 3.1 & unify unit tests
All reworked
Date: 20 days ago
Size: 1,289 bytes
 

Contents

Class file image Download
{ "name": "abbadon1334/atk4-session", "description": "php session using atk4 data handler", "license": "MIT", "keywords": [ "session_save_handler", "atk4", "data", "dsql" ], "authors": [ { "name": "Francesco Danti", "email": "[email protected]" } ], "require": { "php": ">=7.4 <=8.2", "ext-pdo": "*", "atk4/data": "dev-develop" }, "require-release": { "php": ">=7.4 <=8.2", "ext-pdo": "*", "atk4/data": "~3.1.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.13", "friendsofphp/php-cs-fixer": "^3.0", "guzzlehttp/guzzle": "7.5.0", "nikic/fast-route": "1.3.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpunit/phpunit": "^9.5.5", "symfony/console": "^4.4.30 || ^5.3.7", "symfony/process": "^5.4" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Atk4\\ATK4DBSession\\": "src" } }, "autoload-dev": { "psr-4": { "Atk4\\ATK4DBSession\\Tests\\": "tests" } }, "config": { "allow-plugins": { "ergebnis/composer-normalize": true, "phpstan/extension-installer": true }, "sort-packages": true } }