Skip to content
This repository was archived by the owner on Jul 8, 2018. It is now read-only.

Commit efeede5

Browse files
committed
Cleanup php-ref ext version requirement in composer.json
1 parent bc7224f commit efeede5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "~7.0",
24-
"ext-ref": "~0.4.0|*"
24+
"ext-ref": "*"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^5.1",

0 commit comments

Comments
 (0)