Skip to content

Commit

Permalink
Upgrade symfony/process dependencies and PHP dependency to min 7.0. (#84
Browse files Browse the repository at this point in the history
)
  • Loading branch information
petrabarus authored Aug 5, 2018
1 parent 6bc44e1 commit f027b1c
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 128 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
.idea/*
.idea/*
reports
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: php
dist: trusty
php:
- 5.5
- 5.6
- hhvm
- 7
- 7.1
- 7.2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=5.5.0",
"php": ">=7.0",
"ext-pcntl": "*",
"yiisoft/yii2": ">=2.0.13",
"aws/aws-sdk-php": ">=2.4",
"symfony/process": "~2.0",
"jeremeamia/SuperClosure": "~2.0"
"symfony/process": ">=2.4",
"jeremeamia/SuperClosure": ">=2.0"
},
"require-dev": {
"phpunit/phpunit": "4.6.*",
Expand Down
Loading

0 comments on commit f027b1c

Please sign in to comment.