Skip to content

Commit

Permalink
psr/cache and psr/log update
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Dec 7, 2021
1 parent 7dfec05 commit 882db25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"php": ">=8.0",
"ext-json": "*",
"beberlei/assert": "^3.2",
"psr/cache": "^1.0",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/http-client": "^1.0.1",
"psr/http-factory": "^1.0.1",
"psr/http-message": "^1.0.1",
"psr/log": "^1.1",
"psr/log": "^1.1|^2.0|^3.0",
"symfony/config": "^5.3|^6.0",
"symfony/dependency-injection": "^5.3|^6.0",
"symfony/framework-bundle": "^5.3|^6.0"
Expand All @@ -38,7 +38,7 @@
"php-http/client-common": "^2.0",
"php-http/discovery": "^1.13",
"php-http/mock-client": "^1.4",
"phpbench/phpbench": "^1.0.0-alpha2",
"phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-beberlei-assert": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/library/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"php": ">=8.0",
"ext-json": "*",
"beberlei/assert": "^3.2",
"psr/cache": "^1.0",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/http-client": "^1.0.1",
"psr/http-factory": "^1.0.1",
"psr/http-message": "^1.0.1",
"psr/log": "^1.1"
"psr/log": "^1.1|^2.0|^3.0"
},
"autoload": {
"psr-4" : {
Expand Down
2 changes: 1 addition & 1 deletion tests/Bundle/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct(string $environment)
*
* @return iterable|BundleInterface[] An iterable of bundle instances
*/
public function registerBundles()
public function registerBundles(): iterable
{
return [new FrameworkBundle(), new DoctrineBundle(), new MonologBundle(), new WebPushBundle()];
}
Expand Down

0 comments on commit 882db25

Please sign in to comment.