Skip to content

Commit c44e5e5

Browse files
committed
feat: drop support for PHP < 8.1, symfony < 6.4
1 parent d88dfd0 commit c44e5e5

File tree

3 files changed

+1
-107
lines changed

3 files changed

+1
-107
lines changed

src/ProviderFactory/GeoIPsFactory.php

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/ProviderFactory/MapzenFactory.php

Lines changed: 0 additions & 53 deletions
This file was deleted.

tests/Command/GeocodeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function testExecute(): void
6666
->willReturn([]);
6767

6868
$app = new Application($kernel);
69-
$app->add((new GeocodeCommand($geocoder))->setName('geocoder:geocode'));
69+
$app->addCommand((new GeocodeCommand($geocoder))->setName('geocoder:geocode'));
7070

7171
$command = $app->find('geocoder:geocode');
7272

0 commit comments

Comments
 (0)