mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '4' into 5.0
This commit is contained in:
commit
186800ae9e
@ -22,6 +22,7 @@
|
|||||||
"sake"
|
"sake"
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
<<<<<<< HEAD
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"composer/installers": "^2.2",
|
"composer/installers": "^2.2",
|
||||||
"guzzlehttp/guzzle": "^7.5.0",
|
"guzzlehttp/guzzle": "^7.5.0",
|
||||||
@ -46,6 +47,31 @@
|
|||||||
"symfony/mime": "^6.1",
|
"symfony/mime": "^6.1",
|
||||||
"symfony/translation": "^6.1",
|
"symfony/translation": "^6.1",
|
||||||
"symfony/yaml": "^6.1",
|
"symfony/yaml": "^6.1",
|
||||||
|
=======
|
||||||
|
"bramus/monolog-colored-line-formatter": "^2",
|
||||||
|
"composer/installers": "^1 || ^2",
|
||||||
|
"composer/semver": "^1 || ^3",
|
||||||
|
"guzzlehttp/guzzle": "^7",
|
||||||
|
"guzzlehttp/psr7": "^2",
|
||||||
|
"embed/embed": "^4",
|
||||||
|
"league/csv": "^8 || ^9",
|
||||||
|
"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",
|
||||||
|
"php": "^7.4 || ^8.0",
|
||||||
|
>>>>>>> 4
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-hash": "*",
|
"ext-hash": "*",
|
||||||
|
Loading…
Reference in New Issue
Block a user