Skip to content

Commit fe451f0

Browse files
committed
Bump PHP and PHPUnit versions
Bumped PHP version to 7.3.0 and PHPUnit version to 9.5.* to meet Moodle requirements. Apart from that, for now, the sabberworm/php-css-parser version has been fixed to 8.1.* because 8.2 onwards has a bug with comments (raised by a couple of PHPUnit tests).
1 parent f4d61fe commit fe451f0

File tree

3 files changed

+1148
-348
lines changed

3 files changed

+1148
-348
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"license": "MIT",
77
"minimum-stability": "dev",
88
"require": {
9-
"php": ">=5.4",
10-
"sabberworm/php-css-parser": "*"
9+
"php": ">=7.3.0",
10+
"sabberworm/php-css-parser": "8.1.*"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "*"
13+
"phpunit/phpunit": "9.5.*"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)