We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd5e27 commit b23f7b6Copy full SHA for b23f7b6
1 file changed
bin/my-codeigniter.sh
@@ -6,6 +6,9 @@ cd ..
6
# Install translations
7
php bin/install.php translations develop
8
9
+# Install Roave Security Advisories
10
+composer require roave/security-advisories:dev-master
11
+
12
# Install CodeIgniter Simple and Secure Twig
13
composer require kenjis/codeigniter-ss-twig:1.0.x@dev
14
php vendor/kenjis/codeigniter-ss-twig/install.php
0 commit comments