File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
- $HOME/.composer/cache/files
6
6
7
7
php :
8
- - 7.1
9
8
- 7.2
10
9
- 7.3
11
10
- 7.4
11
+ - 8.0
12
12
13
13
before_script :
14
14
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-dist install
Original file line number Diff line number Diff line change 15
15
"issues" : " https://github.com/mac-cain13/daemonizable-command/issues"
16
16
},
17
17
"require" : {
18
- "php" : " ^7.1 " ,
19
- "symfony/console" : " ^4.0 || ^5.0" ,
20
- "symfony/dependency-injection" : " ^4.0 || ^5.0"
18
+ "php" : " ^7.2|^8.0 " ,
19
+ "symfony/console" : " ^4.0| ^5.0" ,
20
+ "symfony/dependency-injection" : " ^4.0| ^5.0"
21
21
},
22
22
"require-dev" : {
23
- "phpunit/phpunit" : " ^7.5.20 || ^8 .0"
23
+ "phpunit/phpunit" : " ^8.0 || ^9 .0"
24
24
},
25
25
"suggest" : {
26
26
"symfony/filesystem" : " If you can't use Upstart or systemd"
You can’t perform that action at this time.
0 commit comments