Skip to content

Commit 4db650a

Browse files
authored
Require php 7.1, upgrade dependencies and require Symfony 4 (php-pm#449)
1 parent b25639a commit 4db650a

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
language: php
44

55
php:
6-
- 7.0
76
- 7.1
87
- 7.2
98
- 7.3
@@ -66,7 +65,7 @@ matrix:
6665
jobs:
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"

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
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": {

0 commit comments

Comments
 (0)