Skip to content

Commit

Permalink
move ocular to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
delboy1978uk committed May 21, 2023
1 parent e1f6fd3 commit dbe0fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"delboy1978uk/barnacle": "^2.3",
"delboy1978uk/booty": "^1.0",
"symfony/console": "^5.2 || ^6.0",
"vlucas/phpdotenv": "^5.5",
"scrutinizer/ocular": "^1.9"
"vlucas/phpdotenv": "^5.5"
},
"require-dev": {
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0",
"roave/security-advisories": "dev-latest"
"roave/security-advisories": "dev-latest",
"scrutinizer/ocular": "^1.9"
},
"bin": [
"bin/bone"
Expand Down

0 comments on commit dbe0fc1

Please sign in to comment.