Skip to content

Commit

Permalink
Make requirements more lax and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-b committed Jan 24, 2023
1 parent 47ce03f commit 509e050
Show file tree
Hide file tree
Showing 2 changed files with 934 additions and 2,888 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"message-bus",
"cqrs"
],
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"authors": [
{
Expand All @@ -30,14 +30,14 @@
},
"require": {
"php": ">=8.1",
"psr/container": "^2.0",
"psr/log": "^2.0"
"psr/container": "*",
"psr/log": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"ramsey/uuid": "^4.1",
"phpstan/phpstan": "*",
"phpstan/phpstan-phpunit": "^1.0"
"phpstan/phpstan-phpunit": "*"
},
"scripts": {
"php-cs-fixer": [
Expand Down
Loading

0 comments on commit 509e050

Please sign in to comment.