{ "name": "silverstripe/framework", "type": "silverstripe-vendormodule", "description": "The SilverStripe framework", "homepage": "http://silverstripe.org", "license": "BSD-3-Clause", "keywords": [ "silverstripe", "framework" ], "authors": [ { "name": "SilverStripe", "homepage": "http://silverstripe.com" }, { "name": "The SilverStripe Community", "homepage": "http://silverstripe.org" } ], "bin": [ "sake" ], "require": { "bramus/monolog-colored-line-formatter": "~2.0", "composer/installers": "~1.0", "embed/embed": "^3.0", "league/csv": "^8 || ^9", "m1/env": "^2.1", "monolog/monolog": "~1.16", "nikic/php-parser": "^3 || ^4", "psr/container": "1.0.0", "silverstripe/config": "^1@dev", "silverstripe/assets": "^1@dev", "silverstripe/vendor-plugin": "^1.4", "sminnee/callbacklist": "^0.1", "swiftmailer/swiftmailer": "^6.2", "symfony/cache": "^3.3 || ^4", "symfony/config": "^3.2 || ^4", "symfony/translation": "^2.8 || ^3 || ^4", "symfony/yaml": "^3.2 || ^4", "php": "^7.3 || ^8", "ext-ctype": "*", "ext-dom": "*", "ext-hash": "*", "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", "ext-session": "*", "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xml": "*" }, "require-dev": { "phpunit/phpunit": "^9.5", "dms/phpunit-arraysubset-asserts": "^0.3.0", "silverstripe/versioned": "^1", "squizlabs/php_codesniffer": "^3.5" }, "conflict": { "phpunit/phpunit": "^6 || ^7 || ^8" }, "provide": { "psr/container-implementation": "1.0.0" }, "extra": { "expose": [ "client/images", "client/styles" ] }, "autoload": { "psr-4": { "SilverStripe\\Control\\": "src/Control/", "SilverStripe\\Control\\Tests\\": "tests/php/Control/", "SilverStripe\\Core\\": "src/Core/", "SilverStripe\\Core\\Tests\\": "tests/php/Core/", "SilverStripe\\Dev\\": "src/Dev/", "SilverStripe\\Dev\\Tests\\": "tests/php/Dev/", "SilverStripe\\Forms\\": "src/Forms/", "SilverStripe\\Forms\\Tests\\": "tests/php/Forms/", "SilverStripe\\i18n\\": "src/i18n/", "SilverStripe\\i18n\\Tests\\": "tests/php/i18n/", "SilverStripe\\Logging\\": "src/Logging/", "SilverStripe\\Logging\\Tests\\": "tests/php/Logging/", "SilverStripe\\ORM\\": "src/ORM/", "SilverStripe\\ORM\\Tests\\": "tests/php/ORM/", "SilverStripe\\Security\\": "src/Security/", "SilverStripe\\Security\\Tests\\": "tests/php/Security/", "SilverStripe\\View\\": "src/View/", "SilverStripe\\View\\Tests\\": "tests/php/View/", "SilverStripe\\Framework\\Tests\\Behaviour\\": "tests/behat/src/" }, "files": [ "src/includes/constants.php" ], "classmap": [ "thirdparty/swiftmailer" ] }, "include-path": [ "src/", "src/includes/", "thirdparty/" ], "scripts": { "lint": "phpcs src/ tests/php/ tests/behat/src/", "lint-clean": "phpcbf src/ tests/php/ tests/behat/src/", "php-peg": "php thirdparty/php-peg/cli.php src/View/SSTemplateParser.peg > src/View/SSTemplateParser.php" }, "minimum-stability": "dev", "prefer-stable": true }