Skip to content

Commit

Permalink
Merge pull request #10438 from creative-commoners/pulls/5/major-deps
Browse files Browse the repository at this point in the history
DEP Update core dependencies for CMS 5
  • Loading branch information
GuySartorelli authored Aug 8, 2022
2 parents ae3a0d9 + eb62db6 commit 9f4da76
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
"sake"
],
"require": {
"php": "^8.1",
"bramus/monolog-colored-line-formatter": "^2",
"composer/installers": "^1 || ^2",
"composer/semver": "^1 || ^3",
"composer/installers": "^2",
"composer/semver": "^3",
"guzzlehttp/guzzle": "^7",
"guzzlehttp/psr7": "^2",
"embed/embed": "^4",
"league/csv": "^8 || ^9",
"league/csv": "^9",
"m1/env": "^2.1",
"monolog/monolog": "^1.16",
"nikic/php-parser": "^4.10.5",
"psr/container": "^1",
"silverstripe/config": "^1@dev",
"silverstripe/assets": "^1@dev",
"silverstripe/vendor-plugin": "^1.6",
"silverstripe/config": "^2",
"silverstripe/assets": "^2",
"silverstripe/vendor-plugin": "^2",
"sminnee/callbacklist": "^0.1",
"swiftmailer/swiftmailer": "^6.2",
"symfony/cache": "^3.4 || ^4.0",
"symfony/config": "^3.4 || ^4.0",
"symfony/translation": "^3.4 || ^4.0",
"symfony/yaml": "^3.4 || ^4.0",
"php": "^7.4 || ^8.0",
"symfony/cache": "^4.0",
"symfony/config": "^4.0",
"symfony/translation": "^4.0",
"symfony/yaml": "^4.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-hash": "*",
Expand All @@ -56,7 +56,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"silverstripe/versioned": "^1",
"silverstripe/versioned": "^2",
"squizlabs/php_codesniffer": "^3.5"
},
"conflict": {
Expand Down

0 comments on commit 9f4da76

Please sign in to comment.