gdbots/pbj-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "gdbots/pbj",
  "homepage": "https://github.com/gdbots/pbj-php",
  "description": "Protobuf inspired message tools for php and json.",
  "type": "library",
  "license": "Apache-2.0",
  "require": {
    "php": ">=8.1",
    "ext-bcmath": "*",
    "ext-json": "*",
    "beberlei/assert": "^3.3",
    "brick/math": "^0.11 || ^0.12",
    "ramsey/uuid": "^4.7"
  },
  "require-dev": {
    "phpunit/phpunit": "^10.5",
    "aws/aws-sdk-php": "^3.173",
    "ruflin/elastica": "^7.1"
  },
  "autoload": {
    "psr-4": {
      "Gdbots\\Pbj\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Gdbots\\Tests\\Pbj\\": "tests"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit"
  }
}