Skip to content

Commit

Permalink
Merge branch 'master' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Jan 27, 2021
2 parents fc9e943 + 9d6b544 commit 0f25489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

matrix:
include:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"illuminate/config": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"illuminate/database": "^5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
"adamwathan/faktory": "0.3.*",
"friendsofphp/php-cs-fixer": "^2.5",
"friendsofphp/php-cs-fixer": "^2.18",
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0|^9.3.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0f25489

Please sign in to comment.