Skip to content

Commit 2fa1d9b

Browse files
Sasa BlagojevicSasa Blagojevic
authored andcommitted
Update code to PHP 8
1 parent 49050b1 commit 2fa1d9b

24 files changed

+1054
-589
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php",
77
"command-bus"
88
],
9-
"version": "0.1.0",
9+
"version": "1.0.0",
1010
"license": "MIT",
1111
"authors": [
1212
{
@@ -27,12 +27,12 @@
2727
"files": ["tests/functions.php"]
2828
},
2929
"require": {
30-
"php": ">=7.0",
30+
"php": ">=8.0",
3131
"psr/container": "^1.0",
3232
"psr/log": "^1.1"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^6.5",
36-
"ramsey/uuid": "^3.9"
35+
"phpunit/phpunit": "^9.5",
36+
"ramsey/uuid": "^4.1"
3737
}
3838
}

0 commit comments

Comments
 (0)