mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DEP Update dependencies for CMS 5
This commit is contained in:
parent
9f4da7607d
commit
470753194c
@ -23,26 +23,26 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"bramus/monolog-colored-line-formatter": "^2",
|
"bramus/monolog-colored-line-formatter": "^2.0.3",
|
||||||
"composer/installers": "^2",
|
"composer/installers": "^2.1.1",
|
||||||
"composer/semver": "^3",
|
"composer/semver": "^3.3.2",
|
||||||
"guzzlehttp/guzzle": "^7",
|
"guzzlehttp/guzzle": "^7.4.5",
|
||||||
"guzzlehttp/psr7": "^2",
|
"guzzlehttp/psr7": "^2.4.0",
|
||||||
"embed/embed": "^4",
|
"embed/embed": "^4.4.4",
|
||||||
"league/csv": "^9",
|
"league/csv": "^9.8.0",
|
||||||
"m1/env": "^2.1",
|
"m1/env": "^2.2.0",
|
||||||
"monolog/monolog": "^1.16",
|
"monolog/monolog": "^1.27.1",
|
||||||
"nikic/php-parser": "^4.10.5",
|
"nikic/php-parser": "^4.14.0",
|
||||||
"psr/container": "^1",
|
"psr/container": "^1.1.2",
|
||||||
"silverstripe/config": "^2",
|
"silverstripe/config": "^2",
|
||||||
"silverstripe/assets": "^2",
|
"silverstripe/assets": "^2",
|
||||||
"silverstripe/vendor-plugin": "^2",
|
"silverstripe/vendor-plugin": "^2",
|
||||||
"sminnee/callbacklist": "^0.1",
|
"sminnee/callbacklist": "^0.1.1",
|
||||||
"swiftmailer/swiftmailer": "^6.2",
|
"swiftmailer/swiftmailer": "^6.3.0",
|
||||||
"symfony/cache": "^4.0",
|
"symfony/cache": "^4.4.44",
|
||||||
"symfony/config": "^4.0",
|
"symfony/config": "^4.4.44",
|
||||||
"symfony/translation": "^4.0",
|
"symfony/translation": "^4.4.44",
|
||||||
"symfony/yaml": "^4.0",
|
"symfony/yaml": "^4.4.44",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-hash": "*",
|
"ext-hash": "*",
|
||||||
@ -57,7 +57,7 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"silverstripe/versioned": "^2",
|
"silverstripe/versioned": "^2",
|
||||||
"squizlabs/php_codesniffer": "^3.5"
|
"squizlabs/php_codesniffer": "^3.7"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"egulias/email-validator": "^2",
|
"egulias/email-validator": "^2",
|
||||||
|
Loading…
Reference in New Issue
Block a user