Skip to content

Commit

Permalink
Adding bolt/core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Aug 3, 2019
1 parent 2494a18 commit 5f64398
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ Vagrantfile
.idea
.vscode/*
appveyor.yml

vendor/
composer.lock
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@
"email": "[email protected]"
}
],
"require": {},
"require": {
"bolt/core": "^4.0.0"
},
"autoload": {
"psr-4": {
"Bolt\\NewsWidget\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"entrypoint": "Bolt\\NewsWidget\\Extension"
}
Expand Down

0 comments on commit 5f64398

Please sign in to comment.