{ "name": "digraphcms/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": { "php": ">=7.1", "digraphcms/utilities": "^0.6", "mofodojodino/profanity-filter": "^1.3" }, "require-dev": { "phpunit/phpunit": "^7", "phpunit/dbunit": "^4.0" }, "scripts": { "test": [ "phpunit" ], "test-local": [ "phpunit --testsuite Local" ], "test-db": [ "phpunit --testsuite DB" ], "test-legacydb": [ "phpunit --testsuite LegacyDB" ] }, "autoload": { "psr-4": { "Digraph\\Destructr\\": "src/" } }, "autoload-dev": { "psr-4": { "Digraph\\Destructr\\": "tests/" } } }