We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ce8c9 commit 666837eCopy full SHA for 666837e
composer.json
@@ -2,7 +2,11 @@
2
"name": "dyrynda/laravel-make-user",
3
"description": "An Artisan console command to create users in your Laravel application.",
4
"license": "MIT",
5
- "keywords": ["laravel", "artisan", "console"],
+ "keywords": [
6
+ "laravel",
7
+ "artisan",
8
+ "console"
9
+ ],
10
"authors": [
11
{
12
"name": "Michael Dyrynda",
@@ -24,8 +28,8 @@
24
28
}
25
29
},
26
30
"require-dev": {
27
- "mockery/mockery": "^1.0",
- "phpunit/phpunit": "~9.0",
31
+ "mockery/mockery": "^1.4.2",
32
+ "phpunit/phpunit": "^9.3.3",
33
"orchestra/testbench": "^6.0"
34
35
"autoload-dev": {
0 commit comments