Skip to content

Commit 90df480

Browse files
authored
Merge pull request #25 from fiunchinho/fiunchinho-patch-1
Add License to composer.json
2 parents 4f6b2b9 + 07df3a2 commit 90df480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"name": "fiunchinho/phpunit-randomizer",
33
"description": "Execute your test cases in random order, so you can check if they have hidden dependencies",
44
"keywords": ["PHPUnit", "unit testing", "testing"],
5-
"homepage": "http://armesto.net/",
5+
"homepage": "https://armesto.net/",
66
"authors": [
77
{
88
"name": "Jose Manuel Armesto",
99
"email": "[email protected]"
1010
}
1111
],
12+
"license": "MIT",
1213
"require": {
1314
},
1415
"require-dev": {

0 commit comments

Comments
 (0)