Skip to content

Commit fbab621

Browse files
Allow all major versions of composer/pcre
2 parents b11b961 + 3a63450 commit fbab621

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
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^7.2.5 || ^8.0",
2222
"psr/log": "^1 || ^2 || ^3",
23-
"composer/pcre": "^1"
23+
"composer/pcre": "^1 || ^2 || ^3"
2424
},
2525
"require-dev": {
2626
"symfony/phpunit-bridge": "^6.0",

0 commit comments

Comments
 (0)