Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
/ blt-project Public archive

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Removing duplicate require key.
  • Loading branch information
grasmash authored Sep 12, 2016
1 parent b5a080d commit b350fdb
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 @@ -3,11 +3,11 @@
"description": "Project template for Drupal 8 sites built with BLT.",
"type": "project",
"minimum-stability": "dev",
"require": {},
"prefer-stable": true,
"require": {
"acquia/blt": "^8.3"
},
"require-dev": {},
"scripts": {
"post-create-project-cmd": [
"./vendor/acquia/blt/blt.sh create-project"
Expand Down

0 comments on commit b350fdb

Please sign in to comment.