Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolyunya committed Aug 23, 2020
1 parent e957981 commit 03155e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ env:
- ANALYZE=true
matrix:
include:
-
php: '5.4'
dist: trusty
env:
- ANALYZE=false
-
php: '5.5'
dist: trusty
Expand All @@ -33,10 +28,6 @@ matrix:
# https://github.com/travis-ci/travis-ci/issues/6339
# https://github.com/travis-ci/travis-ci/issues/8912
allow_failures:
-
php: '5.4'
env:
- ANALYZE=false
-
php: '5.5'
env:
Expand Down
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,22 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4 <8.0",
"codeception/codeception": "^2.0 || ^3.0",
"phpunit/phpunit": ">=4.0 <8.0"
"php": ">=5.5 <8.0",
"codeception/codeception": ">=2.0 <5.0",
"guzzlehttp/guzzle": "^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"php-coveralls/php-coveralls": "^1.0"
"php-coveralls/php-coveralls": "^1.0",
"phpunit/phpunit": "^6.5"
},
"autoload": {
"psr-4": {
"Kolyunya\\Codeception\\": "sources",
"Kolyunya\\Codeception\\": "sources"
}
},
"autoload-dev": {
"psr-4": {
"Kolyunya\\Codeception\\Tests\\": "tests"
}
}
Expand Down

0 comments on commit 03155e5

Please sign in to comment.