Skip to content

Commit

Permalink
Remove SMW requirement from composer.json (#787)
Browse files Browse the repository at this point in the history
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
yaronkoren authored Dec 28, 2024
1 parent 7c313f2 commit 503e3f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"require": {
"php": ">=7.3",
"composer/installers": ">=1.0.1",
"mediawiki/semantic-media-wiki": "~3.0|~4.0|~5.0",
"nicmart/tree": "^0.2.7",
"data-values/geo": "~4.0|~3.0|~2.0"
},
Expand Down

0 comments on commit 503e3f4

Please sign in to comment.