Skip to content

Commit fae22db

Browse files
authored
Merge pull request #14 from givebutter/bugfix/composer-dependences
Moved phpunit and orchestra/testbench to dev depedencies
2 parents 1257a02 + 5254228 commit fae22db

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,
2323
"require": {
24-
"php": "^7.0|^8.0",
25-
"orchestra/testbench": "^8.0",
26-
"phpunit/phpunit": "^9.5"
24+
"php": "^7.0|^8.0"
2725
},
2826
"autoload": {
2927
"psr-4": {
@@ -41,5 +39,9 @@
4139
"Givebutter\\LaravelKeyable\\KeyableServiceProvider"
4240
]
4341
}
44-
}
42+
},
43+
"require-dev": {
44+
"phpunit/phpunit": "^9.5",
45+
"orchestra/testbench": "^8.0"
46+
}
4547
}

0 commit comments

Comments
 (0)