Skip to content

Commit 05c225d

Browse files
authoredApr 15, 2024··
#69 Fix licence type in composer.json (#74)
1 parent c5b02cd commit 05c225d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "5.0.0",
55
"type": "library",
66
"homepage": "https://github.com/Codeception/VisualCeption",
7-
"license": "Apache-2.0",
7+
"license": "MIT",
88
"require": {
99
"php": ">=8.0",
1010
"ext-imagick": "*",

0 commit comments

Comments
 (0)
Please sign in to comment.