Skip to content

Commit 796fab1

Browse files
committed
Initial commit
0 parents  commit 796fab1

File tree

3 files changed

+684
-0
lines changed

3 files changed

+684
-0
lines changed

Diff for: Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM php:7.0
2+
3+
RUN apt-get update && apt-get -y install patch
4+
5+
RUN pear install PHP_CodeSniffer-2.3.4

0 commit comments

Comments
 (0)