Skip to content

Commit

Permalink
added a needed symfony setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplb committed Sep 7, 2018
1 parent 04189c7 commit f6d1636
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/html/0.14.0/_sources/manual/setup.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ First, you have to add CRUDlex to your composer.json:
composer require "philiplb/crudlexsymfony4bundle"
One of the requirements is unfortunately not stable so this has to be added to your composer.json:

.. code-block:: js
"minimum-stability": "dev",
"prefer-stable": true ,
.. group-tab:: Silex 2

.. code-block:: bash
Expand Down
5 changes: 5 additions & 0 deletions docs/html/0.14.0/manual/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ <h1>Setup<a class="headerlink" href="#setup" title="Permalink to this headline">
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>composer require <span class="s2">&quot;philiplb/crudlexsymfony4bundle&quot;</span>
</pre></div>
</div>
<p>One of the requirements is unfortunately not stable so this has to be added to your composer.json:</p>
<div class="highlight-js notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;minimum-stability&quot;</span><span class="o">:</span> <span class="s2">&quot;dev&quot;</span><span class="p">,</span>
<span class="s2">&quot;prefer-stable&quot;</span><span class="o">:</span> <span class="kc">true</span> <span class="p">,</span>
</pre></div>
</div>
</div>
<div class="ui bottom attached sphinx-tab tab segment sphinx-data-tab-U2lsZXggMg== docutils container">
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>composer require <span class="s2">&quot;philiplb/crudlexsilex2&quot;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/0.14.0/searchindex.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/html/upcoming/_sources/manual/setup.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ First, you have to add CRUDlex to your composer.json:
composer require "philiplb/crudlexsymfony4bundle"
One of the requirements is unfortunately not stable so this has to be added to your composer.json:

.. code-block:: js
"minimum-stability": "dev",
"prefer-stable": true ,
.. group-tab:: Silex 2

.. code-block:: bash
Expand Down
5 changes: 5 additions & 0 deletions docs/html/upcoming/manual/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ <h1>Setup<a class="headerlink" href="#setup" title="Permalink to this headline">
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>composer require <span class="s2">&quot;philiplb/crudlexsymfony4bundle&quot;</span>
</pre></div>
</div>
<p>One of the requirements is unfortunately not stable so this has to be added to your composer.json:</p>
<div class="highlight-js notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;minimum-stability&quot;</span><span class="o">:</span> <span class="s2">&quot;dev&quot;</span><span class="p">,</span>
<span class="s2">&quot;prefer-stable&quot;</span><span class="o">:</span> <span class="kc">true</span> <span class="p">,</span>
</pre></div>
</div>
</div>
<div class="ui bottom attached sphinx-tab tab segment sphinx-data-tab-U2lsZXggMg== docutils container">
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>composer require <span class="s2">&quot;philiplb/crudlexsilex2&quot;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/upcoming/searchindex.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/manual/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ First, you have to add CRUDlex to your composer.json:
composer require "philiplb/crudlexsymfony4bundle"
One of the requirements is unfortunately not stable so this has to be added to your composer.json:

.. code-block:: js
"minimum-stability": "dev",
"prefer-stable": true ,
.. group-tab:: Silex 2

.. code-block:: bash
Expand Down

0 comments on commit f6d1636

Please sign in to comment.