From f031500ea7076ecf3185e80153781dcc61768c6b Mon Sep 17 00:00:00 2001 From: Arjun Sreedharan Date: Thu, 3 Apr 2025 18:39:01 -0400 Subject: [PATCH] clean up submodules that do not exist anymore --- .gitmodules | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1bc9819ec..24e452859 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,6 @@ [submodule "compile-extensions"] path = compile-extensions url = https://github.com/cloudfoundry/compile-extensions -[submodule "fixtures/composer_no_index_dot_php/vendor/monolog/monolog"] - path = fixtures/composer_no_index_dot_php/vendor/monolog/monolog - url = https://github.com/Seldaek/monolog -[submodule "fixtures/composer_no_index_dot_php/vendor/psr/log"] - path = fixtures/composer_no_index_dot_php/vendor/psr/log - url = https://github.com/php-fig/log [submodule "python-vendor/node-semver"] path = python-vendor/node-semver url = https://github.com/podhmo/python-node-semver.git