Skip to content

Commit 666837e

Browse files
update dependency constraints
1 parent a1ce8c9 commit 666837e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "dyrynda/laravel-make-user",
33
"description": "An Artisan console command to create users in your Laravel application.",
44
"license": "MIT",
5-
"keywords": ["laravel", "artisan", "console"],
5+
"keywords": [
6+
"laravel",
7+
"artisan",
8+
"console"
9+
],
610
"authors": [
711
{
812
"name": "Michael Dyrynda",
@@ -24,8 +28,8 @@
2428
}
2529
},
2630
"require-dev": {
27-
"mockery/mockery": "^1.0",
28-
"phpunit/phpunit": "~9.0",
31+
"mockery/mockery": "^1.4.2",
32+
"phpunit/phpunit": "^9.3.3",
2933
"orchestra/testbench": "^6.0"
3034
},
3135
"autoload-dev": {

0 commit comments

Comments
 (0)