Skip to content

Commit 0b69fcd

Browse files
authored
Add license declaration to composer.json
The project does not have a license declaration in it's `composer.json` which can lead to issues with automatic checking tools like `metasyntactical/composer-plugin-license-check`
1 parent d00358e commit 0b69fcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "vimeo/php-mysql-engine",
33
"description": "A MySQL engine written in PHP for speeding up tests",
44
"type": "library",
5+
"license": "MIT",
56
"authors": [
67
{
78
"name": "Scott Sandler",

0 commit comments

Comments
 (0)