Skip to content
This repository was archived by the owner on Sep 23, 2020. It is now read-only.

Commit 1aa9a75

Browse files
Update composer.json (brick#12)
1 parent a80c956 commit 1aa9a75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": ">=7.2",
10+
"php": "^7.2|^8.0",
1111
"nikic/php-parser": "^4.0"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^8.0",
15-
"php-coveralls/php-coveralls": "^2.0"
14+
"phpunit/phpunit": "^8.1",
15+
"php-coveralls/php-coveralls": "^2.2"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)