File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ sudo: false
33language : php
44
55php :
6- - 7.0
76 - 7.1
87 - 7.2
98 - 7.3
@@ -66,7 +65,7 @@ matrix:
6665jobs :
6766 include :
6867 - stage : lint
69- php : 7.1
68+ php : 7.3
7069 install :
7170 - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
7271 - composer require "phpstan/phpstan" "friendsofphp/php-cs-fixer:^2.8"
Original file line number Diff line number Diff line change 33 "description" : " PHP-PM is a process manager, supercharger and load balancer for PHP applications." ,
44 "license" : " MIT" ,
55 "require" : {
6- "php" : " ^7.0 " ,
7- "symfony/console" : " ^2.6|^3.0 |^4.0 " ,
8- "symfony/debug" : " ^2.6|^3.0 |^4.0 " ,
9- "symfony/process" : " ^2.6|^3.0 |^4.0 " ,
6+ "php" : " ^7.1 " ,
7+ "symfony/console" : " ^3.4 |^4" ,
8+ "symfony/debug" : " ^3.4 |^4" ,
9+ "symfony/process" : " ^3.4 |^4" ,
1010 "react/event-loop" : " ^1.0" ,
1111 "react/http" : " ^0.8" ,
1212 "react/stream" : " ^1.0" ,
1313 "react/socket" : " ^1.0" ,
14- "react/child-process" : " ^0.5 " ,
14+ "react/child-process" : " ^0.6 " ,
1515 "monolog/monolog" : " ^1.3" ,
1616 "psr/http-server-handler" : " ^1.0" ,
1717 "ringcentral/psr7" : " ^1.2"
1818 },
1919 "require-dev" : {
2020 "mockery/mockery" : " ^1.0" ,
21- "phpunit/phpunit" : " ^5.7 "
21+ "phpunit/phpunit" : " ^7.0 "
2222 },
2323 "autoload" : {
2424 "psr-4" : {
You can’t perform that action at this time.
0 commit comments