Skip to content

Commit 10616ac

Browse files
committed
Ensure that all packages are PHP 8.0 compatible
1 parent 24b719c commit 10616ac

2 files changed

Lines changed: 170 additions & 160 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,10 @@
4545
"psr-4": {
4646
"ActiveCollab\\JobsQueue\\Test\\": "test/src"
4747
}
48+
},
49+
"config": {
50+
"platform": {
51+
"php": "8.0.13"
52+
}
4853
}
4954
}

0 commit comments

Comments
 (0)