Skip to content

Commit

Permalink
Merge 3ea83b7 into 2b83dd6
Browse files Browse the repository at this point in the history
  • Loading branch information
Faks committed Oct 26, 2021
2 parents 2b83dd6 + 3ea83b7 commit ca943ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,8 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Expand Up @@ -18,16 +18,16 @@
}
],
"require": {
"php": "^7.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/contracts": "^5.5|^6.0|^7.0",
"illuminate/notifications": "^5.5|^6.0|^7.0",
"illuminate/bus": "^5.5|^6.0|^7.0"
"php": "^7.0|^8.0|^8.1",
"illuminate/support": "^5.0|^6.0|^7.0 ||^8.0",
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
"illuminate/notifications": "^5.5|^6.0|^7.0|^8.0",
"illuminate/bus": "^5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.4|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^5.4|^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.5|^4.0",
"orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
Expand Down Expand Up @@ -58,4 +58,4 @@
"config": {
"sort-packages": true
}
}
}

0 comments on commit ca943ee

Please sign in to comment.