Skip to content

Commit eeda4d5

Browse files
committed
phpunit 5 dev dependency
1 parent f331ca2 commit eeda4d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "simplia/short-hash",
33
"description": "Short hash",
44
"minimum-stability": "stable",
5-
"license": "proprietary",
6-
"version": "0.0.1",
5+
"license": "MIT",
76
"authors": [
87
{
98
"name": "Petr Soukup",
@@ -14,7 +13,7 @@
1413
"php": ">=5.6.0"
1514
},
1615
"require-dev": {
17-
"phpunit/phpunit": "~4.0"
16+
"phpunit/phpunit": "~5.0"
1817
},
1918
"autoload": {
2019
"psr-4": {

0 commit comments

Comments
 (0)