Skip to content

Commit

Permalink
🔖 Add support for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsabil83 committed Sep 8, 2020
1 parent 257a0cc commit 75d3a88
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ build
composer.lock
docs
vendor
coverage
coverage
.phpunit.result.cache
1 change: 0 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ checks:
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true

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.1
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "^5.8 || ^6.0 || ^7.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0",
"nesbot/carbon": "^2.0"
},
"require-dev": {
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0",
"phpunit/phpunit": "^7.5 || ^8.0"
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 75d3a88

Please sign in to comment.