Skip to content

Commit 3abc575

Browse files
authored
Upgrade required php version (#212)
## Description ## Checklist - [ ] Updated CHANGELOG files - [ ] Updated Documentation - [ ] Unit Tests Created - [ ] php-cs-fixer
1 parent 9a56d21 commit 3abc575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"minimum-stability": "dev",
3939
"require": {
40-
"php": ">=8.1",
40+
"php": ">=8.2",
4141
"sonsofphp/cqrs": "^0.3.x-dev",
4242
"symfony/options-resolver": "^6 || ^7"
4343
},

0 commit comments

Comments
 (0)