Skip to content

Commit

Permalink
Merge pull request #180 from gahlawat/master
Browse files Browse the repository at this point in the history
update symfony components to v4 for compatibility with laravel 5.6
  • Loading branch information
bmitch authored Jul 4, 2018
2 parents cf0b83d + e6843f2 commit e483da0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- nightly
Expand All @@ -18,4 +17,4 @@ script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then vendor/bin/phpcs --standard=codor.xml src -spn; fi

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"bin/churn"
],
"require": {
"php": "^7.0",
"symfony/console": "^3.2",
"php": "^7.1.3",
"symfony/console": "^4.0",
"tightenco/collect": "^5.4",
"symfony/process": "^3.2",
"symfony/yaml": "^3.3",
"symfony/process": "^4.0",
"symfony/yaml": "^4.0",
"webmozart/assert": "^1.2",
"php-di/php-di": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"phpmd/phpmd": "^2.5",
"phploc/phploc": "^3.0",
"phploc/phploc": "^4.0",
"sebastian/phpcpd": "^2.0",
"sensiolabs/security-checker": "^4.0",
"slevomat/coding-standard": "^2.0",
Expand Down

0 comments on commit e483da0

Please sign in to comment.