Skip to content

Commit

Permalink
Require latest versions only
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Nov 21, 2023
1 parent 8092fee commit 17dc055
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.8.0",
"league/flysystem": "^2.5.0 || ^3.21.0",
"league/flysystem": "^3.21.0",
"matthiasmullie/scrapbook": "^1.5.1",
"monolog/monolog": "^2.8.0 || ^3.5.0",
"psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0",
"psr/simple-cache": "^1.0.1 || ^2.0.0 || ^3.0.0",
"symfony/console": "^v5.4.17 || ^v6.2.3",
"symfony/filesystem": "^v5.4.13 || ^v6.2.0"
"monolog/monolog": "^3.5.0",
"psr/log": "^2.0.0 || ^3.0.0",
"psr/simple-cache": "^2.0.0 || ^3.0.0",
"symfony/console": "^6.3.8",
"symfony/filesystem": "^6.3.1"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"mikey179/vfsstream": "^v1.6.11",
"mikey179/vfsstream": "^1.6.11",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.43",
"phpstan/phpstan-beberlei-assert": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17dc055

Please sign in to comment.