Skip to content

Commit 3527ae9

Browse files
committed
[Worklow_PHP_8] Allow PHP 8.0 in composer.json
1 parent dae61e2 commit 3527ae9

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
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"require": {
41-
"php": "^7.4",
41+
"php": "^7.4 || ^8.0",
4242
"fzaninotto/faker": "^1.9",
4343
"symfony/property-info": ">=4"
4444
}

0 commit comments

Comments
 (0)