Skip to content

Commit

Permalink
Update code to PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasa Blagojevic authored and Sasa Blagojevic committed Dec 20, 2020
1 parent 49050b1 commit 2fa1d9b
Show file tree
Hide file tree
Showing 24 changed files with 1,054 additions and 589 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php",
"command-bus"
],
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"authors": [
{
Expand All @@ -27,12 +27,12 @@
"files": ["tests/functions.php"]
},
"require": {
"php": ">=7.0",
"php": ">=8.0",
"psr/container": "^1.0",
"psr/log": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"ramsey/uuid": "^3.9"
"phpunit/phpunit": "^9.5",
"ramsey/uuid": "^4.1"
}
}
Loading

0 comments on commit 2fa1d9b

Please sign in to comment.