Compare commits

...

2 Commits

Author SHA1 Message Date
Guy Sartorelli 11a4a6d6e1
Merge pull request #80 from ssmarco/patch-1
MNT - Composer.json - Fix wrong spelling of symbiote in suggestion
2022-05-13 11:40:39 +12:00
Marco Hermo ae9e7d0c96
MNT - Composer.json - Fix wrong spelling of symbiote in suggestion 2022-05-11 00:15:44 +12:00
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"squizlabs/php_codesniffer": "^3.0"
},
"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": {
"psr-4": {
@ -41,4 +41,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}