Skip to content

Commit eda544b

Browse files
authored
Update composer.json for PHP 8.0 (#41)
Also update other else require-dev dependencies. Signed-off-by: Wong Hoi Sing Edison <[email protected]>
1 parent f639694 commit eda544b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^5.3.2 || ^7.0"
14+
"php": "^5.3.2 || ^7.0 || ^8.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "4.*",
18-
"satooshi/php-coveralls": "^1.0",
19-
"squizlabs/php_codesniffer": "2.*"
17+
"phpunit/phpunit": "~4.8",
18+
"php-coveralls/php-coveralls": "~2.4",
19+
"squizlabs/php_codesniffer": "~3.6"
2020
},
2121
"scripts": {
2222
"phar:install-tools": [

0 commit comments

Comments
 (0)