Skip to content

Commit f2bb278

Browse files
committed
Fix composer definition
1 parent eb09c96 commit f2bb278

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
@@ -1,8 +1,8 @@
11
{
22
"name": "devizzent/codeception-mockserver-helper",
33
"description": "Codeception helper to manage and verify MockServer expectations",
4-
"type": "dev",
5-
"license": "library",
4+
"type": "library",
5+
"license": "MIT",
66
"autoload": {
77
"psr-4": {
88
"DEVizzent\\CodeceptionMockServerHelper\\": "src/"

0 commit comments

Comments
 (0)