Skip to content

Commit

Permalink
Merge pull request cytopia#468 from cytopia/php-cs-fixer
Browse files Browse the repository at this point in the history
Feature Release: Foreign Function Interface (FFI) and PHP-CS-Fixer
  • Loading branch information
cytopia authored Jan 13, 2019
2 parents 74bd19b + 765ffb3 commit 3400c02
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devilbox/www/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


$DEVILBOX_VERSION = 'v0.15';
$DEVILBOX_DATE = '2019-01-08';
$DEVILBOX_DATE = '2019-01-12';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';

//
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,10 @@ The following tools will assist you on creating new projects easily as well as h
<td>:wrench: <a href="https://github.com/squizlabs/PHP_CodeSniffer">php code beautifier</a></td>
<td><code>phpcbf</code> is a command line tool that automatically correct coding standard violations.</td>
</tr>
<tr>
<td>:wrench: <a href="https://github.com/FriendsOfPHP/PHP-CS-Fixer">php cs fixer</a></td>
<td><code>php-cs-fixer</code> is a tool to automatically fix PHP Coding Standards issues.</td>
</tr>
<tr>
<td>:wrench: <a href="https://github.com/Unitech/pm2">pm2</a></td>
<td><code>pm2</code> is Node.js Production Process Manager with a built-in Load Balancer.</td>
Expand Down Expand Up @@ -628,6 +632,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
| enchant | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| ereg | ||||| | | | | |
| exif | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| FFI | | | | | | | | | | 🗸 |
| fileinfo | 🗸 ||||||||||
| filter |||||||||||
| ftp | 🗸 | 🗸 | 🗸 ||||||||
Expand All @@ -638,7 +643,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
| iconv |||||||||||
| igbinary | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| imagick | | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | |
| imap | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| imap | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | |
| interbase | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| intl | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| ioncube | d | d | d | d | d | d | d | d | | |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
# PHP
# ------------------------------------------------------------
php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.67
image: devilbox/php-fpm:${PHP_SERVER}-work-0.71
hostname: php

##
Expand Down
6 changes: 6 additions & 0 deletions docs/_includes/links/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@
PHP CodeSniffer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>

.. |ext_lnk_tool_php_cs_fixer| raw:: html

<a target="_blank" href="https://github.com/FriendsOfPHP/PHP-CS-Fixer">
PHP-CS-Fixer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>

.. |ext_lnk_tool_phpcbf| raw:: html

<a target="_blank" href="https://github.com/squizlabs/PHP_CodeSniffer">
Expand Down
2 changes: 2 additions & 0 deletions docs/readings/available-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ The PHP container is your workhorse and these are your tools:
+----------------------+---------------------------------------+
| ``phalcon`` | |ext_lnk_tool_phalcon| |
+----------------------+---------------------------------------+
| ``php-cs-fixer`` | |ext_lnk_tool_php_cs_fixer| |
+----------------------+---------------------------------------+
| ``phpcs`` | |ext_lnk_tool_phpcs| |
+----------------------+---------------------------------------+
| ``phpcbf`` | |ext_lnk_tool_phpcbf| |
Expand Down

0 comments on commit 3400c02

Please sign in to comment.