Skip to content

Commit

Permalink
Merge pull request #62 from nafiesl/laravel_10_support
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
nafiesl authored Jun 11, 2023
2 parents 1d7afef + 5d75fc6 commit ff91c41
Show file tree
Hide file tree
Showing 7 changed files with 1,675 additions and 1,475 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor
/.phpunit.result.cache
.phpunit.cache/
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
}
},
"require": {
"php": "^8.0",
"illuminate/support": "^9.0",
"laravel/browser-kit-testing": "^6.3"
"php": "^8.1",
"illuminate/support": "^10.0",
"laravel/browser-kit-testing": "^7.0"
},
"require-dev": {
"orchestra/testbench": "^7.0"
"orchestra/testbench": "^8.0"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit ff91c41

Please sign in to comment.