PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Reinder Reinders   PHP Binary Flags   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Binary Flags
Manage a group of boolean flags using integers
Author: By
Last change: Maintenance release, drop old PHP versions (#11)

* Update phpunit
Set minimum PHP version to 8.0

* Add PHPStan

* Add github workflow for tests
Date: 1 year ago
Size: 853 bytes
 

Contents

Class file image Download
{ "name": "reinder83/binary-flags", "description": "Useful class for binary operations", "keywords": [ "binary", "flags", "class", "trait", "eloquent", "model", "bitwise", "bitwiser", "operations" ], "homepage": "https://github.com/reinder83/binary-flags", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Reinder Reinders", "email": "reinder.reinders@gmail.com" } ], "autoload": { "psr-4": { "Reinder83\\BinaryFlags\\": "src/" } }, "config": { "platform": { "php": "8.0" } }, "require": { "php": "^8.0", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^9.5", "phpstan/phpstan": "^1.10" }, "autoload-dev": { "psr-4": { "Reinder83\\BinaryFlags\\Tests\\": "tests/" } } }