Skip to content

Commit

Permalink
Merge pull request #11498 from creative-commoners/pulls/6.0/min-ver-c…
Browse files Browse the repository at this point in the history
…omposer

DEP Update minimum composer versions
  • Loading branch information
GuySartorelli authored Dec 9, 2024
2 parents 946ea39 + 4b0789f commit befe507
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"require": {
"php": "^8.3",
"composer-runtime-api": "^2.0",
"composer/installers": "^2.2",
"guzzlehttp/guzzle": "^7.5.0",
"guzzlehttp/psr7": "^2.4.0",
"composer/installers": "^2.3",
"guzzlehttp/guzzle": "^7.9",
"guzzlehttp/psr7": "^2.7",
"embed/embed": "^4.4.7",
"league/csv": "^9.8.0",
"league/csv": "^9.18",
"m1/env": "^2.2.0",
"masterminds/html5": "^2.7.6",
"monolog/monolog": "^3.2.0",
"nikic/php-parser": "^5.1.0",
"psr/container": "^1.1 || ^2.0",
"masterminds/html5": "^2.9",
"monolog/monolog": "^3.8",
"nikic/php-parser": "^5.3",
"psr/container": "^2.0",
"psr/http-message": "^1",
"sebastian/diff": "^6.0",
"sensiolabs/ansi-to-html": "^1.2",
Expand Down

0 comments on commit befe507

Please sign in to comment.