Skip to content

Commit

Permalink
Merge pull request silverstripe#10445 from creative-commoners/pulls/5…
Browse files Browse the repository at this point in the history
…/other-deps

DEP Update dependencies for CMS 5
  • Loading branch information
GuySartorelli authored Aug 9, 2022
2 parents 9f4da76 + 4707531 commit 2ae5212
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
],
"require": {
"php": "^8.1",
"bramus/monolog-colored-line-formatter": "^2",
"composer/installers": "^2",
"composer/semver": "^3",
"guzzlehttp/guzzle": "^7",
"guzzlehttp/psr7": "^2",
"embed/embed": "^4",
"league/csv": "^9",
"m1/env": "^2.1",
"monolog/monolog": "^1.16",
"nikic/php-parser": "^4.10.5",
"psr/container": "^1",
"bramus/monolog-colored-line-formatter": "^2.0.3",
"composer/installers": "^2.1.1",
"composer/semver": "^3.3.2",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.4.0",
"embed/embed": "^4.4.4",
"league/csv": "^9.8.0",
"m1/env": "^2.2.0",
"monolog/monolog": "^1.27.1",
"nikic/php-parser": "^4.14.0",
"psr/container": "^1.1.2",
"silverstripe/config": "^2",
"silverstripe/assets": "^2",
"silverstripe/vendor-plugin": "^2",
"sminnee/callbacklist": "^0.1",
"swiftmailer/swiftmailer": "^6.2",
"symfony/cache": "^4.0",
"symfony/config": "^4.0",
"symfony/translation": "^4.0",
"symfony/yaml": "^4.0",
"sminnee/callbacklist": "^0.1.1",
"swiftmailer/swiftmailer": "^6.3.0",
"symfony/cache": "^4.4.44",
"symfony/config": "^4.4.44",
"symfony/translation": "^4.4.44",
"symfony/yaml": "^4.4.44",
"ext-ctype": "*",
"ext-dom": "*",
"ext-hash": "*",
Expand All @@ -57,7 +57,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"silverstripe/versioned": "^2",
"squizlabs/php_codesniffer": "^3.5"
"squizlabs/php_codesniffer": "^3.7"
},
"conflict": {
"egulias/email-validator": "^2",
Expand Down

0 comments on commit 2ae5212

Please sign in to comment.