Skip to content

Commit

Permalink
Updated composer config + packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoHoward committed Aug 16, 2021
1 parent bd7e68c commit 5d2f408
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,14 @@
"phpmd ./src text phpmd.xml"
]
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"process-timeout": 2000,
"sort-packages": true,
"platform": {
"php": "7.3.0"
}
},
"minimum-stability": "stable"
}

0 comments on commit 5d2f408

Please sign in to comment.