MNT - Composer.json - Fix wrong spelling of symbiote in suggestion

This commit is contained in:
Marco Hermo 2022-05-11 00:15:44 +12:00 committed by GitHub
parent 4df31ad641
commit ae9e7d0c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"squizlabs/php_codesniffer": "^3.0" "squizlabs/php_codesniffer": "^3.0"
}, },
"suggest": { "suggest": {
"ssymbiote/silverstripe-queuedjobs": "Provides a more efficient method of generating/updating the report" "symbiote/silverstripe-queuedjobs": "Provides a more efficient method of generating/updating the report"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -41,4 +41,4 @@
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true
} }