Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove SMW requirement from composer.json (#787)
Of course SMW is required for SRF to run, but the presence of this line makes it impossible for SMW and SRF to both be downloaded via a non-Composer option like Git, because then calling "composer install" for SRF, in order to get its dependencies, will lead to SMW getting re-downloaded. The line doesn't seem necessary, anyway.
- Loading branch information