Skip to content

Commit

Permalink
🔀 develop
Browse files Browse the repository at this point in the history
  • Loading branch information
exodusanto committed Sep 15, 2020
2 parents d4e6894 + 2fb56db commit c221300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php

php:
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"require": {
"php": "^7.2",
"doctrine/dbal": "^2.10",
"illuminate/support": "^6.0|^7.0"
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c221300

Please sign in to comment.