File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM composer:2.1
4
4
FROM php:${VERSION}-cli-alpine as build
5
5
6
6
COPY --from=composer /usr/bin/composer /usr/bin/composer
7
- RUN composer global require overtrue/phplint:^3.1.0
7
+ RUN composer global require overtrue/phplint
8
8
COPY entrypoint.sh /entrypoint.sh
9
9
RUN chmod +x /entrypoint.sh
10
10
RUN cp /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >= 5.5.9" ,
19
+ "php" : " ^ 5.5.9 || ^7.0 " ,
20
20
"ext-json" : " *" ,
21
- "symfony/console" : " ^3.2| ^4.0| ^5.0" ,
22
- "symfony/finder" : " ^3.0| ^4.0| ^5.0" ,
23
- "symfony/process" : " ^3.3| ^4.0| ^5.0" ,
24
- "symfony/yaml" : " ^3.0| ^4.0| ^5.0" ,
21
+ "symfony/console" : " ^3.2 || ^4.0 || ^5.0" ,
22
+ "symfony/finder" : " ^3.0 || ^4.0 || ^5.0" ,
23
+ "symfony/process" : " ^3.3 || ^4.0 || ^5.0" ,
24
+ "symfony/yaml" : " ^3.0 || ^4.0 || ^5.0" ,
25
25
"n98/junit-xml" : " 1.1.0"
26
26
},
27
27
"require-dev" : {
64
64
},
65
65
"bin" : [
66
66
" bin/phplint"
67
- ]
67
+ ],
68
+ "config" : {
69
+ "allow-plugins" : {
70
+ "bamarni/composer-bin-plugin" : true
71
+ }
72
+ }
68
73
}
You can’t perform that action at this time.
0 commit comments