Merge pull request #80 from ssmarco/patch-1

MNT - Composer.json - Fix wrong spelling of symbiote in suggestion
This commit is contained in:
Guy Sartorelli 2022-05-13 11:40:39 +12:00 committed by GitHub
commit 11a4a6d6e1
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
} }