{ "name": "byjoby/destructr", "description": "A library for storing a mix of structured and unstructured data in relational databases", "type": "library", "license": "MIT", "minimum-stability": "dev", "prefer-stable": true, "require": { "mofodojodino/profanity-filter": "^1.3", "byjoby/flatrr": "dev-master" }, "require-dev": { "phpunit/phpunit": "^6.5", "phpunit/dbunit": "^3" }, "scripts": { "test": [ "phpunit" ], "test-local": [ "phpunit --testsuite Local" ], "test-db": [ "phpunit --testsuite DB" ], "test-legacydb": [ "phpunit --testsuite LegacyDB" ] }, "autoload": { "psr-4": { "Destructr\\": "src/" } }, "autoload-dev": { "psr-4": { "Destructr\\": "tests/" } } }