Skip to content

Commit

Permalink
Added Laravel 9 to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-ziemniewicz committed Nov 22, 2022
1 parent 1a6a765 commit 46d8ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"name": "verbanent/eloquent-binary-uuid",
"description": "Ordered binary UUID in Laravel / Eloquent based on UUID version 1",
"require": {
"php": "^7.3|^8.0",
"php": "^7.3|^8",
"ramsey/uuid": "^3.8|^4"
},
"require-dev": {
"phpunit/phpunit": "^9",
"laravel/framework": "^6.20.26|^7|^8",
"mockery/mockery": "^1.2"
"laravel/framework": "^6.20.26|^7|^8|^9",
"mockery/mockery": "^1"
},
"type": "library"
}

0 comments on commit 46d8ed9

Please sign in to comment.