Skip to content

Commit

Permalink
[BUGFIX] Move phplint to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
susannemoog committed Apr 9, 2020
1 parent 799fac7 commit 6b1e0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"php": "^7.2",
"ext-json": "*",
"ext-pdo": "*",
"overtrue/phplint": "^1.1",
"psr/http-message": "^1.0.0",
"typo3/cms-backend": "dev-master",
"typo3/cms-core": "dev-master",
Expand All @@ -74,6 +73,7 @@
"bin-dir": ".build/bin"
},
"require-dev": {
"overtrue/phplint": "^1.1",
"bk2k/extension-helper": "^1.0",
"friendsofphp/php-cs-fixer": "^2.12",
"roave/security-advisories": "dev-master",
Expand Down

0 comments on commit 6b1e0fb

Please sign in to comment.