Skip to content

Commit

Permalink
update dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Jul 27, 2021
1 parent a1ce8c9 commit 666837e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "dyrynda/laravel-make-user",
"description": "An Artisan console command to create users in your Laravel application.",
"license": "MIT",
"keywords": ["laravel", "artisan", "console"],
"keywords": [
"laravel",
"artisan",
"console"
],
"authors": [
{
"name": "Michael Dyrynda",
Expand All @@ -24,8 +28,8 @@
}
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "~9.0",
"mockery/mockery": "^1.4.2",
"phpunit/phpunit": "^9.3.3",
"orchestra/testbench": "^6.0"
},
"autoload-dev": {
Expand Down

0 comments on commit 666837e

Please sign in to comment.