Skip to content

Commit

Permalink
Merge pull request #33 from arxeiss/master
Browse files Browse the repository at this point in the history
Add Laravel 10 support
  • Loading branch information
orobogenius authored Mar 28, 2023
2 parents 65630b8 + 8f41464 commit 8aaa2f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2

sudo: false

Expand All @@ -11,4 +15,4 @@ install: travis_retry composer install --no-interaction --prefer-source --no-sug
script: vendor/bin/phpunit --coverage-clover=coverage.xml --verbose

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}],
"require": {
"php": "^7.2|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8",
Expand Down

0 comments on commit 8aaa2f5

Please sign in to comment.