{
    "name": "mscribellito/str",
    "type": "library",
    "description": "Str is an immutable PHP class that provides convenient, object-oriented operations for string handling and manipulation.",
    "keywords": ["string", "str"],
    "homepage": "https://github.com/mscribellito/Str",
    "license": "MIT",
    "authors": [{
        "name": "Michael Scribellito",
        "email": " [email protected]",
        "homepage": "http://mscribellito.com",
        "role": "Developer"
    }],
    "require": {
        "php": ">=7.0.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.1"
    },
    "autoload": {
        "files": [
            "src/helper.php"
        ],
        "psr-4": {
            "mscribellito\\": "src/"
        }
    }
}
 
  |