Skip to content

Commit 9891754

Browse files
committed
Remove development package and upgrade phpuniT
1 parent c3a7547 commit 9891754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": ">=5.5",
10-
"phpdocumentor/reflection-common": "^1.0@dev"
10+
"phpdocumentor/reflection-common": "^1.0"
1111
},
1212
"autoload": {
1313
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}
@@ -16,7 +16,7 @@
1616
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^4.6",
19+
"phpunit/phpunit": "^5.2",
2020
"mockery/mockery": "^0.9.4"
2121
},
2222
"extra": {

0 commit comments

Comments
 (0)