Skip to content

Commit

Permalink
Merge pull request #14 from eclipxe13/fix/phpunit
Browse files Browse the repository at this point in the history
Move PHPUnit dependency to development.
  • Loading branch information
chrisrhymes committed Oct 13, 2023
2 parents 7595a30 + d2dbc83 commit 9823f07
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": "csrhymes@gmail.com"
}
],
"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 9823f07

Please sign in to comment.