Skip to content

Commit

Permalink
Merge pull request #7 from studio24/composer-change
Browse files Browse the repository at this point in the history
Change deployer to require not require-dev
  • Loading branch information
AlanJIsaacson authored Mar 29, 2021
2 parents 71fc6bc + 06cd46c commit 2d9d751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"deployer/deployer": "^6.8",
"symfony/http-client": "^5.2"
},
"require-dev": {
"overtrue/phplint": "^2.3",
"squizlabs/php_codesniffer": "^3.5",
"deployer/deployer": "^6.8"
"squizlabs/php_codesniffer": "^3.5"
},
"scripts": {
"lint": "phplint ./",
Expand Down

0 comments on commit 2d9d751

Please sign in to comment.