Skip to content

Commit ba75031

Browse files
committed
Force php-compatibility dev to be used
Since moodle-cs 3.3.0 we are using "phpcompatibility/php-compatibility": "dev-develop#2fb82334" because the last version released (3.9.5) is from 2019 and missing lots of stuff and, also, compatibility with php81 and up. To be able to install those new moodle-cs versions, all products installing it must explicitly require that php-compatibility version. Once the make a new release, we'll be able to revert this.
1 parent 07722ad commit ba75031

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"require": {
33
"moodlehq/moodle-cs": "^3.2.3",
4-
"mustache/mustache": "^2.14.1"
4+
"mustache/mustache": "^2.14.1",
5+
"phpcompatibility/php-compatibility": "dev-develop#2fb82334"
56
},
67
"config": {
78
"allow-plugins": {

0 commit comments

Comments
 (0)