silverstripe-framework/composer.json

142 lines
4.6 KiB
JSON
Raw Normal View History

2012-11-01 17:28:51 +01:00
{
2017-07-03 06:53:53 +02:00
"name": "silverstripe/framework",
2017-10-02 22:03:33 +02:00
"type": "silverstripe-vendormodule",
2017-07-03 06:53:53 +02:00
"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"
],
2017-07-03 06:53:53 +02:00
"require": {
2023-05-24 04:18:46 +02:00
<<<<<<< HEAD
2022-08-04 07:41:32 +02:00
"php": "^8.1",
"composer/installers": "^2.2",
"guzzlehttp/guzzle": "^7.5.0",
2022-08-09 07:27:04 +02:00
"guzzlehttp/psr7": "^2.4.0",
2022-12-21 02:44:47 +01:00
"embed/embed": "^4.4.7",
2022-08-09 07:27:04 +02:00
"league/csv": "^9.8.0",
"m1/env": "^2.2.0",
"masterminds/html5": "^2.7.6",
"monolog/monolog": "^3.2.0",
"nikic/php-parser": "^4.15.0",
2023-01-16 12:20:57 +01:00
"psr/container": "^1.1 || ^2.0",
"sebastian/diff": "^4.0",
2022-08-04 07:41:32 +02:00
"silverstripe/config": "^2",
"silverstripe/assets": "^2",
"silverstripe/vendor-plugin": "^2",
2022-08-09 07:27:04 +02:00
"sminnee/callbacklist": "^0.1.1",
2022-09-07 06:08:54 +02:00
"symfony/cache": "^6.1",
"symfony/config": "^6.1",
"symfony/dom-crawler": "^6.1",
2022-09-07 06:08:54 +02:00
"symfony/filesystem": "^6.1",
"symfony/mailer": "^6.1",
"symfony/mime": "^6.1",
"symfony/translation": "^6.1",
2022-09-07 06:08:54 +02:00
"symfony/yaml": "^6.1",
2023-05-24 04:18:46 +02:00
=======
"bramus/monolog-colored-line-formatter": "^2",
"composer/installers": "^1 || ^2",
2021-11-16 04:52:32 +01:00
"composer/semver": "^1 || ^3",
2022-05-18 01:57:34 +02:00
"guzzlehttp/guzzle": "^7",
2022-03-08 22:03:20 +01:00
"guzzlehttp/psr7": "^2",
2022-03-23 22:27:15 +01:00
"embed/embed": "^4",
"league/csv": "^8 || ^9",
2018-10-05 16:52:47 +02:00
"m1/env": "^2.1",
"monolog/monolog": "^1.16",
"nikic/php-parser": "^4.10.5",
"psr/container": "^1",
"psr/http-message": "^1",
"silverstripe/config": "^1@dev",
"silverstripe/assets": "^1@dev",
"silverstripe/vendor-plugin": "^1.6",
"sminnee/callbacklist": "^0.1",
"swiftmailer/swiftmailer": "^6.2",
"symfony/cache": "^3.4 || ^4.0",
"symfony/config": "^3.4 || ^4.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/translation": "^3.4 || ^4.0",
"symfony/yaml": "^3.4 || ^4.0",
2022-02-14 01:26:11 +01:00
"php": "^7.4 || ^8.0",
2023-05-24 04:18:46 +02:00
>>>>>>> 4
2018-10-05 16:52:47 +02:00
"ext-ctype": "*",
"ext-dom": "*",
"ext-hash": "*",
2017-07-03 06:53:53 +02:00
"ext-intl": "*",
2018-10-05 16:52:47 +02:00
"ext-json": "*",
2017-07-03 06:53:53 +02:00
"ext-mbstring": "*",
2018-10-05 16:52:47 +02:00
"ext-session": "*",
2017-07-03 06:53:53 +02:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
2018-10-05 16:52:47 +02:00
"ext-xml": "*"
},
2017-07-03 06:53:53 +02:00
"require-dev": {
"phpunit/phpunit": "^9.5",
2022-08-04 07:41:32 +02:00
"silverstripe/versioned": "^2",
2022-08-09 07:27:04 +02:00
"squizlabs/php_codesniffer": "^3.7"
},
"conflict": {
"egulias/email-validator": "^2",
"oscarotero/html-parser": "<0.1.7",
"symfony/process": "<5.3.7"
},
2017-07-03 06:53:53 +02:00
"provide": {
"psr/container-implementation": "1.0.0"
},
2017-07-05 06:22:06 +02:00
"extra": {
2017-10-02 22:03:33 +02:00
"expose": [
"client/images",
"client/styles"
2017-10-02 22:03:33 +02:00
]
2017-07-05 06:22:06 +02:00
},
2017-07-03 06:53:53 +02:00
"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"
]
},
"include-path": [
"thirdparty/"
],
"scripts": {
"lint": "phpcs src/ tests/php/ tests/behat/src/",
"lint-clean": "phpcbf src/ tests/php/ tests/behat/src/",
2017-07-03 06:53:53 +02:00
"php-peg": "php thirdparty/php-peg/cli.php src/View/SSTemplateParser.peg > src/View/SSTemplateParser.php"
},
"minimum-stability": "dev",
"prefer-stable": true
}