Skip to content

Commit

Permalink
Add Laravel 8 dependency (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerg4l committed Oct 24, 2020
1 parent f128d54 commit 7357340
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- '5.8.*'
- '^6.0'
- '^7.0'
- '^8.0'
exclude:
- php: '7.2'
illuminate: '^8.0'

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"license": "MIT",
"require": {
"broadcastt/broadcastt-php-http": "^0.4",
"illuminate/broadcasting": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/broadcasting": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"php": "^7.2"
},
"require-dev": {
"graham-campbell/testbench": "^4.0|^5.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*|^4.0|^5.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0"
"orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7357340

Please sign in to comment.