Skip to content

Commit 15c7445

Browse files
author
jayeshmepani
committed
feat: Remove package requirements section from documentation
1 parent a19a374 commit 15c7445

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,6 @@ <h2 id="installation-heading">🚀 Installation</h2>
171171
<h3>Step 1: Install via Composer</h3>
172172
<pre><code>composer require jayesh/laravel-gemini-translator</code></pre>
173173

174-
<div class="alert alert-info">
175-
<strong>Package Requirements:</strong>
176-
<ul>
177-
<li>PHP: <code class="inline-code">^8.2</code></li>
178-
<li>Laravel: <code class="inline-code">^11.0 || ^12.0</code></li>
179-
<li>Key dependencies: <code class="inline-code">google-gemini-php/laravel</code> <small>(^2.0)</small>,
180-
<code class="inline-code">spatie/fork</code> <small>(^1.2)</small></li>
181-
</ul>
182-
</div>
183-
184174
<h3>Step 2: Publish Configuration</h3>
185175
<pre><code>php artisan vendor:publish --provider="Jayesh\LaravelGeminiTranslator\TranslationServiceProvider"</code></pre>
186176
<p>This creates the <code class="inline-code">config/gemini.php</code> file.</p>

0 commit comments

Comments
 (0)