Skip to content

Commit

Permalink
Move PHPUnit dependency to development.
Browse files Browse the repository at this point in the history
There is no need to have it as a hard dependency and block using this project with a different version constraint (as in laravel 10)
  • Loading branch information
eclipxe13 committed Oct 13, 2023
1 parent 7595a30 commit d2dbc83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"email": "[email protected]"
}
],
"require": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"BulmaBladeUi\\": "src"
Expand All @@ -30,6 +27,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^6.11"
},
"scripts": {
Expand Down

0 comments on commit d2dbc83

Please sign in to comment.