Skip to content

Commit ad4e447

Browse files
committed
Added hard PHP 7.4 dependency.
Required because the library now uses `mb_split_string()`, which is available since 7.4.
1 parent 94794bf commit ad4e447

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@
2929
]
3030
},
3131
"require" : {
32-
"mistralys/application-utils" : ">=1.2.5"
32+
"mistralys/application-utils" : ">=1.2.5",
33+
"php" : ">=7.4"
3334
},
3435
"require-dev" :
3536
{
36-
"phpunit/phpunit" : ">=9.5",
37-
"phpstan/phpstan" : ">=1.7"
37+
"phpunit/phpunit" : ">=9.6",
38+
"phpstan/phpstan" : ">=1.9"
3839
},
3940
"minimum-stability" : "dev",
4041
"prefer-stable" : true

0 commit comments

Comments
 (0)