mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8457 from kinglozzer/ext-json
Add ext-json to composer platform requirements
This commit is contained in:
commit
28c12bfec9
@ -26,30 +26,31 @@
|
||||
"embed/embed": "^3.0",
|
||||
"league/csv": "^8",
|
||||
"league/flysystem": "~1.0.12",
|
||||
"m1/env": "^2.1",
|
||||
"monolog/monolog": "~1.11",
|
||||
"nikic/php-parser": "^2 || ^3 || ^4",
|
||||
"paragonie/random_compat": "^2.0",
|
||||
"psr/container": "1.0.0",
|
||||
"psr/container-implementation": "1.0.0",
|
||||
"silverstripe/config": "^1@dev",
|
||||
"silverstripe/assets": "^1@dev",
|
||||
"silverstripe/vendor-plugin": "^1.0",
|
||||
"swiftmailer/swiftmailer": "~5.4",
|
||||
"symfony/cache": "^3.3@dev",
|
||||
"symfony/config": "^3.2",
|
||||
"symfony/translation": "^2.8",
|
||||
"symfony/yaml": "~3.2",
|
||||
"m1/env": "^2.1",
|
||||
"php": ">=5.6.0",
|
||||
"ext-intl": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-xml": "*",
|
||||
"ext-simplexml": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-tokenizer": "*",
|
||||
"ext-ctype": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-hash": "*",
|
||||
"ext-intl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-session": "*",
|
||||
"psr/container-implementation": "1.0.0",
|
||||
"psr/container": "1.0.0",
|
||||
"silverstripe/vendor-plugin": "^1.0"
|
||||
"ext-simplexml": "*",
|
||||
"ext-tokenizer": "*",
|
||||
"ext-xml": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7",
|
||||
|
Loading…
Reference in New Issue
Block a user