Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 31afeeb

Browse files
Merge pull request #2 from kix/fix-cs-fixer
Update PHP-CS-Fixer requirement
2 parents a4e7098 + 6195647 commit 31afeeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get -y install \
1818
RUN composer global require \
1919
phpunit/phpunit \
2020
squizlabs/php_codesniffer \
21-
fabpot/php-cs-fixer \
21+
friendsofphp/php-cs-fixer \
2222
phpmd/phpmd > /dev/null 2>&1
2323

2424
RUN ln -s /root/.composer/vendor/bin/* /usr/local/bin/ > /dev/null 2>&1

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Available on Docker Hub at [devdrops/php-toolbox](https://hub.docker.com/r/devdr
1010
* Composer
1111
* phpunit/phpunit
1212
* squizlabs/php_codesniffer
13-
* fabpot/php-cs-fixer
13+
* friendsofphp/php-cs-fixer
1414
* phpmd/phpmd
1515

1616
## Install

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /