Skip to content

Commit

Permalink
Support till php 7.3
Browse files Browse the repository at this point in the history
- Update packages
- Update Travis CI
- Commit composer.lock
  • Loading branch information
codedge committed Apr 5, 2019
1 parent 3f2f920 commit b373cce
Show file tree
Hide file tree
Showing 4 changed files with 4,654 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
build
composer.lock
vendor
vendor
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3

branches:
except:
Expand All @@ -15,4 +16,4 @@ script:
- vendor/bin/phpunit --verbose --coverage-text --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,18 @@
"Codedge\\Updater\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
},
"require": {
"php": ">=7.0",
"php": ">=7.1",
"ext-zip": "*",
"illuminate/support": "5.*",
"guzzlehttp/guzzle": "6.*"
},
"require-dev": {
"phpunit/phpunit": "^5.5",
"orchestra/testbench": "3.2.*",
"phpunit/phpunit": "^7",
"orchestra/testbench": "3.7.*",
"mockery/mockery": "^0.9.5"
}
}
Loading

0 comments on commit b373cce

Please sign in to comment.