Skip to content

Commit

Permalink
Add Corcel 5.x and PHPUnit 9.x support
Browse files Browse the repository at this point in the history
Also bumped PHPUnit from `^8.0` to `^8.4` to match Laravel 8
  • Loading branch information
squatto committed Oct 14, 2020
1 parent fbf480b commit ee28e38
Show file tree
Hide file tree
Showing 2 changed files with 1,571 additions and 579 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"require": {
"php": ">=7.2",
"jgrossi/corcel": "^4.0"
"jgrossi/corcel": "^4.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.4|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ee28e38

Please sign in to comment.