Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Sep 3, 2023
1 parent 92040c8 commit 264ab3b
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 197 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"require": {
"php": ">=7.4.3,<8.3.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.5.0",
"league/flysystem": "^2.5.0 || ^3.12.0",
"guzzlehttp/guzzle": "^7.8.0",
"league/flysystem": "^2.5.0 || ^3.15.1",
"matthiasmullie/scrapbook": "^1.4.9",
"monolog/monolog": "^2.8.0 || ^3.2.0",
"monolog/monolog": "^2.9.1 || ^3.4.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"
"symfony/console": "^v5.4.28 || ^v6.3.4",
"symfony/filesystem": "^v5.4.25 || ^v6.3.1"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"mikey179/vfsstream": "^v1.6.11",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-beberlei-assert": "^1.0.1",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpunit/phpunit": "^9.5.27"
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.32",
"phpstan/phpstan-beberlei-assert": "^1.1.1",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.14",
"phpunit/phpunit": "^9.6.11"
},
"suggest": {
"ext-curl": "to use curl requests to get the ini file"
Expand Down
Loading

0 comments on commit 264ab3b

Please sign in to comment.