Skip to content

Commit e17d379

Browse files
Add "license" entry to composer.json
Using versioneye to analyze Robo, I noticed that this service could not figure out what the license was for codeception/verify, because there is no license information in the composer.json file.
1 parent dc19c87 commit e17d379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "codeception/verify",
33
"description": "BDD assertion library for PHPUnit",
4+
"license": "MIT",
45
"authors": [
56
{
67
"name": "Michael Bodnarchuk",

0 commit comments

Comments
 (0)