From a83b61c264be80ec6154331e4db2e8f3ce562862 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Fri, 29 Jul 2022 13:46:35 -0600 Subject: [PATCH] adding another sdk to composer --- src/composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/composer.json b/src/composer.json index 8e61a17..9e60638 100644 --- a/src/composer.json +++ b/src/composer.json @@ -23,6 +23,7 @@ "grimzy/laravel-mysql-spatial": "", // Adds Geo-spatial column support for MySQL "irazasyed/telegram-bot-sdk": "", // unofficial Telegram Bot API/SDK "torann/geoip": "", // support for multiple GeoIP services + "coderjerk/nasa-php": "", // NASA API integrations // Media (image/video/audio) Management "intervention/image": "", // image manipulation @@ -49,6 +50,7 @@ "kitloong/laravel-migrations-generator": "", // create migrations based on your existing database "spatie/laravel-sitemap": "", // generate site maps "artesaos/seotools": "", // automatic SEO tools + "eumanito/php-capitalize-names": "", // Capitalize names with funky rules // Others/uncategorized "appstract/laravel-opcache": "", // provides artisan commands to interact with opcache (not sure if site-specific)